05d438ebe2 
					 
					
						
						
							
							gtk-demo: Fix gcc warnings  
						
						
						
						
					 
					
						2012-03-01 05:32:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d0febc9a6 
					 
					
						
						
							
							Change FSF Address  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8ca9a86b2 
					 
					
						
						
							
							demos/gtk-demo/infobar.c: Do not use gtk_dialog_run()  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8408819d61 
					 
					
						
						
							
							demos/gtk-demo/colorsel.c: Do not use gtk_dialog_run()  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf89bc624b 
					 
					
						
						
							
							widget-factory: Don't crash when showing about dialog  
						
						
						
						
					 
					
						2012-02-15 15:14:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92322a63f5 
					 
					
						
						
							
							gtk-demo: use the new GtkColorChooserDialog in the color demo  
						
						
						
						
					 
					
						2012-02-14 16:37:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6d430ad713 
					 
					
						
						
							
							widget factory: link against gdkpixbuf  
						
						... 
						
						
						
						Otherwise we fail to link, seeing this:
/usr/bin/ld: gtk3_widget_factory-widget-factory.o: undefined reference
to symbol 'gdk_pixbuf_new_from_resource' 
						
						
					 
					
						2012-02-09 17:54:22 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c525fe27f3 
					 
					
						
						
							
							Set BUILT_SOURCES  
						
						
						
						
					 
					
						2012-02-09 09:10:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56f8cf91e0 
					 
					
						
						
							
							widget-factory: add the logo  
						
						
						
						
					 
					
						2012-02-09 09:06:32 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71efe31f16 
					 
					
						
						
							
							Move widget-factory to demos/  
						
						... 
						
						
						
						Lets install this, for the benefit of artists everywhere. 
						
						
					 
					
						2012-02-09 08:45:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41e98b14d3 
					 
					
						
						
							
							gtk-demo: Use preprocessing for resources  
						
						... 
						
						
						
						Strip blanks from ui files, and convert pngs into pixdata.
This is useful and serves as a test of these preprocessing
options at the same time. 
						
						
					 
					
						2012-02-09 08:08:23 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						72ede43928 
					 
					
						
						
							
							gtk-demo: Use gdk-pixbuf resource api  
						
						... 
						
						
						
						This is nicer than manual stream manipulation. 
						
						
					 
					
						2012-02-09 08:08:23 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						585a6652d5 
					 
					
						
						
							
							Use G_SOURCE_CONTINUE/REMOVE  
						
						... 
						
						
						
						Now that GLib provides these macros, we should use them
to make the code more readable. 
						
						
					 
					
						2012-01-30 19:12:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7c6c97710 
					 
					
						
						
							
							gtk-demo: Use symbolic names for button numbers  
						
						
						
						
					 
					
						2012-01-27 09:47:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eed307713b 
					 
					
						
						
							
							GtkBuilder: change format of menus  
						
						... 
						
						
						
						Change the format of GtkBuilder <menu> to be more in-line with the style
of the rest of GtkBuilder so that we can do translation in a consistent
way.
The format is now substantially more difficult to hand-write, but tools
should be along soon.
There is an xslt program attached to the bug to help you convert your
existing .ui files from the old format to the new one.
https://bugzilla.gnome.org/show_bug.cgi?id=668696  
						
						
					 
					
						2012-01-25 19:42:19 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d818bdc297 
					 
					
						
						
							
							gtk3-demo-application: add an example for the new api  
						
						... 
						
						
						
						Turn the menutoolbutton menu into one that is gmenu/gaction backed. 
						
						
					 
					
						2012-01-24 22:27:28 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3104e5d2c1 
					 
					
						
						
							
							Add an example for settings<>action integration  
						
						... 
						
						
						
						Turn the 'color' action in gtk3-demo-application into an
action that is backed by a setting. 
						
						
					 
					
						2012-01-24 00:07:03 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a55ef45515 
					 
					
						
						
							
							gtk3-demo-application: fix sections  
						
						... 
						
						
						
						<section> doesn't need to be given in a menubar but it does need to be
given for submenus, so add those ones back. 
						
						
					 
					
						2012-01-16 17:19:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a6a354aa8 
					 
					
						
						
							
							gtk-demo: Improve the GtkApplication demo  
						
						... 
						
						
						
						Following suggestions in bug 667968 
						
						
					 
					
						2012-01-16 17:07:12 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84883ccf7c 
					 
					
						
						
							
							Fix build  
						
						... 
						
						
						
						Was getting this error:
main.c:785:13: error: ‘gtk_demos’ undeclared (first use in this function)
main.c:785:13: note: each undeclared identifier is reported only once for each function it appears in
main.c: In function ‘main’: 
						
						
					 
					
						2012-01-16 13:58:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						261abe55c4 
					 
					
						
						
							
							Forgotten file  
						
						
						
						
					 
					
						2012-01-15 14:46:31 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						45d9b912d9 
					 
					
						
						
							
							Add a GtkApplication example to gtk3-demo  
						
						
						
						
					 
					
						2012-01-14 20:35:18 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5783d3b68c 
					 
					
						
						
							
							gtk-demo: Prove that links work fine now  
						
						... 
						
						
						
						Also, doodling is fun. 
						
						
					 
					
						2012-01-06 05:23:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8426cd706 
					 
					
						
						
							
							gtk-demo: Fix warnings in changedisplay  
						
						... 
						
						
						
						Use the brute force fix. I'm not really interested in fixing this
properly. 
						
						
					 
					
						2011-12-16 04:53:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b0a9c59cc 
					 
					
						
						
							
							demo: Add test for hide-titlebar-when-maximized  
						
						... 
						
						
						
						Add an additional option to the appwindow demo to test the new
