e34bd4137d 
					 
					
						
						
							
							docs: use apostrophes in *n't  
						
						
						
						
					 
					
						2014-02-07 13:32:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						45b4fb02b1 
					 
					
						
						
							
							styleprovider: Deprecate two non-working functions  
						
						... 
						
						
						
						Both of them weren't used inside GTK. And apparently they weren't used
outside of GTK either, as alex recently mentioned them being severly
broken. 
						
						
					 
					
						2012-11-24 21:12:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						461803e407 
					 
					
						
						
							
							gtk: Get gtkwidgetpath.h includes out of the public headers  
						
						... 
						
						
						
						and include them in the C files instead. 
						
						
					 
					
						2012-03-19 02:26:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae6ab3951c 
					 
					
						
						
							
							docs: Add missing Since tag  
						
						
						
						
					 
					
						2012-03-16 17:53:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d0febc9a6 
					 
					
						
						
							
							Change FSF Address  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8d54fa7102 
					 
					
						
						
							
							More tiny documentation typo fixes.  
						
						
						
						
					 
					
						2011-02-23 11:09:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f0d40335b 
					 
					
						
						
							
							[GI] Add missing (transfer) annotations  
						
						
						
						
					 
					
						2011-01-20 13:57:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b792a31995 
					 
					
						
						
							
							widgetpath: allow GTypes non-derived from GTK_TYPE_WIDGET  
						
						... 
						
						
						
						This makes things like GtkCellRenderer or GtkNumerableIcon more easily
themeable.
https://bugzilla.gnome.org/show_bug.cgi?id=637169  
						
						
					 
					
						2010-12-17 18:30:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						297fa7a3dd 
					 
					
						
						
							
							GtkStyleProvider: Add GtkStateFlags parameter to get_style_property().  
						
						... 
						
						
						
						Widget style properties can now have different values depending on the
current state. 
						
						
					 
					
						2010-12-04 15:39:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e2f91f7201 
					 
					
						
						
							
							Documentation improvements  
						
						... 
						
						
						
						This patch adds more detail to the explanation of CSS, and also
adds documentation about which files are read.
We also make :focus an alternative to :focused (since :focus is
a standard CSS pseudo-class). 
						
						
					 
					
						2010-12-04 15:39:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9dc09e980 
					 
					
						
						
							
							GtkStyleProvider: Pass a GParamSpec in get_style_property().  
						
						... 
						
						
						
						This is so we can know the owner type of the property, and matching
with the stored strings in GtkCssProvider is direct. 
						
						
					 
					
						2010-12-04 15:39:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4acc20abc1 
					 
					
						
						
							
							s/GtkStyleSet/GtkStyleProperties/  
						
						... 
						
						
						
						The former name had oddities such as gtk_style_set_set() and such,
so the new name is nicer in that regard and not much longer. 
						
						
					 
					
						2010-12-04 15:38:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a79626b7fb 
					 
					
						
						
							
							Add theming docs  
						
						... 
						
						
						
						Both API and file format is documented, there's still missing
a migration doc though. 
						
						
					 
					
						2010-12-04 15:38:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9d626523d 
					 
					
						
						
							
							Remove gtkalias from style context code.  
						
						
						
						
					 
					
						2010-12-04 15:38:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						318e0f28ee 
					 
					
						
						
							
							GtkStyleProvider: Add gtk_style_provider_get_icon_factory().  
						
						... 
						
						
						
						With this, style providers have a way to override default icon theme. 
						
						
					 
					
						2010-12-04 15:37:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6990a01299 
					 
					
						
						
							
							GtkStyleProvider: Add method to get widget style properties.  
						
						
						
						
					 
					
						2010-12-04 15:37:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c5c4d86ae 
					 
					
						
						
							
							Add GtkWidgetPath parameter to gtk_style_provider_get_style().  
						
						
						
						
					 
					
						2010-12-04 15:37:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						019fa73308 
					 
					
						
						
							
							Add GtkStyleProvider, an interface to provide style details.  
						
						... 
						
						
						
						The get_style() function isn't final yet, further parameters
should be added to query details based on the widget hierarchy,
name, etc. 
						
						
					 
					
						2010-12-04 15:36:47 +01:00