]> Pileus Git - ~andy/gtk/commit
made fil mode GDK_STIPPLED actually work -> check boxes and radio buttons
authorHans Breuer <hans@breuer.org>
Fri, 25 May 2001 15:43:53 +0000 (15:43 +0000)
committerHans Breuer <hans@src.gnome.org>
Fri, 25 May 2001 15:43:53 +0000 (15:43 +0000)
commitb5db5d514d7ffd829c6e97a4630cf95d7b8fef3d
tree44df7743cbc3ca32f44daab115ff5aa02ce0dbaf
parentc436d8e24992ec113cb1f461bb6de4522444b1bd
made fil mode GDK_STIPPLED actually work -> check boxes and radio buttons

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
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/Makefile.am
gdk/win32/gdkgc-win32.c
gdk/win32/gdkwindow-win32.c
gtk/gtk.def
gtk/gtktreeprivate.h
tests/makefile.msc
tests/testdnd.c
tests/testsocket.c