summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkCssProvider: Allow to enable debug at runtimeMatthias Clasen2014-07-061-1/+10
* cssprovider: Names starting with -gtk- aren't style propsBenjamin Otte2014-06-171-2/+14
* docs: Remove '\' escape character from literalsVolker Sobek2014-04-041-1/+1
* cssprovider: Fix error messageBenjamin Otte2014-03-191-1/+1
* trivial: fix typo in docs of gtk_css_provider_to_stringAndrés G. Aragoneses2014-03-021-1/+1
* trivial: fix typo in docs of gtk_css_provider_to_stringAndrés G. Aragoneses2014-03-021-2/+2
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-24/+51
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-11/+11
* docs: fix typoWilliam Jon McCann2014-02-071-1/+1
* docs: rewrite the CSS Properties docsWilliam Jon McCann2014-02-071-334/+445
* docs: improve the cssprovider documentation layoutWilliam Jon McCann2014-02-071-186/+264
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-11/+11