summaryrefslogtreecommitdiff
path: root/gtk/gtkcsslookup.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Always pass the static styleBenjamin Otte2015-01-071-22/+9
* stylecontext: Use a static style when savedBenjamin Otte2015-01-071-11/+24
* cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyleBenjamin Otte2015-01-071-11/+11
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-12/+12
* styleproperties: Remove header where it's not usedBenjamin Otte2014-10-241-1/+0
* css: Disallow bypassing value computationBenjamin Otte2014-10-241-42/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-6/+6
* css: Add a scale argument to css-value compute vfuncAlexander Larsson2013-07-031-0/+2
* Make _gtk_css_lookup_get_missing inlineAlexander Larsson2012-11-091-19/+0
* css: Huge refactoring to avoid computing wrong valuesBenjamin Otte2012-09-281-5/+8
* css: Pass relevant properties to css lookup codeBenjamin Otte2012-08-281-4/+14
* computedvalues: Pass dependencies to set_value()Benjamin Otte2012-08-281-0/+1
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-4/+4
* bitmask: Make setters return a new valueBenjamin Otte2012-03-011-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* css: Allow bypassing the compute_value() stageBenjamin Otte2012-02-021-5/+46
* csslookup: Query the bitmaskBenjamin Otte2012-02-021-1/+1
* css: Introduce GtkCssComputedValuesBenjamin Otte2012-01-111-92/+10
* stylecontext: NMake safe to call into during lookupBenjamin Otte2012-01-091-11/+8
* csslookup: Use the new gtk_style_context_peek_property()Benjamin Otte2012-01-091-4/+4
* css: Redo value resolvingBenjamin Otte2012-01-091-18/+14
* css: Pass the real context to the CSS lookupBenjamin Otte2012-01-091-4/+5
* css: Feed sections to CSS lookup codeBenjamin Otte2012-01-091-14/+24
* css: Move a bunch of functionsBenjamin Otte2012-01-091-9/+9
* styleproperty: Use _gtk_style_property_get_name()Benjamin Otte2012-01-091-1/+1
* styleproperty: unconstifyBenjamin Otte2012-01-091-1/+1
* css: Make CSS resolving work according to specBenjamin Otte2012-01-091-7/+91
* css: Pass the parent context to _gtk_css_lookup_resolve()Benjamin Otte2012-01-091-1/+5
* css: Add some docs to GtkCssLookupBenjamin Otte2012-01-091-0/+22
* css: Redo StyleProvider interfaceBenjamin Otte2012-01-091-0/+107