summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* style context: Don't use g_warning for API misuseMatthias Clasen2016-03-201-4/+4
* stylecontext: Move background_is_opaque() functionBenjamin Otte2016-02-251-29/+6
* Various documentation fixesTimm Bäder2016-02-081-1/+1
* Throw an error when a display is missingMatthias Clasen2016-01-301-0/+3
* Document restrictions on gtk_style_context_getMatthias Clasen2016-01-171-6/+17
* Fix a small mistake in stylecontext docsKrzesimir Nowak2016-01-111-2/+2
* Improve GtkStyleContext docsMatthias Clasen2016-01-101-38/+37
* Use the caret-color properties for drawing caretsMatthias Clasen2016-01-081-48/+13
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-3/+4
* docs: try to clarify widget_get_state_flags vs context_get_statePaolo Borelli2016-01-051-1/+6
* Redo CSS style printingMatthias Clasen2016-01-031-4/+0
* Add a function to dump CSS nodes and stylesMatthias Clasen2016-01-031-0/+50
* rendericon: Move a functionBenjamin Otte2015-12-161-65/+12
* stylecontext: Builtin images can be (and are) transformedBenjamin Otte2015-12-161-5/+0
* iconhelper: Require passing a cssnode to the constructorBenjamin Otte2015-12-151-0/+6
* widget: Pass a GtkCssStyleChange instead of a bitmaskBenjamin Otte2015-12-131-25/+19
* iconfactory: Drop caching infrastructureBenjamin Otte2015-12-041-2/+0
* stylecontext: Don't emit state warning for transient nodesBenjamin Otte2015-12-021-1/+5
* stylecontext: Treat empty path like no pathBenjamin Otte2015-11-211-7/+4
* stylecontext: Copy name when setting widget pathBenjamin Otte2015-11-211-2/+6
* 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