summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Always warn on style mismatchBenjamin Otte2015-11-061-14/+12
* stylecontext: Add gtk_style_context_save_to_node()Benjamin Otte2015-10-221-2/+34
* stylecontext: Add gtk_style_context_add_named()Benjamin Otte2015-10-221-16/+24
* stylecontext: Make sure style is valid when looking up style propertiesBenjamin Otte2015-10-101-0/+3
* style context: Avoid a compiler warningMatthias Clasen2015-10-031-1/+1
* style context: Formatting fixesMatthias Clasen2015-10-031-125/+53
* Fix gtk_style_context_list_classesMatthias Clasen2015-10-031-2/+2
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-6/+6
* style context: Trivial refactorMatthias Clasen2015-09-231-13/+2
* stylecontext: add opaque background helperChristian Hergert2015-09-131-5/+16
* stylecontext: Fix list_classes() after optimizationGarrett Regier2015-09-111-1/+1
* cssnode: Optimize listing of classesGarrett Regier2015-09-111-4/+12
* stylecontext: Remove line that is a no-opBenjamin Otte2015-09-071-1/+0
* style context: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-34/+37
* css: support text-decoration-stylePaolo Borelli2015-07-061-3/+22
* css: support text-decoration-colorPaolo Borelli2015-07-061-0/+12
* css: add support for text-decoration-linePaolo Borelli2015-07-061-7/+31
* label: add support for CSS letter-spacing propertyPaolo Borelli2015-07-061-0/+20
* stylecontext: deprecate gtk_style_context_set_background()Cosimo Cecchi2015-07-011-0/+4
* stylecontext: Change fallback behavior on state mismatchBenjamin Otte2015-06-151-24/+36
* stylecontext: Clear style property more frequentlyBenjamin Otte2015-04-271-3/+1
* csspathnode: Handle context going awayBenjamin Otte2015-03-181-2/+5
* stylecontext: Call get_style(), not create_style()Benjamin Otte2015-03-181-1/+1
* stylecontext: Refactor gtk_style_context_invalidate()Benjamin Otte2015-03-181-25/+1
* cssnode: Move style context function to only userBenjamin Otte2015-03-181-30/+0
* cssnode: Add gtk_css_node_invalidate_style_provider()Benjamin Otte2015-03-181-1/+1
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-181-9/+4
* widget: Add gtk_widget_get_css_node()Benjamin Otte2015-03-181-1/+2
* widget: Create the CssNodeBenjamin Otte2015-03-181-26/+13
* stylecontext: Don't queue animate tick callbacks anymoreBenjamin Otte2015-03-181-131/+0
* cssnode: Automatically recreate style on get_style() callBenjamin Otte2015-03-181-19/+2
* 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