]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
disable USE_MMX for msvc build cause the assembler doesn't fit and is out
[~andy/gtk] / ChangeLog.pre-2-4
index 79c738ddd54aa3c467414c76bc3343dca4e488c2..d76e3e617dd09c5b61af0f78ba82f1714724e017 100644 (file)
@@ -1,4 +1,152 @@
-2001-03-29  Alexander Larsson  <alexl@redhat.com>
+2001-03-31  Hans Breuer  <hans@breuer.org>
+
+       * config.h.win32.in : disable USE_MMX for msvc build cause
+       the assembler doesn't fit and is out of my scope. Disable
+       USE_GMODULE for msvc build as wel. The right way to share
+       binaries on win32 would be to use libtiff.dll etc. To reduce
+       installation hassles IMO it's better to include all fileformats
+       builtin to gdk-pixbuf
+
+       * gdk-pixbuf/makefile.msc : new file
+
+       * gdk/gdk.def : updated
+
+       * gdk/win32/gdkevents-win32.c : don't erase the background if
+       .no_bg is set. It improves the scrolling (e.g. of testgtk main
+       buttons
+       * gdk/win32/gdkgeometry-win32.c : added comment about the above
+
+       * gdk/win32/gdkwindow-win32.c : added three new functions like
+       the X version. Only one is implemented, because the other two
+       "gdk_window_begin_(resize|move)_drag" got no docs and appear to
+       be default behaviour on win32 anyway ...
+
+       * gtk/gtk.def : updated
+
+       * gtk/makefile.msc.in : update for new files, use glib-genmarshal
+       from where it was built and add an additional rule to automagically
+       build gtkmarshal.[hc]
+
+       * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
+       before array access for the current entry isn't finished
+
+       * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
+       use g_return_val_if_fail
+
+       * gtk/testgtk.c (window_controls) : don't use the *wrong* size
+       for the static array, but let the compiler calculate it. It
+       makes me wonder if gcc isn't capable to catch bugs like this ...
+
+2001-03-31  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+       constant "-1" in the aux info structure.
+
+2001-03-30  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkbutton.c (gtk_button_get_property):
+       * gtk/gtklabel.c:
+       Remove leaks.
+       
+       * gtk/gtkcontainer.c:
+       * gtk/gtkhscale.c:
+       * gtk/gtkhscrollbar.c:
+       * gtk/gtklayout.c:
+       * gtk/gtkmisc.c:
+       * gtk/gtkprogress.c:
+       * gtk/gtkprogressbar.c:
+       * gtk/gtkrange.c:
+       * gtk/gtktable.c:
+       * gtk/gtkviewport.c:
+       * gtk/gtkvscale.c:
+       * gtk/gtkvscrollbar.c:
+       * gtk/gtkwidget.c:
+       Property patches, based on patches from John Margaglione and Lee Mallabone.
+
+Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
+
+       * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
+       adjustment. Cleaned redundant preconditions (spin != NULL). Added
+       inline API function docs.
+       (gtk_spin_button_new_with_range): New convenience constructor.
+       (gtk_spin_button_set_increments): New adjustment helper.
+       (gtk_spin_button_set_range): New adjustment helper.
+
+       * gtk/testgtk.c : added test of the new convenince constructor and
+       value_changed signals.
+
+Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
+       listen to the reorder signal.
+
+Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
+       to get the aux info structure fo the widget.
+
+       * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
+       above function.
+
+        [ Patch from  Havoc Pennington  <hp@redhat.com> ]
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
+       to get the size of the window manager frame, basically the same
+       code that gdk_window_get_root_origin() had
+       (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
+
+       * gtk/gtkwindow.c (gtk_window_set_default_size): use
+       gdk_window_resize() if the window is realized and resizeable
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
+       typo so that setting gravity works
+
+       * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
+       allocation if auto_shrink is on, even if the default size
+       has not changed.
+
+       * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
+       g_return_if_fail
+
+Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@webwynk.net>
+
+       * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
+       reordering/sorting work.  Now pretty much works.
+
+       * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
+       reorder mostly work.  Still need to get the parity correct.
+
+       * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
+       signal, so I can listen for the sort_column_changed signal so I
+       can change my "sort_indicator" property.  Cool.
+
+Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
+
+       [ Patch from Havoc Pennington, hp@redhat.com ]
+
+       * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
+       Add functions gdk_window_begin_resize_drag/begin_move_drag
+       to start resizing or moving a toplevel window. This
+       is done either using the _NET_WM_MOVERESIZE protocol,
+       or, if that isn't present, by emulation.
+
+       * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
+       to export the above to GTK+-land.
+
+       * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
+       
+       * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
+       Move this function into gdkwindow, since we need it
+       when implementing fallback resizing.
+
+       * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
+       Fix typo when setting gravity.
+
+       * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
+       Add an optional (but on by default) resize grip for resizing 
+       the parent window.
+
+01-03-29  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtktooltips.c (gtk_tooltips_event_handler):
        Don't return TRUE from the event handler, that blocks all