summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2009-02-19 22:31:04 +0000
committerSven Neumann <neo@src.gnome.org>2009-02-19 22:31:04 +0000
commit92c30df34d5206d56f0475334d45c797e9d90064 (patch)
tree4a17600d37cc96fef257b6d9b4506dde5eb2e22a /ChangeLog
parent69fe31489ccef0764c0856aae88185c84b86188e (diff)
downloadgtk+-92c30df34d5206d56f0475334d45c797e9d90064.tar.gz
looks like being called with negative width and height should be
2009-02-19 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkwindow-directfb.c (gdk_directfb_window_move_resize): looks like being called with negative width and height should be interpreted as a move. Fixes scrolling and makes popups work to some extent. (_gdk_directfb_move_resize_child): formatting. svn path=/trunk/; revision=22384
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b194f0b542..7e2df8dc91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-02-19 Sven Neumann <sven@gimp.org>
+ * gdk/directfb/gdkwindow-directfb.c
+ (gdk_directfb_window_move_resize): looks like being called with
+ negative width and height should be interpreted as a move. Fixes
+ scrolling and makes popups work to some extent.
+
+ (_gdk_directfb_move_resize_child): formatting.
+
+2009-02-19 Sven Neumann <sven@gimp.org>
+
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move the
call to _gdk_windowing_window_init() up a little. Fixes a crash
when running on pseudo-color visuals. Thanks to Masse Nicolas for