]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Remove support for the poorly defined text/plain type for now. (#55117)
[~andy/gtk] / ChangeLog.pre-2-6
index 36d665706ad2370940968547f273acf176da8cd0..b50e42d70b0e70339692df211168d81189539a2e 100644 (file)
@@ -1,3 +1,110 @@
+Mon Feb 18 17:34:43 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c gtk/gtktextview.c: Remove support for
+       the poorly defined text/plain type for now. (#55117)
+
+Mon Feb 18 16:44:00 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
+       GTK_NEED_ALLOCATION.
+
+       * gtk/gtkmenu.c (gtk_menu_popup): Scroll the menu
+       to the right place before showing the menu to
+       avoid spurious enter events.
+
+       * gtk/gtkmenu.c (gtk_menu_realize): Only scroll
+       if there is an active menu item.
+
+       * gtk/gtkwidget.c (gtk_widget_init): Set RESIZE_NEEDED
+       ALLOC_NEEDED initially.
+
+2002-02-18  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: fix version number.
+
+2002-02-18  Manish Singh  <yosh@gimp.org>
+
+       * Makefile.am: don't comment out the lines to dist the packer
+       example, just simply remove it. (the continuation line confused
+       make even though it was in the comment, barf)
+
+Mon Feb 18 14:40:22 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkcombo.c (gtk_combo_popdown_list): Fix problems
+       with stuck grab (#60132, reported by Nicolas Setton) and
+       stuck prelighting. Combine duplicated code in three
+       places for popping down the list.
+
+Mon Feb 18 14:17:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkclist.c (adjust_adjustments) 
+       * gtk/gtklayout.c (gtk_layout_size_allocate)
+       * gtk/gtktextview.c (gtk_text_view_size_allocate) 
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate) 
+       * gtk/gtkviewport.c (gtk_viewport_size_allocate):
+       Standardize on a page increment of page minus 1 line
+       rather than half a page (#51027, Eric Fischer)
+
+       * gtk/gtkviewport.c (gtk_viewport_size_allocate): 
+       Change step increment to be 0.1 * page_size height rather than
+       a fixed 10 pixels.
+
+Mon Feb 18 12:31:52 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
+       Don't commit unless we got at least one hex digit. (#70619)
+
+Sun Feb 17 21:30:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * Released 1.3.14
+
+       * configure.in: Version 1.3.14, interface, binary age 0.
+
+       * gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds
+       read. (#71619, reported by Morten Welinder)
+
+       * gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default.
+
+       * gtk/gtkfilesel.c (gtk_file_selection_class_init): Add
+       a select_multiple property to go along with thenew 
+       get/set_select_multiple.
+
+       * gdk/gdkwindow.c: Patch from Soeren Sandmann to improve
+       update debugging code. (#71703)
+
+2002-02-17  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkcolor-win32.c (free_colors): Don't set the
+       PC_EXPLICIT flag for unused palette entries, that might have
+       undesired side effects. Just set them to black. Black is always
+       present in a palette, so having superfluous black entries won't
+       cause any extra allocations from the system palette either when
+       realized.
+
+       * gdk/win32/gdkevents-win32.c
+       (gdk_event_translate:WM_QUERYNEWPALETTE): Don't do anything if the
+       system visual is static color, i.e. the user has told GDK to use
+       just the 16 static colors. In that case no need to redraw
+       anything, as the colors are static and by definition always
+       correctly mapped in the system palette.
+       (WM_PALETTECHANGED): Ditto, no need to call UpdateColors() either.
+       
+       * gtk/gtk.def: Add new gtkfilesel entry points.
+
+2002-02-17  Matthias Clasen  <maclas@gmx.de>
+
+       * docs/tutorial/gtk-tut.sgml, examples/paned/paned.c, 
+       examples/paned/Makefile: Make the paned example deprecation-clean.
+
+2002-02-17  jacob berkman  <jacob@ximian.com>
+
+       * Makefile.am: remove the packer example files as they don't exist
+       in CVS.
+
+2002-02-16  Manish Singh  <yosh@gimp.org>
+
+       * tests/testgtk.c: hm, check buttons look better for below.
+
 2002-02-16  Manish Singh  <yosh@gimp.org>
 
        * tests/testgtk.c: redid the filesel test. Added a way to set select
 
        * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
 
-2002-02-17  Matthias Clasen  <matthias@YAST_ASK>
+2002-02-17  Matthias Clasen  <maclas@gmx.de>
 
        More work on #71430.
 
@@ -97,11 +204,11 @@ Sun Feb 17 00:13:06 2002  Kristian Rietveld  <kris@gtk.org>
        (gtk_tree_view_row_changed): update top_row or dy,
        (gtk_tree_view_rows_reordered): update top_row
 
-2002-02-16  Matthias Clasen  <matthias@YAST_ASK>
+2002-02-16  Matthias Clasen  <maclas@gmx.de>
 
        * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
 
-2002-02-16  Matthias Clasen  <matthias@YAST_ASK>
+2002-02-16  Matthias Clasen  <maclas@gmx.de>
 
        * examples/extract.awk: rearrange rules to not emit the example 
        start and end markers.
@@ -170,7 +277,7 @@ Thu Feb 14 21:08:49 2002  Owen Taylor  <otaylor@redhat.com>
        * gdk/gdkglobals.c: Remove GDKVAR from C file, see
        if anyone complains. (#71317, Morten Welinder.)
 
-2002-02-14  Matthias Clasen  <matthias@YAST_ASK>
+2002-02-14  Matthias Clasen  <maclas@gmx.de>
 
        The following changes are the beginning of the work on #71430.