]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
assert that the passed in arrow is always _UP or _DOWN, this catches false
[~andy/gtk] / ChangeLog.pre-2-8
index 3c36169aa59750ab58384b9676e2d08d465aac0e..e141c48f1a1ee2fe1ca12063744479550935034c 100644 (file)
@@ -1,3 +1,197 @@
+Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
+       that the passed in arrow is always _UP or _DOWN, this catches
+       false invocations which lead to drawing artefacts.
+       (start_spinning): likewise, i.e. sanity check the passed in arrow.
+       (gtk_spin_button_button_release): fix arrow redrawing.
+       (gtk_spin_button_button_press): must set click_child for
+       button3 even if we don't take spinning action right away.
+
+       * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
+       valid values for click_child.
+
+Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
+       return current FALSE if x is smaller than the current visible area,
+       not than the requested area, don't correct y coordinate,
+       TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
+
+Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c
+        (gtk_tree_view_motion_draw_column_motion_arrow): fix column
+        reordering fully.
+        (gtk_tree_view_size_allocate): fix evil bug.
+
+Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
+       the model until we clean up all the other objects
+       that might refer to the object.
+
+2002-01-24  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkaccessible.h: include gtk/gtkwidget.h
+
+Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
+       Use insensitive state for insensitive arrows, not
+       just an "etched state". (#67172, Adrian Custer)
+
+2002-01-23  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
+       been declared.
+
+2002-01-23  Damon Chaplin  <damon@ximian.com>
+
+       * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
+       0.9, since we need to use the new --type-init-func argument for
+       gtkdoc-scangobj.
+
+2002-01-23  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
+       g_return_if_fail() calls. (#57615)
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
+       it work for paths with underline accelerators. (#69247)
+
+Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
+       Stop spinning if widget becomes insensitive. (#56248)
+
+Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkspinbutton.c (EPSILON): Decreate value since
+       we now use doubles.
+
+Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
+       I introduced accidentally, #69358
+
+2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_children):
+       Update last change to prevent core dump
+
+Mon Jan 21 01:21:54 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * 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  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
+       top_row.  Remove extraneous print statements.
+
+2002-01-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * 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  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
+       window.
+
+Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
+
+       * 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  <hp@pobox.com>
+
+       * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
+       arg can be NULL
+
+Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * 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  <hp@pobox.com>
+
+       * 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  <jgarzik@mandrakesoft.com>
+
+       * 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  <otaylor@redhat.com>
+
+       * 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  <matthiasc@poet.de>
+
+       * 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  <harinath@cs.umn.edu>
+
+       Simplify Makefiles. 
+       <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
+       * 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  <otaylor@redhat.com>
 
        * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix