summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* styleproperty: Move shorthand declarations to new fileBenjamin Otte2012-01-094-803/+861
* styleproperty: border image is not a generic conversion thingyBenjamin Otte2012-01-091-3/+0
* styleproperty: Add a name propertyBenjamin Otte2012-01-092-27/+112
* styleproperty: Get rid of _gtk_style_property_is_shorthand()Benjamin Otte2012-01-094-13/+6
* styleproperty: Split into shorthand and real style propertiesBenjamin Otte2012-01-096-2/+191
* styleproperty: Make this an objectBenjamin Otte2012-01-092-3/+45
* styleproperty: Add _gtk_style_property_query()Benjamin Otte2012-01-093-30/+36
* styleproperties: Add _gtk_style_properties_peek_property()Benjamin Otte2012-01-092-15/+25
* styleproperties: Remove unused function from private headerBenjamin Otte2012-01-091-7/+0
* css: 'none' is not a value background-repeatBenjamin Otte2012-01-092-3/+1
* css: Remove generic 'none' handlingBenjamin Otte2012-01-091-8/+0
* win32: Fix CSS for 'none' value going awayBenjamin Otte2012-01-091-19/+19
* styleproperty: Add custom 'none' handlingBenjamin Otte2012-01-091-1/+18
* css: Add generic support for 'inherit' and 'initial'Benjamin Otte2012-01-093-3/+32
* css: Change prototype of _gtk_css_selector_matches()Benjamin Otte2012-01-093-23/+15
* cssprovider: Remove has_inherit flag from rulesetsBenjamin Otte2012-01-091-3/+0
* cssprovider: Don't do inheritance anymoreBenjamin Otte2012-01-091-65/+45
* css: Make CSS resolving work according to specBenjamin Otte2012-01-091-7/+91
* styleproperty: Add _gtk_style_property_get_initial_value()Benjamin Otte2012-01-092-0/+10
* css: Pass the parent context to _gtk_css_lookup_resolve()Benjamin Otte2012-01-093-3/+9
* widget: Set parent style contextBenjamin Otte2012-01-091-0/+8
* API: Add GtkStyleContext::parentBenjamin Otte2012-01-093-1/+93
* styleproperty: Pass initial value explicitlyBenjamin Otte2012-01-093-65/+91
* css: Add GtkCssSpecialValueBenjamin Otte2012-01-091-0/+6
* css: Add some docs to GtkCssLookupBenjamin Otte2012-01-091-0/+22
* css: Redo StyleProvider interfaceBenjamin Otte2012-01-0913-49/+634
* styleproperties: Add a hacky function to redirect color lookupsBenjamin Otte2012-01-092-0/+24
* symboliccolor: Add _gtk_symbolic_color_resolve_full()Benjamin Otte2012-01-093-10/+69
* stylecontext: Separate properties by statesBenjamin Otte2012-01-091-10/+29
* stylecontext: Pass state to style data lookup functionBenjamin Otte2012-01-091-13/+14
* css: Add _gtk_style_property_get_count()Benjamin Otte2012-01-092-0/+8
* cssprovider: Keep a bitmask for the propertiesBenjamin Otte2012-01-091-4/+14
* css: Add _gtk_style_property_get_id()Benjamin Otte2012-01-092-0/+9
* styleproperty: Assign a unique id to every stylepropertyBenjamin Otte2012-01-092-0/+3
* tests: Add tests for GtkBitmaskBenjamin Otte2012-01-092-0/+345
* gtk: Add GtkBitmaskBenjamin Otte2012-01-093-0/+349
* gtkscale: fix bogus compare funcStefan Sauer2012-01-091-1/+1
* scrolledwindow: Render the background so that it can be styledRui Matos2012-01-091-3/+7
* window: Stop setting state flags on the style context for drawingRui Matos2012-01-091-11/+3
* treeview: Use the widget state flags as a base for drawing expandersRui Matos2012-01-091-14/+9
* treeview: Stop setting state flags on the style context for drawingRui Matos2012-01-091-14/+0
* trayicon-x11: Stop setting state flags on the style context for drawingRui Matos2012-01-091-7/+0
* toolitemgroup: Use the widget state flags as a base for drawingRui Matos2012-01-091-0/+1
* toolbar: Stop setting state flags on the style context for drawingRui Matos2012-01-091-7/+0
* Revert "button: Stop setting state flags on the style context for drawing"Rui Matos2012-01-091-0/+1
* textdisplay: Use the widget state flags as a base for drawingRui Matos2012-01-091-3/+2
* spinner: Stop setting state flags on the style context for drawingRui Matos2012-01-091-3/+0
* spinbutton: Use the widget state flags as a base for drawingRui Matos2012-01-091-11/+13
* separator: Stop setting state flags on the style context for drawingRui Matos2012-01-091-5/+0
* scale: Stop setting state flags on the style context for drawingRui Matos2012-01-091-6/+0