ff46ea64c4 
					 
					
						
						
							
							docs: Escape the XML tags in the Widget class description  
						
						... 
						
						
						
						While gtk-doc doesn't care, this isn't really valid Markdown as the
GtkBuilder custom XML tags will be considered valid markup and embedded
as they are, breaking the HTML output. 
						
						
					 
					
						2021-08-22 19:38:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0f2b019d89 
					 
					
						
						
							
							gtk: rely on default marshallers  
						
						... 
						
						
						
						Similar to previous removals of g_cclosure_marshal_VOID__VOID we can remove
other marshallers for which are a simple G_TYPE_NONE with single parameter.
In those cases, GLib will setup both a c_marshaller and va_marshaller for
us. Before this commit, we would not get a va_marshaller because the
c_marshaller is set.
Related to GNOME/Initiatives#10  
						
						
					 
					
						2019-05-31 11:12:29 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a8a56e8a0e 
					 
					
						
						
							
							marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used  
						
						... 
						
						
						
						If we set c_marshaller manually, then g_signal_newv() will not setup a
va_marshaller for us. However, if we provide c_marshaller as NULL, it will
setup both the c_marshaller (to g_cclosure_marshal_VOID__VOID) and
va_marshaller (to g_cclosure_marshal_VOID__VOIDv) for us. 
						
						
					 
					
						2019-05-29 13:30:15 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cfbbcf5fc4 
					 
					
						
						
							
							UIManager: Document deprecation; link replacements  
						
						... 
						
						
						
						Close https://gitlab.gnome.org/GNOME/gtk/issues/193  
						
						
					 
					
						2018-04-18 23:31:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						855e4cb88e 
					 
					
						
						
							
							deprecated: Cast g_object_ref() to the right type  
						
						... 
						
						
						
						In GLib 2.56, g_object_ref() will check that you're assigning the return
value to a variable of the same type you're passing in. 
						
						
					 
					
						2018-02-11 23:28:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1a03ead7a 
					 
					
						
						
							
							Use NULL for generic marshallers in g_signal_new()  
						
						... 
						
						
						
						glib will use the correct marshaller automatically. And as a side
effect, we also get all glib optimizations, like a va marshaller. 
						
						
					 
					
						2016-08-29 16:20:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8b301f1ea 
					 
					
						
						
							
							uimanager: Correctly indent code  
						
						
						
						
					 
					
						2016-08-25 23:02:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf8653c2e1 
					 
					
						
						
							
							ui-manager: Fix "format not a string literal" errors  
						
						... 
						
						
						
						Quite a bit of code movement, but necessary to build with the
default format errors produced by newer versions of GCC.
https://bugzilla.gnome.org/show_bug.cgi?id=764585  
						
						
					 
					
						2016-04-05 12:58:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ac71e81cf 
					 
					
						
						
							
							Drop some unused debug printfs  
						
						... 
						
						
						
						Remove some debug spew that has been ifdef'ed out for years
and does not look useful enough to keep. 
						
						
					 
					
						2016-02-28 21:40:23 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bbd94b5a9f 
					 
					
						
						
							
							gtk: Strip newlines from g_warning and g_error  
						
						... 
						
						
						
						g_logv adds one for us already. 
						
						
					 
					
						2016-02-28 12:23:12 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						00236c0d21 
					 
					
						
						
							
							Fix compiler warnings  
						
						... 
						
						
						
						Fix warnings due to -Wdeclaration-after-statement and -Wshadow. 
						
						
					 
					
						2015-06-02 09:08:14 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf8a169cb9 
					 
					
						
						
							
							docs: Another round of markup removal  
						
						
						
						
					 
					
						2014-03-29 00:24:15 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f71f7215ab 
					 
					
						
						
							
							all: Name more idles and timeouts  
						
						... 
						
						
						
						Following up from 438cd857c4https://bugzilla.gnome.org/show_bug.cgi?id=726870  
						
						
					 
					
						2014-03-26 20:09:30 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						469d333aa2 
					 
					
						
						
							
							docs: use Returns: consistently  
						
						... 
						
						
						
						Instead of Return value: 
						
						
					 
					
						2014-02-19 18:56:05 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f6a964c47 
					 
					
						
						
							
							Docs: Remove all entities and turn off sgml mode  
						
						... 
						
						
						
						With all element markup gone, it is time to turn off
sgml mode, and get rid of entities as well. 
						
						
					 
					
						2014-02-09 17:58:07 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13998c55e7 
					 
					
						
						
							
							docs: use proper quotations instead of '*'  
						
						
						
						
					 
					
						2014-02-07 14:22:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4b5929e81 
					 
					
						
						
							
							docs: use apostrophe in *'re  
						
						
						
						
					 
					
						2014-02-07 13:37:09 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e34bd4137d 
					 
					
						
						
							
							docs: use apostrophes in *n't  
						
						
						
						
					 
					
						2014-02-07 13:32:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ce016650b 
					 
					
						
						
							
							docs: Use markup for links  
						
						
						
						
					 
					
						2014-02-07 09:42:12 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6abe7a7094 
					 
					
						
						
							
							docs: use markdown instead of <note>  
						
						
						
						
					 
					
						2014-02-06 08:01:49 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a45418b67 
					 
					
						
						
							
							docs: use proper quotes  
						
						
						
						
					 
					
						2014-02-05 15:08:42 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd7adf3b51 
					 
					
						
						
							
							docs: add back id for section heading  
						
						... 
						
						
						
						It was lost during the markdown conversion. 
						
						
					 
					
						2014-02-05 12:33:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						446095f9ab 
					 
					
						
						
							
							docs: don't use <variablelist>  
						
						
						
						
					 
					
						2014-02-04 19:40:34 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9c454e0e6 
					 
					
						
						
							
							docs: don't use itemizedlist  
						
						
						
						
					 
					
						2014-02-04 19:33:43 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a22358c0c0 
					 
					
						
						
							
							docs: use ` instead of <literal>  
						
						
						
						
					 
					
						2014-02-04 18:24:29 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						28376c2600 
					 
					
						
						
							
							docs: Use markdown for section headings  
						
						
						
						
					 
					
						2014-02-04 16:58:54 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4c8bd8e7cf 
					 
					
						
						
							
							docs: Identify examples that are C code  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=723119  
					
						2014-01-29 12:45:49 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						768bc44081 
					 
					
						
						
							
							docs: use |[ ]| instead of <programlisting></programlisting>  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=723119  
					
						2014-01-29 12:45:49 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						517198d7de 
					 
					
						
						
							
							docs: fix type link  
						
						
						
						
					 
					
						2014-01-21 18:57:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b49f966e1f 
					 
					
						
						
							
							Clean up includes in gtk/deprecated/  
						
						... 
						
						
						
						Purely cosmetic. 
						
						
					 
					
						2013-07-19 22:48:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0aa57d26b5 
					 
					
						
						
							
							Move wholly deprecated classes to gtk/deprecated/  
						
						... 
						
						
						
						We've recently a number of classes wholly. For these cases,
move the headers and sources to gtk/deprecated/ and adjust
Makefiles and includes accordingly.
Affected classes:
GtkAction
GtkActionGroup
GtkActivatable
GtkIconFactory
GtkImageMenuItem
GtkRadioAction
GtkRecentAction
GtkStock
GtkToggleAction
GtkUIManager 
						
						
					 
					
						2013-07-19 21:39:47 -04:00