summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperty.c
Commit message (Expand)AuthorAgeFilesLines
* Add a way to add aliases for css propertiesMatthias Clasen2015-11-201-0/+20
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-1/+1
* Do not return on void functionsIgnacio Casal Quinteiro2015-02-191-1/+1
* styleproperties: DeprecateBenjamin Otte2014-10-241-0/+2
* styleproperties: Remove header where it's not usedBenjamin Otte2014-10-241-1/+0
* styleproperty: Remove base argumentBenjamin Otte2012-05-111-4/+2
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-10/+7
* styleproperty: Make _gtk_style_property_query() take a GValueBenjamin Otte2012-04-171-4/+6
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-8/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* styleproperty: Make query function take a vfuncBenjamin Otte2012-01-111-9/+9
* styleproperty: Call style properties init function in more placesBenjamin Otte2012-01-091-3/+3
* styleproperty: Remove context arg from _gtk_style_context_query()Benjamin Otte2012-01-091-3/+1
* styleproperty: Move implementations to separate fileBenjamin Otte2012-01-091-634/+1
* styleproperty: Let parse_value() initialize the valueBenjamin Otte2012-01-091-0/+19
* styleproperty: Move parse funcBenjamin Otte2012-01-091-59/+0
* styleproperty: Set a default value for border-*-radiusBenjamin Otte2012-01-091-4/+8
* styleproperty: Remove _gtk_style_property_unpack()Benjamin Otte2012-01-091-13/+0
* styleproperty: Make parse_value() a vfuncBenjamin Otte2012-01-091-0/+21
* styleproperty: Move pspec to GtkCssStylePropertyBenjamin Otte2012-01-091-1/+1
* styleproperty: require property in _gtk_style_property_parse_value()Benjamin Otte2012-01-091-45/+42
* styleproperty: Make query() and assign() vfuncsBenjamin Otte2012-01-091-245/+34
* styleproperty: Move value printing to real propertiesBenjamin Otte2012-01-091-29/+0
* css: Split generic parse/print functions outBenjamin Otte2012-01-091-1320/+8
* css: 'transparent' is a valid color everywhereBenjamin Otte2012-01-091-22/+5
* styleproperty: Move member variablesBenjamin Otte2012-01-091-24/+25
* css: Move a bunch of functionsBenjamin Otte2012-01-091-46/+17
* styleproperty: Move id handlingBenjamin Otte2012-01-091-18/+6
* styleproperty: Add gtk_style_property_assign()Benjamin Otte2012-01-091-0/+41
* styleproperty: Add GtkStyleProperty::value-typeBenjamin Otte2012-01-091-1/+36
* styleproperty: unconstifyBenjamin Otte2012-01-091-25/+25
* styleproperty: Remove unuse args from register()Benjamin Otte2012-01-091-108/+35
* styleproperty: Move shorthand declarations to new fileBenjamin Otte2012-01-091-803/+3
* styleproperty: border image is not a generic conversion thingyBenjamin Otte2012-01-091-3/+0
* styleproperty: Add a name propertyBenjamin Otte2012-01-091-27/+106
* styleproperty: Get rid of _gtk_style_property_is_shorthand()Benjamin Otte2012-01-091-10/+2
* styleproperty: Split into shorthand and real style propertiesBenjamin Otte2012-01-091-2/+7
* styleproperty: Make this an objectBenjamin Otte2012-01-091-1/+26
* styleproperty: Add _gtk_style_property_query()Benjamin Otte2012-01-091-3/+29
* css: Remove generic 'none' handlingBenjamin Otte2012-01-091-8/+0
* styleproperty: Add custom 'none' handlingBenjamin Otte2012-01-091-1/+18
* css: Add generic support for 'inherit' and 'initial'Benjamin Otte2012-01-091-2/+27
* styleproperty: Add _gtk_style_property_get_initial_value()Benjamin Otte2012-01-091-0/+8
* styleproperty: Pass initial value explicitlyBenjamin Otte2012-01-091-59/+86
* css: Redo StyleProvider interfaceBenjamin Otte2012-01-091-3/+23
* css: Add _gtk_style_property_get_count()Benjamin Otte2012-01-091-0/+6
* css: Add _gtk_style_property_get_id()Benjamin Otte2012-01-091-0/+8
* styleproperty: Assign a unique id to every stylepropertyBenjamin Otte2012-01-091-0/+2
* Implement background-clip and background-originAlexander Larsson2011-11-251-0/+12
* css: Convert border style parsing to use enumsAlexander Larsson2011-11-251-29/+5