]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Fix wrong sign for queued translation. (Found by Chris Blizzard, #100274)
[~andy/gtk] / ChangeLog
index d940444954864a633ed314d805f7618c9128250c..5867638ce65b269d6909459e1da296c56d73ef1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+Tue Dec  3 17:47:24 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkgeometry-x11.c (gdk_window_guffaw_scroll): Fix wrong 
+       sign for queued translation. (Found by Chris Blizzard,
+       #100274)
+
+2002-12-03  Matthias Clasen  <maclas@gmx.de>
+
+       Moveresize emulation for all edges.  (#52833)
+       
+       * gdk/x11/gdkwindow-x11.c (update_pos): Support all edges. 
+       (calculate_unmoving_origin): New function which calculates the
+       ICCCM reference point for the window depending on the gravity.
+       (emulate_resize_drag): use calculate_unmoving_origin().
+       (emulate_move_drag): use calculate_unmoving_origin().
+
+       RTL flipping for statusbars.  (#96832)
+       
+       * gtk/gtkstatusbar.c (get_grip_edge): New function returning the
+       appropriate grip edge for a statusbar.
+       (get_grip_rect): Do the right thing in RTL mode.
+       (gtk_statusbar_button_press): Initiate a resize drag on the
+       appropriate edge. 
+       (gtk_statusbar_expose_event): Paint the resize grip for the
+       appropriate edge.
+
 2002-12-03  Anders Carlsson  <andersca@gnu.org>
 
        * gtk/gtkstyle.c: Fix doc comment.