summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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