]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
const correct string parameter.
[~andy/gtk] / ChangeLog.pre-2-10
index 63a5cf578d852ff3983e21f68f629a72bc026b00..378716b5ff4ce687f63b608584e6394bbb1fd391 100644 (file)
@@ -1,3 +1,252 @@
+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)
+
+Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
+       $(srcdir).
+
+Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Fix problem with trying to
+       dist files from intl/, which is no longer there.
+
+2001-08-11  Hans Breuer  <hans@breuer.org>
+
+       * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
+         gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
+         gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
+         gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
+         gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
+         gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
+
+       * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
+         gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
+       GDK_TYPE_EVENT signals
+
+       * gtk/gtkalignment.c : removed 'direct allocation bug',
+       which Tim discovered while reading the patch
+
+Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
+       compat macros for push/pop/set_visual that were supposed
+       to be added a long time ago, but got dropped. 
+
+Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
+       property notifies.
+
+2001-08-07  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
+
+       * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
+       some fixage is needed here, but nothing simple. Owen understands
+       it. ;-)
+
+        * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
+       sizing and positioning.  Also, fix bug in compute_geometry_hints
+       (width/height confusion for setting min size). 
+       (gtk_window_move): new function
+       (gtk_window_resize): new function
+       (gtk_window_get_size): new function
+       (gtk_window_get_position): new function
+       (gtk_window_parse_geometry): new function
+       
+       * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
+       (gtk_widget_get_size_request): new function
+       (gtk_widget_get_usize): delete, that was a short-lived function
+       ;-)
+       (gtk_widget_set_usize): deprecate
+       (gtk_widget_set_uposition): deprecate, make it a trivial 
+       gtk_window_move() wrapper
+       (gtk_widget_class_init): remove x/y/width/height properties,
+       add width_request height_request
+       
+        * demos/*: update to avoid deprecated functions
+       
+       * gtk/gtklayout.c: add x/y child properties
+
+       * gtk/gtkfixed.c: add x/y child properties, and get rid of 
+       uses of "gint16"
+
+       * tests/testgtk.c (create_window_sizing): lots of tweaks to window
+       sizing test
+
+       * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
+       configure events on toplevel windows are always in root window
+       coordinates, following ICCCM spec that all synthetic events 
+       are in root window coords already, while real events are 
+       in parent window coords. Previously the code assumed that 
+       coords of 0,0 were parent window coords, which was 
+       really broken.
+  
+       * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
+       warning
+       * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
+       and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
+       hints in gtk_window_parse_geometry()
+       * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
+       new USER_POS USER_SIZE hints    
+
+2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * tests/prop-editor.c (properties_from_type): Use 
+       g_object_class_list_properties to get the param specs 
+       for a given type. (#58609)
+
+2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
+       free the text_aa parts. (#57549)
+
+2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
+       not the foreground color. (#57621)
+
+2001-08-09  Alexander Larsson <alexl@redhat.com>
+
+       * gdk/win32/gdkfont-win32.c:
+       Update to the new pango win32 api.
+
+2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
+
+       * gtk/gtkclipboard.c (request_text_received_func): ask apps for
+       COMPOUND_TEXT instead of TEXT
+       * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
+       interpret the return value of g_string_to_compound_text()
+       (#55152)
+
+2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
+       fail if iter is NULL. (#58347)
+
+2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
+       some off-by-one issues, fixing selection of line-ends. (#50323)
+
+2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
+
+       * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
+       functions in order to make mouse operation work again in the
+       color wheel. (#58604)
+
+2001-08-07  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
+       the accelerator when the accel object is changed.  Fixes bug
+       #58628.
+
 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
 
        * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):