X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-0;h=981242d4b250c2a5e36034e8c6944b8b7a77afb2;hb=60afa9e14ecf61475bf4733017aba88dfa767c9b;hp=5182431543f46a0fa796a96fef387ab04a182ade;hpb=6bc31ea4d9bd8250d26af5a0e2fac78b1fe9520a;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 518243154..981242d4b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,145 @@ +Tue Jan 22 16:58:37 2002 Jonathan Blandford + + * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug + I introduced accidentally, #69358 + +2002-01-22 Padraig O'Briain + + * gtk/gtktreestore.c (gtk_tree_store_iter_children): + Update last change to prevent core dump + +Mon Jan 21 01:21:54 2002 Kristian Rietveld + + * gtk/gtktreestore.c: add some more stamp checks (pointed out + by Anders Carlsson) + + * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): don't + assume _row_changed will insert sort (because _row_changed doesn't + need to follow this signal), so apply insert sort here + (gtk_tree_model_sort_level_find_insert): header doesn't need to be + set here, so use a return instead of g_return_val_if_fail. + +Mon Jan 21 18:28:17 2002 Jonathan Blandford + + * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update + top_row. Remove extraneous print statements. + +2002-01-21 Matthias Clasen + + * gtk/gtkitemfactory.c (gtk_item_factory_popup, + gtk_item_factory_popup_with_data): Document allowed values + for ifactory. + + * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make + it work for paths with underline accelerators. + +Fri Jan 18 16:31:21 2002 Jonathan Blandford + + * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the + window. + +Mon Jan 21 11:56:31 2002 Owen Taylor + + * gtk/gtkentry.c (gtk_entry_real_activate): Trap the + case where there is no default widget and the entry + is the focus widget, since this also causes infinite + recursion. (#69158) + +Mon Jan 21 11:46:39 2002 Owen Taylor + + * gdk/gdk.c (gdk_init_check): Set the fallback program class here, + rather than lazilygdk_get_program_class(), since we don't want + -name to override it. (#69123, Ryan Lovett) + +Mon Jan 21 10:29:45 2002 Owen Taylor + + * gdk/gdk.c: Fix wrong types for command line arguments + (#69124, Ryan Lovett) + + * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing + parsing '--arg VALUE'. + + * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list. + +2002-01-21 Havoc Pennington + + * gdk/gdkwindow.c (gdk_window_add_filter): mention that window + arg can be NULL + +Sat Jan 19 20:49:41 2002 Kristian Rietveld + + * demos/gtk-demo/editable_cells.c: fix a load of open line ends + (cell_edited): modified patch from German Poo Caaman~o + to fix up old_text declaration and free the memory + (do_editable_cells): unref the model after creating the treeview + + * demos/gtk-demo/list_store.c: fix a load of open line ends, + (add_columns): set the sort column id, so we can sort + + * demos/gtk-demo/tree_store.c: fix a load of open line ends, + (do_tree_store): unref the model after creating the treeview + +2002-01-19 Havoc Pennington + + * gtk/gtkwindow.c: link to new X11 section in a lot of places when + mentioning the window manager. + + * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention + window manager since we're portable. + +Sat Jan 19 08:47:41 2002 Jeff Garzik + + * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name): + Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x. + + * gtk/gtkmain.c: Include sys/types.h if G_OS_UNIX. + Fixes build with gcc 3.x and -ansi. + +Fri Jan 18 23:01:37 2002 Owen Taylor + + * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when + an engine declaration occurs in a reopened style, and + g_free() of objects when errors occur. + +2002-01-18 Matthias Clasen + + * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action): + Clarify documentation. (#69026) + + * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix + missing initialization of adjustment. (#69025) + +2002-01-17 Raja R Harinath + + Simplify Makefiles. + + * gdk/Makefile.am: Remove use of automake conditionals to pick + library to build. + * gtk/Makefile.am: Likewise. + + * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib. + * gtk/Makefile.am (LDFLAGS): Likewise. + +Thu Jan 17 20:13:14 2002 Owen Taylor + + * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix + missing allocation.x/y offsets. (#68962, Jacob + Berkman) + + * gtk/gtknotebook.c (gtk_notebook_size_allocate): + Queue a redraw on the entire widget if we hide + the last page or show the first. (Also #68962) + +2002-01-17 Havoc Pennington + + * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change + GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it + starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work + as in the keynav spec, though it makes the interpretation of + GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some + of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes + any sense anyhow. + Thu Jan 17 16:34:55 2002 Jonathan Blandford * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For