gtk2/demos/gtk-demo
Havoc Pennington f37a0627fc fix a typo.
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-10 03:46:08 +00:00
..
.cvsignore cvsignore updates 2000-11-16 16:14:17 +00:00
alphatest.png fix some shell typos 2001-05-07 15:58:47 +00:00
apple-red.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
appwindow.c demos/gtk-demo/appwindow.c demos/gtk-demo/item_factory.c 2001-07-31 09:42:35 +00:00
background.jpg fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
button_box.c get sizes an icon set can render without falling back to missing image 2001-05-25 20:41:46 +00:00
colorsel.c fix a typo. 2001-08-10 03:46:08 +00:00
dialog.c get sizes an icon set can render without falling back to missing image 2001-05-25 20:41:46 +00:00
drawingarea.c It's the worlds ugliest highlighting code!!!! The result is okay so long 2001-05-18 16:28:30 +00:00
floppybuddy.gif fix some shell typos 2001-05-07 15:58:47 +00:00
geninclude.pl Changed to have the list become non-italic when the demo window is 2000-11-18 23:59:30 +00:00
geninclude.pl.in Changed to have the list become non-italic when the demo window is 2000-11-18 23:59:30 +00:00
gnome-applets.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-calendar.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-foot.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-gimp.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-gmush.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-gsame.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnu-keys.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gtk-logo-rgb.gif Handle case where we need to parse the xsetting as if it were an RC file 2001-06-04 23:15:51 +00:00
images.c up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. 2001-06-28 17:12:40 +00:00
item_factory.c fix a typo. 2001-08-10 03:46:08 +00:00
main.c fix a typo. 2001-08-10 03:46:08 +00:00
Makefile.am Handle case where we need to parse the xsetting as if it were an RC file 2001-06-04 23:15:51 +00:00
menus.c Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED. 2001-07-31 20:12:01 +00:00
panes.c fix a typo. 2001-08-10 03:46:08 +00:00
pixbufs.c fix a typo. 2001-08-10 03:46:08 +00:00
sizegroup.c s/RESIZEABLE/RESIZABLE/ 2001-06-25 23:48:51 +00:00
stock_browser.c changed new_with_types to just plain new, fixing the number of columns, 2001-06-30 02:38:17 +00:00
textview.c It's the worlds ugliest highlighting code!!!! The result is okay so long 2001-05-18 16:28:30 +00:00