]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Bug 411118 - bad bevel for progress bar on windows classic. Match from
[~andy/gtk] / ChangeLog
index 2d50275ac7d50144003b4160958660d971a26b6e..3165f7d620ec877b90ac5ca394ce9fb1baed23f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2007-02-23  Dom Lachowicz  <domlachowicz@gmail.com>
+
+       * 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  <tml@novell.com>
+
+       * 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  <mclasen@redhat.com>
+
+       * 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  <richard@imendio.com>
 
        * gdk/quartz/gdkwindow-quartz.c: