]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Change NAVIGATION_REGION_OVERSHOOT back to 50, and create stay-up regions
[~andy/gtk] / ChangeLog.pre-2-2
index dda8af366f68b5f5c87585ee3e9f6643ba425fee..ddc79d2658c6e1e6015400d04d5abd9e30af219a 100644 (file)
@@ -1,3 +1,96 @@
+Tue Oct 29 20:39:16 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT back to 50,
+       and create stay-up regions by flipping a fourth quadrant triangle
+       as appropriate.
+
+2002-10-28  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_set_decorations,
+       gdk_window_set_functions): Don't call GetWindowLong for
+       GWL_EXSTYLE, the extended window style wasn't used or
+       changed. After setting the window style with SetWindowLong, call
+       SetWindowPos with the SWP_FRAMECHANGED flag for the window to
+       actually be updated, as Platform SDK docs say one should. (#95812,
+       huzheng)
+
+2002-10-28  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
+
+       * configure.in: Added Belorusian (be) to ALL_LINGUAS.
+
+Sun Oct 27 15:58:30 2002  Kristian Rietveld  <kris@gtk.org>
+
+       This fixes a scrolling bug. Shouldn't cause problems, but you
+       never know ... (#81627, testcase by Timo Sirainen).
+
+       * gtk/gtktreeview.c (validate_visible_area): add a temporary
+       implemention for non use_align, always update dy and ->top_row
+       if we scroll here,
+       (gtk_tree_view_clamp_node_visible): reimplement using
+       _scroll_to_cell (#73895).
+
+Sun Oct 27 11:41:37 GMT 2002  Tony Gale <gale@gtk.org>
+
+       * docs/tutorial/gtk-tut.sgml:
+       minor cleanups, remove refs to gtk_menu_append
+
+       *docs/faq/gtk-faq.sgml: remove ref to gtk_menu_append
+
+Fri Oct 25 23:36:30 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkmenu.c: Change NAVIGATION_REGION_OVERSHOOT from 50 to 5.
+
+Fri Oct 25 17:56:24 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_switch_focus_tab): 
+       Always switch to the page with the focused tab
+       label. (#82108, Matt Wilson.)
+
+Fri Oct 25 17:46:18 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_button_press): 
+       Don't handle button 2/3 on the tabs. (#82118,
+       Matt Wilson.)
+
+Fri Oct 25 17:32:44 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktoolbar.c: Don't insert mnemonics for stock
+       items (#72918, reported by Mikael Hallendal)
+
+Fri Oct 25 14:51:34 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c: Fix sensitivity of file operation
+       buttons and buttons inside fileop dialogs to update
+       properly based on the contents of the entries.
+       (#74267, based on part of a patch from Muktha 
+       Narayan)
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
+       Warn if loading <ImageItem> image fails.
+
+       * tests/testgtk.c: Fix data for "apple" inline pixbuf
+       to be valid.
+
+Fri Oct 25 18:17:39 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkpaned.[ch]: New GtkPaned keyboard navigation. (Shift-)F8
+       now cycles the available handles instead of toggling focus on and
+       off. Fixes #87160, reported by Calum Benson.
+
+2002-10-25  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkcursor-x11.c: Fix doc comment. 
+
+       * gdk/gdkdnd.c: Add missing includes.
+
+2002-10-24  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkdnd.c: 
+       * gdk/x11/gdkdnd-x11.c: 
+       * gdk/x11/gdkcursor-x11.c: 
+       * gdk/gdkcolor.c:
+       * gdk/x11/gdkcolor-x11.c: Some docs moved inline.
+       
 2002-10-23  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/linux-fb/gdkselection-fb.c (gdk_utf8_to_string_target):