summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* gtkcssprovider: remove gtk_css_provider_get_defaultAlberts Muktupāvels2018-07-191-22/+0
* cssprovider: Remove priv pointerTimm Bäder2018-02-131-32/+26
* The big versioning cleanupMatthias Clasen2018-02-061-4/+0
* cssprovider: Use g_file_load_bytes()Benjamin Otte2018-02-051-6/+11
* Drop unused gtkcssstylefuncs.cMatthias Clasen2017-11-301-1/+0
* CssProvider: Fix doc of min theme version loadedDaniel Boles2017-11-081-1/+1
* CssProvider: Use consistent theme name placeholderDaniel Boles2017-11-081-3/+3
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-28/+20
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-1/+1
* Drop code handling deprecated style propertiesMatthias Clasen2017-09-171-19/+0
* Remove all widget style property codeTimm Bäder2017-07-191-308/+0
* gtk: Update path references from gtk-3.0 to gtk-4.0Rico Tzschichholz2016-10-231-8/+5
* cssprovider: Return void, not TRUEBenjamin Otte2016-10-171-73/+14
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-39/+10
* css parser: Improve an error messageMatthias Clasen2016-07-031-5/+5
* Trivial typo fixMatthias Clasen2016-05-231-5/+5
* Load theme settings from the right locationMatthias Clasen2016-03-211-15/+27
* Also look in system data dirs for themesMatthias Clasen2016-03-211-5/+19
* Typo fixesMatthias Clasen2016-03-101-4/+4
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* cssprovider: Change location of builtin themesBenjamin Otte2016-02-041-2/+2
* CSS provider: Add a way to emit errorsMatthias Clasen2016-01-301-9/+17
* Fix typo in previous documentation fix for gtk_css_provider_load_from_data()Eric Williams2016-01-141-1/+1
* Clarified the function docs for gtk_css_provider_load_from_data().Eric Williams2016-01-061-1/+1
* Redo the CSS docsMatthias Clasen2015-12-251-1080/+15
* Some updates to the CSS docsMatthias Clasen2015-12-201-78/+71
* cssprovider: Pass NULL unconditionallyKrzesimir Nowak2015-12-021-4/+4
* Rename the icon-shadow propertyMatthias Clasen2015-11-201-2/+2
* Warn if a property alias is usedMatthias Clasen2015-11-201-1/+10
* Add a deprecation error for the engine css propertyMatthias Clasen2015-11-201-0/+10
* css provider: Issue deprecation warnings for style propertiesMatthias Clasen2015-11-161-0/+51
* cssprovider: Only push a new scanner when none existsBenjamin Otte2015-11-161-8/+16
* cssprovider: Have a section on import errorBenjamin Otte2015-11-161-8/+14
* cssprovider: Have a section when parsing style propertiesBenjamin Otte2015-10-281-0/+4
* Handle match_all returning NULLMatthias Clasen2015-09-091-62/+68
* css: Add gtk_css_change_to_string()Benjamin Otte2015-08-271-3/+12
* Plug a memory leakMatthias Clasen2015-07-271-1/+1
* cssmatcher: Allow widget path matcher to take a node declarationBenjamin Otte2015-03-181-1/+1
* cssstylefuncs: Rename functionsBenjamin Otte2015-01-071-2/+2
* Minor documentation fixErick Pérez Castellanos2014-12-181-1/+1
* styleprovider: Fold get_change() vfunc into lookup()Benjamin Otte2014-12-101-17/+9
* cssselector: Redo change verificationBenjamin Otte2014-12-101-1/+1
* GtkCssProvider: Load themes from versioned directoriesMatthias Clasen2014-11-121-30/+76
* GtkCssProvider: Factor out a functionMatthias Clasen2014-11-121-38/+46
* styleproperties: Remove header where it's not usedBenjamin Otte2014-10-241-1/+0
* Fix docs for gtk_css_provider_load_from_resourceMatthias Clasen2014-10-221-1/+0
* Fix a thinko in the previous commitMatthias Clasen2014-10-041-8/+7
* Add a function to load css from a resourceMatthias Clasen2014-10-041-5/+20
* css: Implement font-stretchEmmanuele Bassi2014-08-281-1/+17
* cssmatcher: Use widget path's stateBenjamin Otte2014-07-191-2/+17