]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Fix optimization that was correct for the use here, but completely
[~andy/gtk] / ChangeLog.pre-2-4
index 5a41060c889ee49d40db1754debac254a1dfeb01..0ca83d2ef362ef694cf7f66236f4b6f40065cc4f 100644 (file)
@@ -1,3 +1,113 @@
+Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (strstr_len): Fix optimization that
+       was correct for the use here, but completely incorrect
+       in general.
+
+Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
+       until patch adding gtk_window_set_size() is recommitted. 
+
+       * **Makefile.am configure.in gdk/x11/gdkim-11.c
+         gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
+         gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
+         (#10784)
+
+Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
+       window == NULL in a number of cases.
+
+       * tests/testdnd.c: Set module path for gdk-pixbuf.
+
+Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/Makefile.am xembed.h: File containing #defines
+       for XEMBED protocol.
+
+       * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
+
+       - Change protocol from old plug/socket specific protocol
+         to XEMBED draft
+       - Various fixes to work with GTK+-2.0
+
+       Still quite a bit of work to do here to handle initiation
+       from the socket side (as specified by XEMBED), to handle
+       the more advanced features of XEMBED, and to figure out
+       a good way to handle same-app embedding with less overhead
+       than using full XEMBED.
+
+Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
+       track of whether the toplevel has the focus; only send
+       focus-in events to the focus widget when the window
+       actually has the focus.
+
+2001-04-25  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
+       were still in the header
+
+2001-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkclist.[ch]:
+       * gtk/gtkctree.c:
+       When there is a row highlighted for D'n'D it must alse
+       be painted hightlighted on exposes. Otherwise exposes from
+       the icon being dragged will mess up the hightlight.
+
+       * gtk/gtkfontsel.c:
+       Don't recenter selected font when exposing the font family
+       clist. This means you can now actually scroll the font family
+       list.
+
+       * gtk/gtknotebook.c:
+       Fix focus movement on scrolling tabs that are placed on the left
+       and right.
+
+2001-04-21  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
+       empty/invisible lines.
+
+       * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
+       (gtk_text_iter_set_visible_line_index): new functions to set
+       indexes excluding invisible text
+
+       * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
+       index
+
+       * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
+       (gtk_text_iter_get_visible_line_offset): new functions to 
+       get indexes excluding invisible text
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
+       bunch of extra padding that served no purpose
+
+       * gtk/gtkdialog.c: Make all the spacings configurable via style
+       properties, for chubbiness configuration in themes
+
+       * tests/testtext.c: fix path to the immodules.
+       
+Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
+       got munched by #endif.
+
+       * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
+
+       * gtk/gtktreeview.c: Refactored code to clean up a number of
+       events.
+
+       * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
+       values to make consistent with other functions.  Spotted by Jeff
+       Franks <jcf@tpg.com.au>.
+
+       * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
+       declaration spotted by Jeff Franks <jcf@tpg.com.au>.
+
 2001-04-23  Sven Neumann  <sven@gimp.org>
 
        * gtk/Makefile.am