summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Move gtk_style_context_validate() to GtkCssWidgetNodeBenjamin Otte2015-03-181-107/+4
* stylecontext: Move style creation functions to CssNode codeBenjamin Otte2015-03-181-185/+10
* stylecontext: Redo handling of differing stateBenjamin Otte2015-03-181-17/+26
* stylecontext: Get rid of stylecontext argumentBenjamin Otte2015-03-181-31/+30
* cssnode: Add gtk_style_context_get_style_provider()Benjamin Otte2015-03-181-8/+10
* stylecontext: Remove children listBenjamin Otte2015-03-181-6/+0
* stylecontext: Move validation into GtkCssNodeBenjamin Otte2015-03-181-53/+3
* stylecontext: Export gtk_style_context_get_root()Benjamin Otte2015-03-181-15/+5
* cssnode: Track invalid flagBenjamin Otte2015-03-181-32/+2
* cssnode: Implement refcountingBenjamin Otte2015-03-181-0/+2
* stylecontext: Handle parent in CssNode codeBenjamin Otte2015-03-181-12/+10
* stylecontext: Move relevant_changes tracking to GtkCssWidgetNodeBenjamin Otte2015-03-181-32/+20
* cssnode: Handle invalidationBenjamin Otte2015-03-181-56/+22
* stylecontext: Get rid of create_query_path()Benjamin Otte2015-03-181-35/+3
* stylecontext: Change arguments for build_propertiesBenjamin Otte2015-03-181-6/+14
* stylecontext: Compute rootness of CssNodeBenjamin Otte2015-03-181-9/+6
* stylecontext: Pass cssnode to build_propertiesBenjamin Otte2015-03-181-11/+10
* stylecontext: Simplify a functionBenjamin Otte2015-03-181-10/+8
* stylecontext: Remove values cacheBenjamin Otte2015-03-181-69/+6
* cssnode: Split into 3 objectsBenjamin Otte2015-03-181-79/+125
* cssnode: Turn into a GObjectBenjamin Otte2015-03-181-2/+2
* stylecontext: Turn CssNode accesses into getters/settersBenjamin Otte2015-03-181-35/+37
* stylecontext: Split out GtkCssNode into own fileBenjamin Otte2015-03-181-63/+24
* iconhelper: Move function from style context into only userBenjamin Otte2015-03-121-36/+0
* stylecontext: Store the right style in the cacheBenjamin Otte2015-03-091-1/+1
* docs: Clarify replacement for gtk_style_context_get_background_color()Emmanuele Bassi2015-03-081-0/+9
* stylecontext: Don't use cache when unsavedBenjamin Otte2015-02-101-8/+15
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-4/+0
* settings: Provide a default style cascade per scaleBenjamin Otte2015-02-061-21/+31
* stylecontext: Store the scale value in the cascadeBenjamin Otte2015-02-061-9/+20
* stylecontext: Don't crah when invalidate() is called on saved contextBenjamin Otte2015-02-041-5/+7
* stylecontext: Do not have a default styleBenjamin Otte2015-02-041-4/+4
* css: Having a static style per screen isn't usefulBenjamin Otte2015-02-041-2/+2
* gtkstylecontext.c: Include fallback-c89.cChun-wei Fan2015-02-021-0/+2
* stylecontext: Use old rounding for get_padding/border/margin()Benjamin Otte2015-01-311-12/+12
* stylecontext: Don't do unnecessary workaroundsBenjamin Otte2015-01-211-24/+30
* stylecontext: Rename function and export it.Benjamin Otte2015-01-201-15/+14
* stylecontext: Keep track of the CSS IDBenjamin Otte2015-01-201-0/+36
* stylecontext: Fix FALSE/TRUE mixupBenjamin Otte2015-01-191-1/+1
* stylecontext: Be more graceful when save() isn't matched with restore()Benjamin Otte2015-01-191-8/+17
* stylecontext: Explicitly specify root nodeBenjamin Otte2015-01-191-8/+17
* stylecontext: Remove a bunch of return_if_fail()sBenjamin Otte2015-01-171-14/+0
* stylecontext: Do not transition from the default styleBenjamin Otte2015-01-171-2/+6
* stylecontext: Stop animations on manual invalidationBenjamin Otte2015-01-101-0/+3
* stylecontext: Handle theme changes for cached stylesBenjamin Otte2015-01-071-1/+3
* stylecontext: Rename GtkStyleInfo to GtkCssNodeBenjamin Otte2015-01-071-94/+94
* stylecontext: update_animating() properlyBenjamin Otte2015-01-071-5/+2
* stylecontext: Add a parent style cacheBenjamin Otte2015-01-071-0/+98
* cssstyle: Have a default styleBenjamin Otte2015-01-071-46/+33
* stylecontext: Use correct parent on updatesBenjamin Otte2015-01-071-29/+64