]> Pileus Git - ~andy/gtk/commit
new file use it
authorHans Breuer <hans@breuer.org>
Sat, 4 Aug 2001 13:17:33 +0000 (13:17 +0000)
committerHans Breuer <hans@src.gnome.org>
Sat, 4 Aug 2001 13:17:33 +0000 (13:17 +0000)
commitafb6e60fb3ffc802069b032074eae5967bf632ef
treedea8358d2776cd6843651d376222f9d6fddf0647
parentb092021ba6e8aa55de595aee52eef683f8ced034
new file use it

2001-08-04  Hans Breuer  <hans@breuer.org>

* gtk/stocks-icons/makefile.msc : new file
* gtk/makefile.msc.in : use it

* gtk/gtkstyle.c : not all platforms do provide M_PI and
friends, but luckily there is G_PI

* gtk/gtk.def : updated

* gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP
windows WS_POPUP, but only those without a parent. This fixes the
mis-alignment between the selectable (temp, input only) window and
the window text of GtkLabel.

(gdk_window_show) : respect private->state when actually showing
the window.

(gdk_window_set_transient_for) : Implementation from Wolfgang
Sourdeau <wolfgang@contre.com> ported to 2.0 and added some
error handling. Should fix #50586.

* gdk/win32/gdkevents-win32.c : beautify log output
12 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/gdkevents-win32.c
gdk/win32/gdkwindow-win32.c
gtk/gtk.def
gtk/gtkstyle.c
gtk/stock-icons/makefile.msc [new file with mode: 0644]