summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: make the .trough background-color darker() as it was in GTK+ 2.xMichael Natterer2011-02-061-0/+1
* gtk: don't style GtkLabel:selected's color separatelyMichael Natterer2011-02-051-2/+0
* Fix a memory leak in GtkCSSProviderMatthias Clasen2011-02-041-0/+2
* css-provider: Fix up the Switch styleEmmanuele Bassi2011-01-311-0/+5
* Speed up expander animationMatthias Clasen2011-01-311-1/+1
* Add a missing id to the docsMatthias Clasen2011-01-311-1/+1
* doc fixesMatthias Clasen2011-01-301-2/+10
* Improve binding-set parserMatthias Clasen2011-01-301-4/+19
* Make documentation match behaviourMatthias Clasen2011-01-301-4/+6
* Document @binding-set and the gtk-key-bindings css parser propertyCarlos Garnacho2011-01-301-0/+29
* Add the gtk-key-bindings CSS parser property.Carlos Garnacho2011-01-301-0/+32
* Add @binding-set rules to the CSS parserCarlos Garnacho2011-01-301-1/+56
* GtkCssProvider: Take into account variantBastien Nocera2011-01-301-10/+21
* Make GtkTreeView use GtkStyleContextCarlos Garnacho2011-01-271-14/+61
* Privately export css_provider_get_theme_dirMatthias Clasen2011-01-271-4/+5
* Unset border-width for treeview rows in default CSSCarlos Garnacho2011-01-241-0/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-2/+0
* Split out private style context api into a private headerMatthias Clasen2011-01-231-2/+5
* Render check/radio buttons with border-color: @fg_colorCarlos Garnacho2011-01-231-0/+1
* Mention type vs region ambiguity in the docsMatthias Clasen2011-01-191-1/+8
* Make GtkCssProvider deal with widget types not being in plain CamelCaseCarlos Garnacho2011-01-191-4/+22
* Make GtkCheckButton/GtkRadioButton background white againCarlos Garnacho2011-01-191-0/+1
* Improve progressbars theming.Carlos Garnacho2011-01-171-0/+3
* Plugged leak in gtkcssprovider.cTristan Van Berkom2011-01-161-0/+2
* Make GtkMenu(Shell) use GtkStyleContextCarlos Garnacho2011-01-121-15/+19
* Make GtkCalendar use GtkStyleContextCarlos Garnacho2011-01-101-0/+28
* Do not set any padding for scrolled window children.Carlos Garnacho2011-01-101-1/+5
* GtkCssProvider: enable parsing negative GtkBordersCarlos Garnacho2011-01-101-4/+4
* CSS styles for the selection in a TextView.Paolo Borelli2011-01-101-0/+9
* Make GtkHSV use GtkStyleContextCarlos Garnacho2011-01-101-0/+8
* Set the style for .view so i.e the GtkTextView gets the right style.Ignacio Casal Quinteiro2011-01-071-1/+6
* Mention gvfs in the gtk_show_uri() docsMatthias Clasen2011-01-041-1/+2
* Make GtkTooltip use GtkStyleContextCarlos Garnacho2011-01-041-0/+3
* Update GtkAssistant to GtkStyleContextCarlos Garnacho2011-01-041-0/+5
* win32: include gtkprivate.h for win32 GTK_DATA_PREFIXHans Breuer2011-01-021-0/+1
* Make GtkProgressBar use GtkStyleContextCarlos Garnacho2010-12-281-1/+1
* Fix color name (as of rgb.txt) parsing in symbolic colorsCarlos Garnacho2010-12-241-2/+3
* Fix a tag mismatch in the docsMatthias Clasen2010-12-211-1/+1
* Remove reference to GTK2_RC_FILES from the docsMatthias Clasen2010-12-201-4/+4
* widgetpath: allow GTypes non-derived from GTK_TYPE_WIDGETCosimo Cecchi2010-12-171-1/+1
* cssprovider: Explode if we fail to parse the default CSSBenjamin Otte2010-12-151-1/+4
* Make GtkInfoBar use GtkStyleContextCarlos Garnacho2010-12-141-1/+30
* Make GtkExpander use GtkStyleContextCarlos Garnacho2010-12-131-1/+9
* GtkCssProvider: Make selectors applying from the topmost widget rank higherCarlos Garnacho2010-12-131-1/+13
* gtk_css_provider_get_named: don't leak subpath (#636777)Guillaume Desmottes2010-12-081-0/+2
* Allow + in identifiersMatthias Clasen2010-12-061-2/+1
* Make invalid stylesheets fail to parse againMatthias Clasen2010-12-061-38/+72
* Fix abi check after recent mergesMatthias Clasen2010-12-051-5/+5
* GtkCssProvider: Improve error handling and reporting.Carlos Garnacho2010-12-041-164/+212
* Parse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.cssCarlos Garnacho2010-12-041-1/+1