summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-08-04 13:17:33 +0000
committerHans Breuer <hans@src.gnome.org>2001-08-04 13:17:33 +0000
commitafb6e60fb3ffc802069b032074eae5967bf632ef (patch)
treedea8358d2776cd6843651d376222f9d6fddf0647 /ChangeLog.pre-2-2
parentb092021ba6e8aa55de595aee52eef683f8ced034 (diff)
downloadgtk+-afb6e60fb3ffc802069b032074eae5967bf632ef.tar.gz
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
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-224
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 683b84ff78..87eb999755 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,27 @@
+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
+
2001-08-04 Michael Natterer <mitch@gimp.org>
* gtk/gtkitemfactory.c (gtk_item_factory_create_item):