]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
[ Patch from Sebastian Wilhelmi, 52790 ]
[~andy/gtk] / ChangeLog.pre-2-6
index 3004f0f4bdfe6a14bf5b67eaf8e5b7e6db62f020..6c164c0ad94e3bedb6ceea9f4438ed539ca4903a 100644 (file)
@@ -1,5 +1,294 @@
+Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
+
+       [ Patch from Sebastian Wilhelmi, 52790 ]
+
+       * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
+
+       * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
+       Move compatibility macros from g[dt]kcompat.h to within 
+       #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
+
+       * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
+
+       * demos/Makefile.am demos/gtk-demo/Makefile.am 
+         docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
+         tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
+
+       * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
+                testpixbuf.c}: Fix usages of deprecated functions.
+
+Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
+       when changing models.
+
+Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
+       We check the current event for modifiers rather than try to trap
+       all presses.
+
+2001-08-22  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
+       It's LIST_STORE, not LISTSTORE.
+
+Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk.h: Remove commented out gtkpacker reference.
+
+2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * configure.in (all_loaders): Add tga loader, 
+       patch by Nicola Girardi. (#56067)
+
+Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>>
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
+       a little.  More needs to be done tomorrow.
+
+Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
+
+Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
+       reported by Kristian Rietveld <kristian@planet.nl> to handle row
+       == NULL.
+       (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
+       <kristian@planet.nl> to change destroy order.
+
+Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
+       correct marshaller.
+
+Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkliststore.c: Fix up warnings, #58928.
+
+       * gtk/gtktreeselection.h: Change signal prototype, #58647
+
+       * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
+       #59221.
+
+       * gtk/gtkstyle.c: Actually prelight arrow, #50981
+       
+2001-08-18  Hans Breuer  <hans@breuer.org>
+
+       * gdk/gdk.def : updated externals
+
+       * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
+       is required to get (at least) visible in entry fields. Some selections
+       are really handled now - even on win32 - but copying via middle
+       mouse button into a different app needs to wait ... 
+
+       * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
+       mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
+
+       * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
+       handling. I'm not sure if it is better now, but at least not worse
+
+       * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
+       with SetWindowPos () which allows more fine-tuning backing-store wise
+
+       * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
+       Also changed move/resize to be more like the X version.
+
+       * gtk/gtk.def : updated externals
+
+2001-08-19  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtktooltips.c
+       * tests/testtreesort.c
+       * tests/treestoretest.c: inserted some casts to get rid of compiler
+       warnings.
+
+Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>>
+
+       * gtk/gtktreeviewcolumn.c
+       (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
+
+       * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
+       (_gtk_tree_view_find_node): If *node is NULL,
+       *tree should be NULL too.
+
+       * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
+       column/renderers.
+       * tests/testtreecolumns.c: ditto
+       * tests/testtreefocus.c: ditto
+       * tests/testtreesort.c: ditto
+       * tests/testtreeview.c: ditto
+       * tests/treestoretest.c: ditto
+
+Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
+       signals; is_expander/is_expanded.
+
+       * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
+       pixbufs.
+
+       * gtk/gtktreeview.c: set above properties.
+
+Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h: Really remove set_default_style().
+
+       * docs/Changes-2.0.txt: added a note about
+       gtk_widget_push/pop/set_default_style.
+
+2001-08-18  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
+       hints_changed in addition to the other cases.
+       (gtk_window_move_resize): include last position from configure
+       notify in debug spew
+
+2001-08-18  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
+       second argument to the weak ref notify, cleaning up some uglyness.
+       (gtk_accel_group_attach): remove and add the weak notifier when
+       changing the accel groups slist.
+       (gtk_accel_group_detach): same here.
+
+2001-08-17  Darin Adler  <darin@bentspoon.com>
+
+       * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
+       missing parameters to utf8 functions to make it compile.
+
+Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeprivate.h:
+       * gtk/gtktreeview.c: (gtk_tree_view_class_init),
+       (gtk_tree_view_init), (gtk_tree_view_set_property),
+       (gtk_tree_view_get_property), (gtk_tree_view_destroy),
+       (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
+       (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
+       (gtk_tree_view_set_destroy_count_func),
+       (gtk_tree_view_set_enable_search),
+       (gtk_tree_view_get_enable_search),
+       (gtk_tree_view_get_search_column),
+       (gtk_tree_view_set_search_column),
+       (gtk_tree_view_get_search_equal_func),
+       (gtk_tree_view_set_search_equal_func),
+       (gtk_tree_view_search_dialog_destroy),
+       (gtk_tree_view_search_position_func),
+       (gtk_tree_view_interactive_search),
+       (gtk_tree_view_search_delete_event),
+       (gtk_tree_view_search_button_press_event),
+       (gtk_tree_view_search_key_press_event),
+       (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
+       (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
+       * gtk/gtktreeview.h:
+       Add heavily modified patch from Kristian Rietveld to handle
+       interactive searching.
+
+Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
+       string parameter.
+
+       * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
+       GtkMenuShell::selection_done, now that we have it, instead of 
+       ::deactivate so we're not tearing the menu apart and notify
+       the user prematurely.
+
+Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
+       window, clear window->need_default_position to avoid infinite loops.
+       some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
+
+Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
+       code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
+       (gtk_tree_view_set_property): don't cast possible NULL objects.
+       (gtk_tree_view_destroy): reset the model to NULL.
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
+       parent_class handler.
+
+2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
+
+2001-08-17  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+       point numbers so that the result will be floating point.
+
+2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * tests/testgtk.c (create_handle_box): 
+       (create_toolbar): Replace gtk_window_set_policy calls by
+       gtk_window_set_resizable.
+
+2001-08-16  Jakub Steiner <jimmac@ximian.com>
+
+       * gtk/stock-icons/dialog_info.png: new style bulb
+       * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
+       * gtk/stock-icons/dialog_warning.png: need a hand?
+       * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
+         the aa border gets chopped off ok
+       * gtk/stock-icons/stock_colorselector.png: using the new hand
+       * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
+         this one is for, but the old icon was butt ugly.
+       * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
+       * gtk/stock-icons/stock*_insert_object.png: "
+       * gtk/stock-icons/stock_index.png: using new hand icon
+       * gtk/stock-icons/stock*_new.png: the document template being used 
+         elsewhere too
+       * gtk/stock-icons/stock*_print*.png: new print and print preview 
+         icons (panel/menu)  
+       * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
+         icons based on Tuomas' floppy image.
+       * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
+       * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
+       * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
+       * gtk/stock-icons/stock*_undelete.png: "
+       * gtk/stock-icons/stock_preferences.png: I have a version with a 
+         document base if the sliders are no good.
+       * gtk/stock-icons/stock_properties.png: properties 
+       
+
+       * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
+         (tigert@ximian.com) clipboard icons
+       * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
+       * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
+       * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
+         little bigger IMHO
+
+2001-08-16  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
+
+2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * gtk/gtkcellrenderertext.c:
+       Avoid warning when specifying NULL for "attributes" property
+
+2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * docs/debugging.txt: Add a warning about --enable-debug=no,
+       some editorial changes.
+
 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
 
+       * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
+       gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
+       debugging info, remove unused debug flags. (#58330)
+
+Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
+       (gtk_tree_selection_select_all): Remove strict checking for rows.
+
+2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+       
        * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
        Don't remove the tooltip window when the tip text changes. (#15891)