X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-10;h=63494a30d9dd73eecd2320a9100db569294dc914;hb=97bbc97bb2ac6ae012d909c4de9fd9d479d1a40b;hp=fb9512c72f7de27f5b71423cc04b7c7b7200504c;hpb=800afc55d7031b1c088337df61c4c74e16ddb563;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fb9512c72..63494a30d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,91 @@ +Wed Feb 25 13:50:05 GMT 1998 Tony Gale + + * docs/gtkfaq.sgml: added questions on: + - Why don't the contents of a button move when + the button is pressed? + - How do I catch a double click event in + a list widget? + - When compiling GTK+ I get an error like: + make: file `Makefile' line 456: Syntax error + Removed questions on menus which are covered in the + tutorial. + + Added link to HTML versions of FAQ and Tutorial on my + web site. + +Tue Feb 24 22:47:01 1998 Owen Taylor + + * gtk/gtktext.c: Added some support for i18n. The support + for input methods, including preedit, is there, but input + is ignored unless it comes one byte at a time, so the + CJK locales won't really work. Fixing that would require + variable-width character support in the Text widget, which + is probably the wrong approach. Eventually we'll probably + want to go to UCS-4 internally. + + Also, revised key press handling, which should improve + the forwarding of non-handled keypresses to the toplevel, + and make adding selection handling easier. + + * gtk/gtkentry.c: Minor changes so that C-d, etc delete + the selection if there is one. + + * gdk/gdk.c (gdk_ic_get_events): Check the result of + XGetICValues - it is failing for some reason, and + causing some warnings to be printed. + +Mon Feb 23 15:41:13 1998 Owen Taylor + + * gtk/gtkwidget.c gtk/gtkmenu.c: Don't process configure events + that just move the window, and don't resize it. Because we need + to make sure that a widget gets redrawn after a size_allocate - + and that only happens when the configure event changes the size + of the window. Plus, it's inefficient. + +Mon Feb 23 15:45:37 1998 Marc Ewing + + * gtk/gtktoolbar.h: + * gtk/gtktoolbar.c: + Added gtk_toolbar_*_element() functions. Rewrote others + to simply call gtk_toolbar_insert_element() to do the + work. + Added two new GtkToolbarChildType options: TOGGLEBUTTON and + RADIOBUTTON, available through the gtk_toolbar_*_element() functions. + +Mon Feb 23 13:44:10 1998 Tim Janik + + * gtk/gtkstatusbar.h: + * gtk/gtkstatusbar.c: + (re-)implemented the statusbar widget. my first intend was to fix the + code, but then there was nothing to fix. + +Sun Feb 22 20:42:04 1998 Marc Ewing + + * gtk/gtkclist.c (gtk_clist_insert): Allow inserts + on empty clists. + +Sun Feb 22 14:28:43 1998 Owen Taylor + + * gtk/gtkmain.c (gtk_events_pending): Count idle handlers + at internal priority as pending events. + +Sun Feb 22 00:20:12 MET 1998 Eckehard Berns + + * gdk/gdkcc.c (gdk_color_context_query_colors): fixed a bug for mode + GDK_CC_MODE_TRUE, when on a 24-bit visual on a 32-bit mashine. + +Sat Feb 21 15:33:20 1998 Tim Janik + + * gtk/gtkwidget.h: + * gtk/gtkwidget.c: renamed signal GtkWidget::set_parent to + GtkWidget::parent_set. since it's purpose is pure notification, + it should have been named this way in the first place. + +Sat Feb 21 12:06:11 1998 Scott Goehring + + * gtk/gtkentry.c (gtk_entry_set_text): Added a test for passing a + NULL text pointer. + Sat Feb 21 14:49:17 1998 Tim Janik * gtk/gtkobject.h: