summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use more apostrophesWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-3/+3
* docs: use links instead of <xref>William Jon McCann2014-02-071-2/+4
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-16/+17
* docs: don't use <para id="">William Jon McCann2014-02-041-3/+3
* docs: don't use <replaceable>William Jon McCann2014-02-041-7/+7
* docs: don't use ulink. use markdown insteadWilliam Jon McCann2014-02-041-7/+6
* docs: use ` instead of <literal>William Jon McCann2014-02-041-3/+3
* docs: replace all figures with headings and imagesWilliam Jon McCann2014-02-041-15/+20
* docs: use markdown instead of inlinegraphic tagsWilliam Jon McCann2014-02-041-8/+8
* docs: use markdown instead of <filename> tagsWilliam Jon McCann2014-02-041-1/+1
* docs: use markdown for <envar> tagsWilliam Jon McCann2014-02-041-4/+4
* docs: Convert to markdownMatthias Clasen2014-02-021-187/+117
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-291-30/+30
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-20/+20
* docs: fix css properties tableWilliam Jon McCann2014-01-281-9/+20
* Use a define for the default theme nameWilliam Jon McCann2014-01-241-3/+4
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* doc: Documented icon-shadow CSS propertyP. F. Chimento2013-04-191-4/+8
* Update GtkCssProvider box-shadow documentationChris Cummins2013-04-091-2/+1
* css: Do get_change directly on the tree without matching firstAlexander Larsson2012-12-101-24/+46
* css: Don't keep around linear selectorsAlexander Larsson2012-11-301-0/+12
* css: Remove gtk_css_ruleset_matchesAlexander Larsson2012-11-301-10/+4
* css: Use tree for gtk_css_provider_get_style_propertyAlexander Larsson2012-11-301-7/+7
* css: Implement ruleset_get_change() with the treeAlexander Larsson2012-11-301-1/+1
* css: Use the tree to print css selectorsAlexander Larsson2012-11-301-1/+1
* css: Track the tree selector matchesAlexander Larsson2012-11-301-0/+2
* css: Better tree match verificationAlexander Larsson2012-11-301-23/+38
* css: Create and use a tree for css selector matchingAlexander Larsson2012-11-301-13/+60
* styleprovider: Change function prototypeBenjamin Otte2012-11-251-13/+10
* symboliccolor: Change prototype of functionBenjamin Otte2012-11-241-2/+2
* styleprovider: Remove (broken) implementations of get_styleBenjamin Otte2012-11-241-64/+0
* cssprovider: Handle non-existing sectionBenjamin Otte2012-11-151-3/+6
* gtk_css_style_provider_lookup: minor loop optimiziationAlexander Larsson2012-11-091-6/+7
* Exit early in gtk_style_context_update_cache codepathsAlexander Larsson2012-11-091-0/+3
* cssprovider: Move fallback code into _gtk_css_provider_load_named()Benjamin Otte2012-10-311-0/+16
* cssprovider: Export gtk_css_provider_load_named) functionBenjamin Otte2012-10-311-5/+17