]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
made fil mode GDK_STIPPLED actually work -> check boxes and radio buttons
[~andy/gtk] / ChangeLog.pre-2-0
index be86db83dae8fd3c012b222a6e189c74b2e865a7..95f96d091d0558ddf9b611fb6e0cc3e54475d23a 100644 (file)
@@ -1,3 +1,26 @@
+2001-05-25  Hans Breuer  <hans@breuer.org>
+
+       * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
+       work -> check boxes and radio buttons are drawn now, even on win9x.
+       Improved line settings a bit, still no clue how to get really dotted
+       lines on win9x, on NT it's PS_ALTERNATE.
+
+       * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
+       GDK_HINT_MIN_SIZE as well
+
+       * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
+
+       * gtk/gtk.def : updated
+
+       * gtk/gtktreeprivate.h : change column_drop_func to be a function
+       pointer not a function pointer pointer
+
+       * tests/testdnd.c : include <stdlib.h> for putenv prototype
+
+       * tests/testsocket.c : made it compile on win32 again
+
+       * tests/makefile.msc : one more test-app uses prop-editor.obj
+
 2001-05-22  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtkbin.c (gtk_bin_get_child): New function