summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2004-05-02 13:20:49 +0000
committerHans Breuer <hans@src.gnome.org>2004-05-02 13:20:49 +0000
commit6efc9a6a1284194ceab50fe8fb2c138068b8c7f8 (patch)
treee63fa5258d4370aaf7ca683d7a7174db4904bc84 /ChangeLog.pre-2-10
parenta516adebbed6d4c7ed9b8b4c3719ae623f989b01 (diff)
downloadgdk-pixbuf-6efc9a6a1284194ceab50fe8fb2c138068b8c7f8.tar.gz
don't modify the passed in GdkSegment(s) in place, we may get them again
2004-05-02 Hans Breuer <hans@breuer.org> * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't modify the passed in GdkSegment(s) in place, we may get them again to draw at the same place. Fixes bug #129095, bug #137177, ... (draw_segments) draw the end pixel again to get the pixmap mask right, fixes bug #126710, #130202 * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow, fixes bug #106013, John Ehresman * gtk/makefile.msc.in : don't try to link gtk.res but use gtk-win32.res (as supposed to be fixed below :)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1015
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 524874712..2c734bedf 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,18 @@
+2004-05-02 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't
+ modify the passed in GdkSegment(s) in place, we may get
+ them again to draw at the same place. Fixes bug #129095,
+ bug #137177, ...
+ (draw_segments) draw the end pixel again to get the
+ pixmap mask right, fixes bug #126710, #130202
+
+ * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow,
+ fixes bug #106013, John Ehresman
+
+ * gtk/makefile.msc.in : don't try to link gtk.res but
+ use gtk-win32.res (as supposed to be fixed below :)
+
2004-05-01 Hans Breuer <hans@breuer.org>
* tests/Makefile.am : tests/makefile.msc is in CVS for