b65d17dda8 
					 
					
						
						
							
							cssvalue: Make border styles be their own value  
						
						... 
						
						
						
						... and add them via gtkcssenumvalue.[ch] which will be used for all
enums. 
						
						
					 
					
						2012-04-17 08:59:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						58b6d492b8 
					 
					
						
						
							
							cssvalue: Add a custom RGBA value  
						
						... 
						
						
						
						Note: custom CSS properties still use the default GtkCssValue and always
will.
So there is a difference in css values used between those, even though
they both carry a GdkRGBA payload. 
						
						
					 
					
						2012-04-17 08:59:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dcec7a5529 
					 
					
						
						
							
							cssstyleproperty: Make assign_value a vfunc  
						
						
						
						
					 
					
						2012-04-17 08:59:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						645309e98b 
					 
					
						
						
							
							shadow: Also rename files  
						
						
						
						
					 
					
						2012-04-17 08:59:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ec5c77a552 
					 
					
						
						
							
							shadow: Rename to GtkCssShadowValue  
						
						... 
						
						
						
						I don't want to confuse css values with other stuff, so there. 
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						96948576bd 
					 
					
						
						
							
							shadow: Move parse function into GtkShadow  
						
						... 
						
						
						
						This way, we have less public API.
And gtkcssstylepropertyimpl.c looks less scary (only 1624 lines now). 
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ccd443796c 
					 
					
						
						
							
							shadow: Make this a GtkCssValue  
						
						
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca4a080c8a 
					 
					
						
						
							
							stylepropertyimpl: Make shadows unqueryable  
						
						... 
						
						
						
						Normal APIs couldn't use GtkShadow anyway as the type was private. 
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a33df2d1d6 
					 
					
						
						
							
							cssvalue: Split number values into their own class  
						
						
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7c0c7677b 
					 
					
						
						
							
							cssstyleproperty: Make query func a vfunc  
						
						... 
						
						
						
						This will be needed soon. 
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8e57d63ec 
					 
					
						
						
							
							cssstyelproperty: Rempove specified-type and computed-type props  
						
						... 
						
						
						
						This removes the necessity to keep a GType associated with style
properties and code can now make use of GtkCssValue completely. 
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75a5f04352 
					 
					
						
						
							
							styleproperty: Remove default parse function  
						
						... 
						
						
						
						... and assert every style property brings its own. 
						
						
					 
					
						2012-04-17 08:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5d001b2ba 
					 
					
						
						
							
							stylepropertyimpl: Add remaining parse functions  
						
						
						
						
					 
					
						2012-04-17 08:59:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7fbc583b88 
					 
					
						
						
							
							css: Move shadow parse/print/compute funcs  
						
						... 
						
						
						
						They don't belong in the style funcs, as those are for custom
properties, and the shadow type is private. 
						
						
					 
					
						2012-04-17 08:59:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd144c2bad 
					 
					
						
						
							
							stylepropertyimpl: Add parse funcs for enums  
						
						
						
						
					 
					
						2012-04-17 08:59:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86a387f571 
					 
					
						
						
							
							stylepropertyimpl: Add color parsing function  
						
						... 
						
						
						
						This is in preparation for removing the specified type and computed type
properties from GtkCssStyleProperty, which is in preparation for really
using GtkCssValue classes and not GTypes. 
						
						
					 
					
						2012-04-17 08:59:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc9060a591 
					 
					
						
						
							
							styleproperty: Make gtk_style_property_register() not be valist  
						
						... 
						
						
						
						Instead, make the caller create a GtkCssValue in advance. 
						
						
					 
					
						2012-04-17 08:59:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b7640b898 
					 
					
						
						
							
							styleproperty: Make _gtk_style_property_parse_value() return a CssValue  
						
						... 
						
						
						
						Also split out initial/inherit handling into a custom GtkCssValue class. 
						
						
					 
					
						2012-04-17 08:59:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df45983fcb 
					 
					
						
						
							
							cssvalue: Remove _gtk_css_value_new_take_gvalue()  
						
						... 
						
						
						
						Having two constructors from GValues complicates refactorings, so I'd
rather not have them. 
						
						
					 
					
						2012-04-17 08:59:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						58e4fdf911 
					 
					
						
						
							
							styleproperty: Make print_func take a GtkCssValue  
						
						... 
						
						
						
						Also, constify GtkCssValue getters, so we can pass a const GtkCssValue
to the print_func. 
						
						
					 
					
						2012-04-17 08:59:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3cdb9c91ca 
					 
					
						
						
							
							styleproperty: Add support for equal_func  
						
						
						
						
					 
					
						2012-04-17 08:59:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5bbf59b519 
					 
					
						
						
							
							cssvalue: Constify a bunch of APIs  
						
						
						
						
					 
					
						2012-04-17 08:59:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b5910f8d7 
					 
					
						
						
							
							styleproperty: Fix thinko  
						
						... 
						
						
						
						Introduced in 8243b16ad7 
						
						
					 
					
						2012-04-09 20:33:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8243b16ad7 
					 
					
						
						
							
							styleproperty: Save some memory  
						
						... 
						
						
						
						Only create a new CssValue when we actually need one. 
						
						
					 
					
						2012-04-09 03:14:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e65a2709a3 
					 
					
						
						
							
							css: Support background-position property  
						
						
						
						
					 
					
						2012-03-17 05:13:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						616cc5b96d 
					 
					
						
						
							
							Use GtkCssValue in symbolic color resolving  
						
						... 
						
						
						
						We now store the symbolic colors as a GtkCssValue which means that
