summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHans Breuer <hans@src.gnome.org>2001-02-19 21:54:04 +0000
committerHans Breuer <hans@src.gnome.org>2001-02-19 21:54:04 +0000
commitc3aba35edfa399a6fd7fab4320181b36d049d788 (patch)
tree5c3f1d2a1b432c38cdc67a0eb62147dd7d5c2858 /ChangeLog
parentb58ba480af3de8e620653d4ee519eaf63ea78b88 (diff)
downloadgtk+-c3aba35edfa399a6fd7fab4320181b36d049d788.tar.gz
updated for win32 msvc build
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f842c39b0c..557d3e2c28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2001-02-19 Hans Breuer <hans@breuer.org>
+
+ * gtk/gtk.def : updated exported symbols
+
+ * gtk/makefile.msc.in : updated
+
+ * gtk/gtkstyle.c (gtk_style_realize) : gets called without
+ a colormap, when invoked from testgtk::entry. I'm not sure where
+ the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
+ avoids immediate crashing ...
+
+ * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
+ any objections ?
+
+ * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
+ 0 parameter. At least msvc doesn't like macros with var args.
+ I simply removed the extra 0, was it a feature or a typo ?
+
+ * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
+ removed the extra indirection from the GtkTreeViewColumnFunc parameter,
+ because the value assignment to the internal struct wasn't working.
+ I'm not absolutely sure. The problem could have been resolved by
+ changing the "func" declartion in the struct, but was the pointer
+ to the function pointer intended ?
+
+ * gtk+/gtk/gtktreedatalist.c : include gboxed.h
+
+ * gdk/gdk.def : updated exported symbols
+
+ * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
+ only use SetDIBitsToDevice if there is a palette at the drawable
+ and the image is GDK_VISUAL_PSEUDO_COLOR
+
+ * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
+
+ * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
+
+ * gdk/*/makefile.msc : updated
+
2001-02-19 Havoc Pennington <hp@redhat.com>
* demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,