X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog;h=3165f7d620ec877b90ac5ca394ce9fb1baed23f7;hb=0a9f941758eaf0e3baa14dd166d948df30763091;hp=0d5ca916cfb6d28709c5169eecaadc55b109416f;hpb=8e285edc3c3b256a4835ff5a352080d7db45aee8;p=~andy%2Fgtk diff --git a/ChangeLog b/ChangeLog index 0d5ca916c..3165f7d62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,101 @@ +2007-02-23 Dom Lachowicz + + * modules/engines/ms-windows/msw_style.c: Bug 411118 - bad bevel for + progress bar on windows classic. Match from Mathias Hasselmann. + +2007-02-19 Tor Lillqvist + + * gdk/win32/gdkinput.c + (gdk_device_finalize, gdk_device_class_init): Remove. + (gdk_device_get_type): Drop class init function. The X11 version + doesn't have one either. + (gdk_devices_list): Call gdk_display_list_devices() on _gdk_display. + (gdk_display_list_devices): Check that the argument is + _gdk_display. + + * gdk/win32/gdkinput-win32.h (GdkAxisInfo, GdkDevicePrivate): + Cleanup: remove unused fields. + * gdk/win32/gdkinput-win32.c: Corresponding changes. Fix function + names in a few debugging printouts. + +2007-02-18 Matthias Clasen + + * gtk/gtktextlayout.c (gtk_text_layout_move_iter_visually): + Ignore invisible text when going to end of the previous line. + (#382565) + +2007-02-18 Richard Hult + + * gdk/quartz/gdkwindow-quartz.c: + (gdk_window_quartz_process_all_updates), + (_gdk_windowing_window_destroy): Setup release pools to plug two leaks, + patch from Erik van Pienbroek, fixes bug #396649. + +2007-02-18 Richard Hult + + * gdk/quartz/gdkevents-quartz.c: Add stub for + gdk_display_add_client_message_filter, patch from Taybin Rutkin. Fixes + bug #405870. + + * gdk/quartz/gdkprivate-quartz.h: Add prototypes to fix build warnings. + +2007-02-18 Richard Hult + + * gdk/quartz/GdkQuartzView.h: + * gdk/quartz/GdkQuartzWindow.h: + * gdk/quartz/gdkquartz.h: Import AppKit.h instead of Quartz.h. + * gdk/quartz/gdkscreen-quartz.c: (get_mm_from_pixels): Don't use + userSpaceScaleFactor for 10.3. Those changes bring us closer to working + on panther, patch from Mathias Hasselmann. + + * gdk/quartz/gdkeventloop-quartz.c: Add includes to fix build warnings. + +2007-02-16 Behdad Esfahbod + + * gdk/gdkpango.c (gdk_pango_layout_get_clip_region): Use PANGO_PIXELS + instead of division. (#334617) + +2007-02-16 Kristian Rietveld + + * gtk/gtktreeprivate.h: add cursor_offset field. + + * gtk/gtktreeview.c (gtk_tree_view_init), + (gtk_tree_view_move_cursor_page_up_down): fix off by one error + in page up/down handling by memorizing the offset into the cursor + row. (Fixes #399809, reported by Bruce Bowler). + +2007-02-16 Kristian Rietveld + + * gtk/gtktreeview.c (gtk_tree_view_search_dialog_hide): send + a focus-in event to the tree view after hiding the search dialog. + (#356515, Rich Burridge, Peter Parente). + +2007-02-16 Kristian Rietveld + + * tests/testtooltips.c (query_tooltip_text_view_cb): also handle + keyboard tooltips. (#408325, Matthias Clasen). + +2007-02-16 Xan Lopez + + * gtk/gtkcombobox.c (gtk_combo_box_expose_event): Cleanup the logic + in expose event handler. Reviewed by Matthias Clasen, #406112 + +2007-02-16 Matthias Clasen + + * gtk/gtkmain.c: Run pre_parse_hook only once. (#403139, Kjartan + Maraas) + +2007-02-15 Matthias Clasen + + * gdk/x11/gdmain-x11.c (_gdk_xgrab_check_button_event): Be more + careful when checking for ButtonRelease events that end implicit + grabs. (#386618, Christof Krüger) + +2007-02-15 Matthias Clasen + + * gtk/gtktextbtree.c (_gtk_text_btree_delete): Free the lines + even if there are no views. (#408018, Albert Huang) + 2007-02-15 Cody Russell * gdk/win32/gdkevents-win32.c: Make sure we get enough main context