]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Rename interface signals to make them more clear. Also, change
[~andy/gtk] / ChangeLog.pre-2-10
index d1d8d35a1d97b69ef4c717ff00506efff8bb38f7..1140dcb3168d434fb2392cd9a14adcc1ab03dc7e 100644 (file)
@@ -1,3 +1,251 @@
+Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
+       signals to make them more clear.  Also, change ::range_changed to
+       ::row_changed.
+       * gtk/gtktreemodel.c: Adjust to interface change
+       * gtk/gtktreemodel.h: ditto
+       * gtk/gtktreemodelsort.c: ditto
+       * gtk/gtktreestore.c: ditto
+       * gtk/gtkliststore.c: ditto
+       * gtk/gtktreeview.c: ditto
+       * tests/testtreecolumns.c: ditto
+       * gtk/gtkmarshal.list: Actually remove a marshaller!
+
+2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * gtk/gtktextview.c
+       Add support for Ctrl+Up/Down arrow to move cursor to beginning
+       of previous/next paragraph. If within a paragraph cursor moves to
+       beginning of that paragraph.
+
+2001-09-12  Jakub Steiner <jimmac@ximian.com>
+
+       * gtk/stock-icons/dialog_question.png: replacing the shaky
+         question mark with a sans-serif one.
+       * gtk/stock-icons/stock_top.png, stock_bottom.png,
+     stock_first.png, stock_last.png: using the new style arrows
+       * gtk/stock-icons/stock_font.png: simple one to replace the ugly
+     colors.
+       * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
+     color.
+       * gtk/stock-icons/stock_zoom*: anti-aliased
+       * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
+     '-' with a '_', removed the wrong files
+
+Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkmain.c: Implement a search path for GTK+ modules.
+       * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
+       in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
+       than in gtk-2.0/major.minor.micro/<type>/. This
+       works better for a search path for modules.
+       * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
+       gtk_binary_version variable holding major.minor.(micro-binary_age).
+       * modules/input/Makefile.am (moduledir): Fix installation
+       directory to match change in lookup location.
+       * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
+       suffixes. Needs to be handled in g_module_build_path().
+
+       * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
+       appropriate.
+Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
+       causing RC properties not to work.
+
+2001-09-11  Jakub Steiner <jimmac@ximian.com>
+
+       * gtk/stock-icons/dialog-error.png: less drastic
+       * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
+         "STOP" is international enough.
+       * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
+       * gtk/stock-icons/stock_menu_properties.png: 16x16 version
+
+Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
+
+       * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
+       (add|remove)_selection_clipboard symmetric. (bug #59836)
+
+       * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
+       Avoid SEGV for empty tree. (bug #60243)
+
+Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
+
+       * tests/testgtk.c (create_idle_test): slight fix for
+       g_object_set() not usable for nesting anymore.
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
+       * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
+       properties, supply ::shadow_type properties instead as most
+       other widgets do.
+
+2001-09-10  Alex Larsson  <alexl@redhat.com>
+
+       * demos/gtk-demo/stock_browser.c:
+       * gdk/gdkcolor.c:
+       * gdk/gdkfont.c:
+       * gdk/gdkcursor.c:
+       * gdk/gdkevents.c:
+       * gdk/gdkrectangle.c:
+       * gtk/gtktypeutils.c:
+       Update to use the new g_boxed_type_register_static API.
+
+2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * gtk/gtktreestore.c:
+       Fix looping in gtk_tree_store_init() waiting for zero random int.
+
+Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
+       behaviour which havoc broke. they have to default to 1.0 for
+       expand behaviour.
+
+       * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
+
+2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * gtk/gtkstyle.c (_gtk_style_peek_property_value)
+       Amend previous change to avoid runtime error in g_param_spec_ref()
+
+Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrc.c (insert_rc_property): Fix blank line
+       in the wrong place.
+
+Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
+       do a lookup immediately after creating style->property_cache,
+       since bsearch crashes on zero length for Solaris.
+       (Found by Padraig O'Briain.)
+
+2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
+
+       * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
+       Really return NULL if not set.
+       (gtk_widget_init): Remove unused varaible.
+       
+2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
+
+       * configure.in:
+       Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
+       in cvs.
+
+2001-09-08  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
+       people might want to use
+
+2001-09-08  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkalignment.c (gtk_alignment_class_init): default
+       xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
+
+       * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
+
+       * gtk/gtktextiter.c: fix docs
+       (gtk_text_iter_spew): get rid of this
+
+       * gtk/gtklayout.c: docs
+
+       * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
+       to center image and label together, instead of having image on
+       left and label centered, patch/suggestion from Jacob
+
+       * gtk/gtkdialog.c: docs
+
+Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkliststore.c: Write documentation
+       * gtk/gtktreestore.c: Write documentation
+
+Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
+       with GArray and bsearch(), to remove dependency on a still
+       evolving interface that we want to keep private to glib/gobject. 
+
+2001-09-08  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
+       docs fixes
+
+       * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
+
+       * gtk/gtksocket.c (gtk_socket_steal): docs fixes
+
+       * gtk/gtkscrolledwindow.h: docs fixes
+
+       * gtk/gtkimage.c (gtk_image_new): docs fixes
+
+Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
+       false alarm  constness warning with a cast.
+
+       * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
+       for the inside-gdk case.
+
+Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
+       remove g_print.
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
+       change models, #59899
+
+2001-09-07  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkmain.c: move some docs inline
+
+2001-09-07  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtk.h: tsk tsk, jrb broke the build
+
+Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
+       Removed 'fill' attribute.  It was silly b/c that was a property of
+       the cell renderer, anyway.
+       (gtk_tree_view_column_render): Actually render the packed
+       renderers.
+       * doc/tree-column-sizing.txt: initial devel documentation.
+       * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
+       * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
+
+       * tests/testtreefocus.c: fix up to reflect above changes.
+       * tests/testtreeview.c: ditto
+       * demos/gtk-demo/stock_browser.c: ditto
+
+2001-09-07  Alex Larsson  <alexl@redhat.com>
+
+       * gdk/linux-fb/gdkcolor-fb.c:
+       Removed unused function.
+       
+       * gdk/linux-fb/gdkdrawable-fb2.c
+       * gdk/linux-fb/gdkfont-fb.c:
+       Use PangoLanguage functions.
+
+       * gdk/linux-fb/gdkinput.c:
+       * gdk/linux-fb/gdkselection-fb.c:
+       Fix const warnings.
+       
+       * gdk/linux-fb/gdkwindow-fb.c:
+       Fix warning. Implement gdk_window_set_icon_list() and
+       gdk_window_get_frame_extents(). (No icon support yet though.)
+
+       * gtk/gtkwindow.c (gtk_window_get_position):
+       If window->frame is set get the extents of it instead.
+       
 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
@@ -857,6 +1105,7 @@ Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
 
        * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
 
+>>>>>>> 1.2276
 2001-08-17  Anders Carlsson  <andersca@gnu.org>
 
        * gtk/gtkstyle.c (create_expander_affine): Divide with floating