X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-4;h=0ca83d2ef362ef694cf7f66236f4b6f40065cc4f;hb=fb5f7106dc87b995ee282a207a8f6237ada042b3;hp=cab46419949c8fe1f0ffd054a1255682d5aad0f8;hpb=9fe4ac003cd0421e5a556a7ffd1ff5f0bf283d3a;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cab464199..0ca83d2ef 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,120 @@ +Thu Apr 26 10:54:50 2001 Owen Taylor + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint + were still in the header + +2001-04-24 Alexander Larsson + + * 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 + + * 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 + + * 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 . + + * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal + declaration spotted by Jeff Franks . + +2001-04-23 Sven Neumann + + * gtk/Makefile.am + * gtk/gtkplug.c + * gtk/gtksocket.c: on request of Owen, reverted my last change + and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets + 2001-04-23 Sven Neumann * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+