gtk/docs
Owen Taylor d1bda8d562 Fixed some bugs with set_default_size.
Sun Feb  7 19:49:21 1999  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwindow.c (gtk_window_move_resize): Fixed some
	  bugs with set_default_size.

Sat Feb  6 13:23:51 1999  Owen Taylor  <otaylor@redhat.com>

	* docs/Changes-1.2.txt: Added information about
	 the change to gtk_widget_size_request().

	* gtk/gtkentry.c: Call gtk_widget_get_child_requisition
	 explicitely since we differentiate between the usize
	 set by the user and what we got. (Ugh)

	* gtk/gtkwidget.[ch] (gtk_widget_get_child_requisition):
	 New function to return the effective size of a widget
	 as it looks to its parent.

	* gtk/gtkwidget.c (gtk_widget_size_request): Leave
	 widget->requisition set to exactly what the widget
	 asked for, and then make a copy of that into
	 the requisition argument. Allow a NULL requisition
	 argument, and, if G_ENABLE_DEBUG, warn if
	 requisition == &widget->requisition.

	* gtkalignment.c gtkaspectframe.c gtkbutton.c gtkclist.c
	  gtkcontainer.c gtkentry.c gtkeventbox.c gtkfixed.c
	  gtkframe.c gtkhandlebox.c gtkhbox.c gtkhpaned.c
	  gtklayout.c gtklist.c gtklistitem.c gtkmenu.c
	  gtkmenubar.c gtkmenuitem.c gtknotebook.c
	  gtkoptionmenu.c gtkpacker.c gtkscrolledwindow.c
	  gtktable.c gtktoolbar.c gtktree.c gtktreeitem.c
	  gtkvbox.c gtkviewport.c gtkvpaned.c gtkwindow.c

	 Avoid calling gtk_widget_size_request with
	 requisition == widget->requisition; use
	 gtk_widget_get_child_requisition to get the
	 size of children.
1999-02-10 02:35:09 +00:00
..
faq update anon CVS info 1998-07-06 11:07:53 +00:00
man new directory new file, initial gtk_button man page 1998-07-29 01:33:51 +00:00
tutorial - Heavily edited GtkCombo section initially from Christopher T. Lansdown 1999-02-08 12:59:21 +00:00
.cvsignore Released GTK+ 1.1.3 1998-10-31 09:53:29 +00:00
Changes-1.2.txt Fixed some bugs with set_default_size. 1999-02-10 02:35:09 +00:00
debugging.txt Take border in account properly. 1998-04-06 12:59:06 +00:00
developers.txt backed out the section "Gnits to care about". new file, kinda developers 1998-02-11 00:40:20 +00:00
dnd_internals.txt Added a modular client-message-filter mechanism, that is used for the DND 1998-10-18 22:51:24 +00:00
gdk.sgml new format for GDK documentation. Eventually plan to remove gdk.texi, but 1998-07-28 05:19:38 +00:00
gdk.texi I forgot to *commit* these before. Note to self: commit after applying 1998-03-01 20:24:39 +00:00
gtk_tut_fr.sgml Mon, 3 Aug 1998 20:08:46 +0200 [Vincent] 1998-08-03 18:05:06 +00:00
gtk_tut_it.sgml Update of Italian Tutorial to Tutorial of 24th May, from Daniele Canazza 1998-06-01 11:53:08 +00:00
gtk_tut_packbox1.gif added graphics, update tutorials appropriately 1998-03-13 19:26:59 +00:00
gtk_tut_packbox2.gif added graphics, update tutorials appropriately 1998-03-13 19:26:59 +00:00
gtk_tut_table.gif added graphics, update tutorials appropriately 1998-03-13 19:26:59 +00:00
gtk_tut.sgml - Heavily edited GtkCombo section initially from Christopher T. Lansdown 1999-02-08 12:59:21 +00:00
gtk-config.1 version=1.1.15 1999-02-04 13:32:14 +00:00
gtk-config.txt Put in some information about 'gtk-config --libs gthread'. 1999-02-02 02:35:11 +00:00
gtk.texi More stuff about the type system. 1998-09-20 18:10:03 +00:00
gtkdocs_fix I just remembered this commit failed before because 1998-03-12 18:23:11 +00:00
gtkfaq.sgml update anon CVS info 1998-07-06 11:07:53 +00:00
macros.texi Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Released GTK+ 1.1.11 1998-12-31 02:25:58 +00:00
package_tutorial.sh script to convert and package up the tutorial - stick it here so I don't 1999-01-28 12:22:36 +00:00
refcounting.txt Fixed some incorrect information. 1998-02-13 23:00:54 +00:00
styles.txt New function to reset the RC styles for a heirarchy 1998-05-01 16:15:39 +00:00
text_widget.txt commiting changes from owen: 1998-03-10 03:17:02 +00:00
widget_system.txt Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00