]> Pileus Git - ~andy/gtk/commit
Unset allocation on unparent, to force reallocation if we get adding back
authorOwen Taylor <owt1@cornell.edu>
Thu, 5 Mar 1998 06:32:42 +0000 (06:32 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 5 Mar 1998 06:32:42 +0000 (06:32 +0000)
commitba55b3f94ba99f24b424c879eaeafe47b932f189
tree279b8b989d63267fa2290262bff6d97289a21512
parent793a130520350f91d3b2c42956b596eb13824f41
Unset allocation on unparent, to force reallocation if we get adding back

Thu Mar  5 01:22:06 1998  Owen Taylor  <owt1@cornell.edu>

* gtk/gtkwidget.c (gtk_widget_unparent): Unset allocation
  on unparent, to force reallocation if we get adding back
  to a new parent which is already size-allocated.

* gtk/gtktreeitem.c: Keep track of separate +/- pixmaps
  for each colormap, removed the idle hack.

* gdk/gdk.c: Don't warn when unable to open XIM method,
  since X11R5 apparently has no default method.

* gtk/gtkwidget.c (gtk_widget_set_style_internal): Don't
  call size_request on initial emission - since the
  widget size isn't set yet, it can't change.

* gtk/Makefile.am: New rules 'test' and 'test-debug' to run
  testgtk with the correct working directory.

* gtk/gtkentry.c (gtk_move_forward_word):
  Check for position at end of line.

* gtk/gtkinputdialog.h (struct _GtkInputDialogClass):
  removed 'gpointer data' arguments from default handler
  structures.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
TODO
gdk/gdk.c
gdk/x11/gdkmain-x11.c
gtk/Makefile.am
gtk/gtkentry.c
gtk/gtktreeitem.c
gtk/gtkwidget.c