]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Add a "resizable" property, to get rid of the
[~andy/gtk] / ChangeLog.pre-2-4
index 3d662255647da2af32f3d42dda65c74f254fec09..7d99a3b84122d889ea63690aa0d72acf901b5b6d 100644 (file)
@@ -1,3 +1,133 @@
+Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
+       "resizable" property, to get rid of the
+       GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
+       (gtk_tree_view_column_set_resizable): New function to set resizable.
+       (gtk_tree_view_column_set_resizable): getter.
+
+       * tests/testtreecolumns.c (add_clicked): modify for above change.
+
+       * Makefile.am (install-data-hook): remove old .pc files before
+       installing the new one.  We used to symlink this, and it will
+       break old installs.
+
+2001-11-19  Havoc Pennington  <hp@pobox.com>
+
+       * tests/testtext.c (fill_example_buffer): put in a test for
+       negative indentation values
+
+Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_init): Change default for
+       justify to GTK_JUSTIFY_LEFT. Assuming that multiline
+       labels are most often wrapped labels, this gives better
+       compatibility with GTK+-1.2, where justification was
+       ignored for wrapped labesl and is a more sensible
+       default in any case. (#64489)
+
+       * gtk/gtklabel.c (gtk_label_class_init): Fix default
+       for wrap property to FALSE.
+
+2001-11-19  jacob berkman  <jacob@ximian.com>
+
+       * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
+
+Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
+       RevertToParent, not RevertToNone. (#64613, 
+       Matthias Clasen)
+
+Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
+       and label_yalign need to be float properties to
+       correspond to GTK+-1.2, to gtk_frame_set_label_align,
+       and to the types of the xalign and yalign properties of GtkMisc.
+       (#63484, Vitaly Tishkov)
+
+Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
+       of plug_added vfunc. (#64408, Jeff Franks)
+
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
+Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
+       memory leak when retrieving atom names. (Michael Meeks,
+       #64508)
+
+2001-11-18  Alex Larsson  <alexl@redhat.com>
+
+       * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
+       Update to new Pango API.
+       
+Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
+       GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
+       GTK_OBJECT_DESTROYED() check macro.
+
+       * gtk/gtkbindings.c (gtk_bindings_activate): Remove
+       instances of GTK_OBJECT_DESTROYED() that weren't
+       needed any more.
+
+       * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
+       for a connection to ::destroy.
+
+Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
+       have been since the beginning, but as special hack,
+       allow clearing the NO_WINDOW flag to get a window widget.
+
+Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
+
+       * gtk/gtktreestore.c: return TRUE when value changed, so
+       row_changed is being emitted
+
+2001-11-18  Hans Breuer  <hans@breuer.org>
+
+       * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
+       no label without op, even if it's a no-op.
+
+       * gtk/gtk.def :
+       * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
+
+       * config.h.win32.in : remove definition of HAVE_DIRENT_H
+       * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
+       required anymore, replace it.
+       * gtk/queryimmodules.c : DIR -> GDir replacement, also
+       getcwd() -> g_get_current_dir()
+
+       * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
+       Even 'noisy laugh' scolling appears to work, though I still can't
+       claim to have fully understood what it is supposed to do ...
+
+Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkenums.h: Include glib-object.h instead of
+       gobject/gsignal.h
+
+       * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
+         x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
+       argument to the window_at_pointer() field of
+       GdkPointerHooks. (Patch from Erwann Chenede)
+
+       * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
+       to 6 pointers.
+
+2001-11-17  Matt Wilson  <msw@redhat.com>
+
+       * gtk/gtkenums.h: must include glib-object.h only
+
 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize