gtk/tests
Soeren Sandmann accc299dfa Set a small size request and make the window resizable, to test
Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

	* tests/testgtk.c (create_toolbar): Set a small size request and
	make the window resizable, to test mapping/unmapping of buttons.

	* gtk/gtktoolbar.c (gtk_toolbar_remove_content,
	gtk_toolbar_insert_tool_item): remove these functions.

	* gtk/gtktoolbar.c (gtk_toolbar_show_all,
	toolbar_content_show_all, gtk_toolbar_hide_all,
	toolbar_content_hide_all): New functions.

	Ignore show_all/hide_all for buttons created in compatibility mode.

	* gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
	gtk_toolbar_hide_all): Make sure buttons are ignored by
	gtk_toolbar_show_all() and gtk_toolbar_hide_all().

	* gtk/gtktoolbar.c: s/regular_widget/compatibility/g

	* gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
	GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.

	* gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
	could become NULL.

	* gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
	instead of prepending them.

	* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
	'elapsed' for all items.

	* gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
	into bitfields.

	* gtk/gtktoolbar.c: Many formatting fixes
2004-01-18 12:28:38 +00:00
..
test-images image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
.cvsignore cvsignore updates 2003-10-23 04:31:28 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
apple-red.png Insert cast to fix warning. Assign something to old_value to quiet gcc 2003-07-03 01:02:04 +00:00
check-n.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
check-y.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework 2003-10-23 04:22:32 +00:00
makefile.msc updated added all the new tests 2003-11-15 20:35:55 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
merge-1.ui Test handling of empty menus. 2003-09-30 20:55:24 +00:00
merge-2.ui Test handling of empty menus. 2003-09-30 20:55:24 +00:00
merge-3.ui Change the XML format: <Root> element is replaced by <ui>, <menu> element 2003-08-27 22:22:28 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
pixbuf-lowmem.c image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
pixbuf-random.c image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
pixbuf-randomly-modified.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
pixbuf-read.c image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
prop-editor.c gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework 2003-10-23 04:22:32 +00:00
prop-editor.h Make it work, even if the window is already realized or mapped. 2002-04-30 23:44:14 +00:00
simple.c marshaller fixes. 2001-03-07 14:49:21 +00:00
stresstest-toolbar.c remove this accidentally committed file. 2003-07-04 17:38:08 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testactions.c Add value parameter to allow setting the currently selected group member 2003-09-15 19:51:55 +00:00
testcalendar.c Use g_date_strftime(), fixing #74745. (Alper Ersoy) 2002-11-07 20:11:47 +00:00
testcombo.c grrrr. broken pipe. 2003-11-16 23:20:23 +00:00
testdnd.c Use g_setenv() instead of putenv(). 2003-08-02 21:35:44 +00:00
testfilechooser.c handle GTK_DATADIR similar as the other filesystem placement 'constants' 2003-12-14 19:03:02 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Set a small size request and make the window resizable, to test 2004-01-18 12:28:38 +00:00
testgtkrc Add a --screen option for setting the default screen. (Based on a patch 2002-10-31 21:12:23 +00:00
testgtkrc2 Remove all references to offscreen flag which was no longer used. 2000-06-02 03:14:07 +00:00
testicontheme.c Add a test program from gnome-desktop. 2003-07-03 21:26:35 +00:00
testinput.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
testmenus.c Still uses option menus, so turn off GTK_DISABLE_DEPRECATED. 2003-10-13 17:43:48 +00:00
testmerge.c Adjust to the new connect_proxy signals. 2004-01-12 22:45:45 +00:00
testmultidisplay.c Don't include strings.h, it's not needed anymore. (#112388) 2003-05-06 21:33:22 +00:00
testmultiscreen.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
testrgb.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
testselection.c add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. 2002-11-20 01:07:33 +00:00
testsocket_child.c For XEMBED embedding add a _XEMBED_INFO property to the client with 2001-07-03 14:14:30 +00:00
testsocket_common.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
testsocket.c Remove an extraneous unref. (#122336, Frederic Crozat) 2003-10-05 22:00:49 +00:00
testtext.c Turn off GTK_DISABLE_DEPRECATED, since this test uses the 2003-09-26 23:33:46 +00:00
testtextbuffer.c #include <stdlib.h> for putenv, <string.h> for strlen. 2003-01-09 02:38:13 +00:00
testthreads.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
testtoolbar.c delete this function (toolbar_item_is_homogeneous): cache 2003-10-31 02:10:03 +00:00
testtreecolumns.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
testtreeedit.c demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c 2003-02-28 01:45:51 +00:00
testtreeflow.c the rand variable should be static to avoid conflicts with rand(). 2002-12-19 02:38:27 +00:00
testtreefocus.c demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c 2003-02-28 01:45:51 +00:00
testtreesort.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
testtreeview-plan.txt handle case where there are no rows in the model 2001-01-09 17:45:34 +00:00
testtreeview.c These files still use option menus, so turn off GTK_DISABLE_DEPRECATED to 2003-10-11 22:21:04 +00:00
testxinerama.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
treestoretest.c Deprecation cleanup 2002-10-13 23:22:33 +00:00