gtk-hide-titlebar-when-maximized setting.
https://bugzilla.gnome.org/show_bug.cgi?id=665616  
						
						
					 
					
						2011-12-15 16:31:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						288b1539d1 
					 
					
						
						
							
							Fix demo to use a "normal" transparent value now that it works.  
						
						... 
						
						
						
						The last commit fixed this, so lets have a sane value in the demo code. 
						
						
					 
					
						2011-12-06 14:12:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4962167864 
					 
					
						
						
							
							gtk-demo: Add test of transparent GdkWindows  
						
						... 
						
						
						
						This shows a semi-transparent shadow from a GtkOverlay window 
						
						
					 
					
						2011-12-06 00:23:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6a6af8464b 
					 
					
						
						
							
							gtk-demo: Fix segfault in editable cells demo  
						
						... 
						
						
						
						The strings can be freed when edting the description column. This does
not work with constant strings. 
						
						
					 
					
						2011-11-22 23:29:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1d2d71159 
					 
					
						
						
							
							demos: Remove non-working code  
						
						... 
						
						
						
						It causes warnings, so it has to go.
The cursor doesn't change anyway, no matter if it's there or not. 
						
						
					 
					
						2011-11-09 03:46:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9c9099f83 
					 
					
						
						
							
							gtk-demo: Remove excessive pointer querying  
						
						
						
						
					 
					
						2011-11-09 03:23:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9788bfac89 
					 
					
						
						
							
							gtk-demo: Don't use deprecated code  
						
						
						
						
					 
					
						2011-11-02 02:32:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0853ce3077 
					 
					
						
						
							
							Use G_VALUE_INIT  
						
						... 
						
						
						
						Instead of an explicit { 0, } when declaring the variable. 
						
						
					 
					
						2011-10-15 16:45:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f74421f524 
					 
					
						
						
							
							gtk-demo: Don't use tearoff menus  
						
						... 
						
						
						
						Demoing bad things, sheesh. 
						
						
					 
					
						2011-10-01 05:59:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1204a850f3 
					 
					
						
						
							
							Formatting cleanups  
						
						... 
						
						
						
						While we normally try to avoid whitespace fixes, the gtk-demo
code is shown as exemplary, so it should be in good shape,
formatting-wise. 
						
						
					 
					
						2011-09-01 23:56:58 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5cd4174c3 
					 
					
						
						
							
							gtk-demo: Drop uses of GtkAlignment  
						
						
						
						
					 
					
						2011-09-01 23:56:57 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6899f2a9d 
					 
					
						
						
							
							gtk-demo: replace uses of GtkTable by GtkGrid  
						
						
						
						
					 
					
						2011-08-31 13:31:34 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ce58d8887f 
					 
					
						
						
							
							gtk-demo: trivial improvement  
						
						... 
						
						
						
						Set activates-default in the assistant demo where it makes sense. 
						
						
					 
					
						2011-08-31 13:31:34 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76c6f49805 
					 
					
						
						
							
							Silence the build a bit more  
						
						
						
						
					 
					
						2011-08-28 20:38:28 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bd69e6a6cd 
					 
					
						
						
							
							demo-ui_manager: gtk_misc_set_alignment replacing  
						
						... 
						
						
						
						Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/ui_manager.c
https://bugzilla.gnome.org/show_bug.cgi?id=650762  
						
						
					 
					
						2011-08-28 20:17:02 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						464fa4715f 
					 
					
						
						
							
							demo-sizegroup: gtk_misc_set_alignment replacing  
						
						... 
						
						
						
						Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/sizegroup.c
https://bugzilla.gnome.org/show_bug.cgi?id=650762  
						
						
					 
					
						2011-08-28 20:17:00 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b31aff56c 
					 
					
						
						
							
							demo-pickers: gtk_misc_set_alignment replacing  
						
						... 
						
						
						
						Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/pickers.c
https://bugzilla.gnome.org/show_bug.cgi?id=650762  
						
						
					 
					
						2011-08-28 20:16:59 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3719d3033 
					 
					
						
						
							
							demo-changedisplay:gtk_misc_set_alignment replace  
						
						... 
						
						
						
						Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/changedisplay.c
https://bugzilla.gnome.org/show_bug.cgi?id=650762  
						
						
					 
					
						2011-08-28 20:16:57 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d86c1486ba 
					 
					
						
						
							
							gtk-demo: Fix the path to demo sources for the win32 build  
						
						
						
						
					 
					
						2011-08-14 15:18:38 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						32e00d1f43 
					 
					
						
						
							
							Use AM_CPPFLAGS instead the obsolete INCLUDES  
						
						
						
						
					 
					
						2011-07-06 15:58:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						44245caae5 
					 
					
						
						
							
							demos: Remove unused variable  
						
						
						
						
					 
					
						2011-06-13 18:27:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cfb2a45f9a 
					 
					
						
						
							
							overlay: add initial version of gtkoverlay  
						
						
						
						
					 
					
						2011-06-12 23:27:18 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a9bd917a0 
					 
					
						
						
							
							gtk-demo/colorsel.c: Do not use GtkAlignment  
						
						
						
						
					 
					
						2011-06-13 00:04:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						32ef28bc85 
					 
					
						
						
							
							Replace gtk_misc_set_padding() with GtkWidget:margin properties  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=651605  
					
						2011-06-02 18:49:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cfffa32d4b 
					 
					
						
						
							
							gtk-demo: Add an app chooser button demo  
						
						... 
						
						
						
						Add a 'Mail' app chooser to the 'Pickers' example. 
						
						
					 
					
						2011-06-01 21:44:22 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b4932adaa 
					 
					
						
						
							
							gtk-demo: don't use a non-existent icon name  
						
						
						
						
					 
					
						2011-05-31 17:54:24 -04:00