we can reuse the color when resolving and storing the color in
the computed values in the style context.
Additionally we keep a last_resolved GtkCssValue cache in the
GtkSymbolicColor, and if resolving the color returns the same as
last time we reuse the old value. This further increases sharing
of Css Values. 
						
						
					 
					
						2012-03-08 14:52:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7603e6e473 
					 
					
						
						
							
							css: Use GtkCssValues instead of GValue in the css machinery  
						
						... 
						
						
						
						Also, in places where we're computing a new CssValue based on an
old one, make sure that if nothing changes we're returning a reference
to the old one, rather than creating a new identical instance. 
						
						
					 
					
						2012-03-08 11:03:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d0febc9a6 
					 
					
						
						
							
							Change FSF Address  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e84af235ee 
					 
					
						
						
							
							css: Implement padding as numbers  
						
						... 
						
						
						
						Also remove the now unused border parsing function for shorthands. 
						
						
					 
					
						2012-02-02 03:14:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3c4b8a676f 
					 
					
						
						
							
							css: Port margin properties to GtkCssNumber  
						
						
						
						
					 
					
						2012-02-02 03:14:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1979d048d3 
					 
					
						
						
							
							css: Implement parsing for 'background-size'  
						
						
						
						
					 
					
						2012-02-02 03:14:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a63ff72406 
					 
					
						
						
							
							css: Convert border-radius to GtkCssNumber  
						
						... 
						
						
						
						We can do % now, wohoo! 
						
						
					 
					
						2012-02-02 03:14:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						762ea4793f 
					 
					
						
						
							
							css: Make border-width a length property  
						
						
						
						
					 
					
						2012-02-02 03:14:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						032e8f9f9b 
					 
					
						
						
							
							styleproperty: Simplifiy registering function  
						
						... 
						
						
						
						... and rename it to conform to the actual type.
We don't need 2 registering functions anymore now that we can use the
specified type. 
						
						
					 
					
						2012-02-02 03:13:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8786c3b97 
					 
					
						
						
							
							css: color_compute no longer needs to check type  
						
						... 
						
						
						
						The input is always a symbolic color. 
						
						
					 
					
						2012-02-02 03:13:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5e5e8367ce 
					 
					
						
						
							
							css: Initialize value before calling compute function  
						
						
						
						
					 
					
						2012-02-02 03:13:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7e0ce3b28 
					 
					
						
						
							
							css: Initialize values to their specified type  
						
						... 
						
						
						
						.. when parsing. 
						
						
					 
					
						2012-02-02 03:13:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9fa764abec 
					 
					
						
						
							
							styleproperty: Introduce "specified type" and "computed type"  
						
						... 
						
						
						
						Make the types explicit. This way, we can actually do useful stuff with
them (like sanity checks, d'oh). 
						
						
					 
					
						2012-02-02 03:13:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						05f14af24c 
					 
					
						
						
							
							css: Make the 'currentColor' keyword a symbolic color  
						
						... 
						
						
						
						This is the first step on a quest to ensure that there is only ever one
GType in use for GValues in every stage of the CSS resolving process. 
						
						
					 
					
						2012-02-02 00:40:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a33eb1aae 
					 
					
						
						
							
							styleproperty: Fix 'currentColor'  
						
						... 
						
						
						
						It was always looking at the 'color' keyword for the parent context
instead of only doing that when used with the 'color' property.
Tested by border-color-default.ui reftest. 
						
						
					 
					
						2012-01-12 04:38:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e9cd339573 
					 
					
						
						
							
							css: Add outline CSS properties  
						
						
						
						
					 
					
						2012-01-09 18:38:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fbde62d8e7 
					 
					
						
						
							
							css: border-style: hidden computes a 0 border  
						
						
						
						
					 
					
						2012-01-09 18:37:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c5a8420b5 
					 
					
						
						
							
							Set border-width to 0 in compute function  
						
						... 
						
						
						
						This reverts commit c276f53796 
						
						
					 
					
						2012-01-09 18:37:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e69f14cf2b 
					 
					
						
						
							
							Add border-{top|left|bottom|right}-style properties  
						
						... 
						
						
						
						Add all the border-style subproperties and turn border-style itself in a
shorthand. 
						
						
					 
					
						2012-01-09 18:37:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc9373fb43 
					 
					
						
						
							
							styleproperty: Parse all values for background-repeat  
						
						... 
						
						
						
						... and its component in the background property. 
						
						
					 
					
						2012-01-09 18:37:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4b7ca9602d 
					 
					
						
						
							
							background: Simplify background-repeat  
						
						... 
						
						
						
						It used to be a struct, now it's just an enum 
						
						
					 
					
						2012-01-09 18:37:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af8dd87867 
					 
					
						
						
							
							styleproperty: Use a custom resolve function for colors  
						
						... 
						
						
						
						We want to make sure to fall back to the initial value of the property
if resolving fails.
This is kinda tricky, because the initial value itself might need
resolving, too. 
						
						
					 
					
						2012-01-09 18:37:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						839b0f5317 
					 
					
						
						
							
							css: Handle 'currentColor' special value  
						
						... 
						
						
						
						Computes to the value of the 'color' property, or when used on that
property, is treated as 'inherit'. 
						
						
					 
					
						2012-01-09 18:37:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6dfab12e1b 
					 
					
						
						
							
							styleproperty: Change order for property registration  
						
						... 
						
						
						
						Some properties depend on other properties, handle those first. 
						
						
					 
					
						2012-01-09 18:37:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37b11b6c8a 
					 
					
						
						
							
							borderimage: Convert to using GtkCssImage  
						
						
						
						
					 
					
						2012-01-09 18:37:57 +01:00