2b0a605c5d 
					 
					
						
						
							
							build: Remove the Autotools build  
						
						... 
						
						
						
						CI and downstream packagers have been using the Meson build for a while
now, and we checked that it's idempotent to the Autotools build.
Having two build systems in tree doesn't make maintaining and releasing
GTK any easier, even if it's the stable/frozen branch. 
						
						
					 
					
						2022-12-08 11:57:39 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						04bed1d3ab 
					 
					
						
						
							
							build: Don't dist generated example files with Autotools  
						
						... 
						
						
						
						The generated resources.c file should not be part of the dist tarball. 
						
						
					 
					
						2022-12-06 21:50:30 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d52dad2042 
					 
					
						
						
							
							autotools: dist all meson related build files  
						
						
						
						
					 
					
						2019-04-11 16:45:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ec004cc08 
					 
					
						
						
							
							Import meson build files from an 3.22  
						
						... 
						
						
						
						Specifically, from 6dd6660c685d22e88af5ed4d0b5f1f22df0338de 
						
						
					 
					
						2019-04-11 16:40:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22ae9d0884 
					 
					
						
						
							
							examples: use G_DECLARE_FINAL_TYPE in applications  
						
						... 
						
						
						
						G_DECLARE_FINAL_TYPE was introduced in glib 2.44.
We shall use that now so that lots of boilerplate code can
be reduced.
https://bugzilla.gnome.org/show_bug.cgi?id=770278  
						
						
					 
					
						2016-09-10 09:01:08 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22b6df025e 
					 
					
						
						
							
							Fix example Makefiles  
						
						... 
						
						
						
						Put OBJS before LIBS on the commandline to make things
work better.
https://bugzilla.gnome.org/show_bug.cgi?id=768142  
						
						
					 
					
						2016-07-03 13:54:11 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						213f74fe82 
					 
					
						
						
							
							tutorial: Drop excessive margin from headerbar  
						
						... 
						
						
						
						It is no longer necessary to add extra margins around the
center child in a headerbar. 
						
						
					 
					
						2016-02-27 23:28:17 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9aae351487 
					 
					
						
						
							
							examples: Clean up the standalone Makefiles  
						
						... 
						
						
						
						Do not hardcode GCC as the compiler; use $(shell) expansion instead of
backticks; split the built source into its own variable. 
						
						
					 
					
						2015-05-26 18:01:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c55c18c23e 
					 
					
						
						
							
							examples: Fix clean rule in stand alone Makefiles  
						
						... 
						
						
						
						Remove all the built files, including the exampleapp binary. 
						
						
					 
					
						2014-12-06 13:30:24 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b2cf140a2 
					 
					
						
						
							
							Add standalone Makefile for the examples  
						
						... 
						
						
						
						We want to allow people to build the examples easily, without
necessarily requiring them to build the whole of GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=741041  
						
						
					 
					
						2014-12-02 19:23:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f85093a136 
					 
					
						
						
							
							Beautify example Makefiles a bit  
						
						
						
						
					 
					
						2014-11-29 00:26:52 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						380ca9bc56 
					 
					
						
						
							
							Make include order consistent in example applications  
						
						... 
						
						
						
						Pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=740537  
						
						
					 
					
						2014-11-28 23:57:16 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c502ff73fe 
					 
					
						
						
							
							example: Fix up margins  
						
						... 
						
						
						
						This makes the code match what we show in the screenshots. This
broke when headerbars were changed to allow titles to extend into
the margin. 
						
						
					 
					
						2014-04-17 22:55:37 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2d27e7e978 
					 
					
						
						
							
							examples: Use git.mk  
						
						
						
						
					 
					
						2013-08-07 06:18:07 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						99203f09f2 
					 
					
						
						
							
							Getting started: Coding style updates  
						
						... 
						
						
						
						Make the new examples use GTK+ coding style. 
						
						
					 
					
						2013-07-24 07:31:05 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8087bb7a22 
					 
					
						
						
							
							Add a new example app  
						
						... 
						
						
						
						Add a new example to the getting started part of the docs. The focus
of this example is on 'new stuff': GtkApplication, templates, settings,
gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer,
GtkListBox, GtkMenuButton, etc.
It is being developed in several steps. Each step is put in a separate
directory below examples/: application1, ..., application8. This is a
little repetitive, but lets us use the code of all examples in the
documentation. 
						
						
					 
					
						2013-07-20 23:04:47 -04:00