summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* gtksettings: plug a leakCarlos Garnacho2011-03-071-1/+1
* Finish making the GtkSettings object identical on all backends so that it doe...John Ralls2011-03-071-2/+0
* settings: Always use the same default valuesBenjamin Otte2011-03-021-8/+7
* settings: Keep the GtkSettings object identical no matter the backendBenjamin Otte2011-03-021-18/+13
* settings: Avoid a segfault when loading keyfileBenjamin Otte2011-03-021-1/+1
* doc fixesMatthias Clasen2011-01-301-2/+2
* Move key/theme CSS providers to GtkSettingsPrivateCarlos Garnacho2011-01-301-57/+41
* Parse the gtk-keys.css file in the GtkSettings::gtk-key-theme-name theme pathCarlos Garnacho2011-01-301-1/+47
* GtkCssProvider: Take into account variantBastien Nocera2011-01-301-5/+7
* GtkSettings: Fix theme not updating for dark themeBastien Nocera2011-01-301-0/+1
* Document new default handlingMatthias Clasen2011-01-271-10/+18
* Rename GTK_SETTINGS_SOURCE_RC_FILE to _THEMEMatthias Clasen2011-01-271-7/+7
* Parse a per-theme settings.ini fileMatthias Clasen2011-01-271-2/+19
* Break out into a separate functionMatthias Clasen2011-01-271-85/+135
* First pass a parsing a keyfile for default settingsMatthias Clasen2011-01-271-1/+90
* gtksettings: Add gtk-doc to silent an annotation warningJohan Dahlin2011-01-201-0/+5
* More documentation fixes2.99.0Matthias Clasen2011-01-061-2/+2
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+1
* Remove sealed members from GtkSettingsMatthias Clasen2010-12-231-551/+586
* Remove dead Gtk[Rc]Style codeCarlos Garnacho2010-12-181-2/+0
* Use gtk_style_context_reset_widgets() instead of gtk_rc_reset_styles()Carlos Garcia Campos2010-12-041-3/+3
* GtkSettings: add _gtk_settings_get_screen() private methodCarlos Garcia Campos2010-12-041-0/+6
* Parse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.cssCarlos Garnacho2010-12-041-8/+9
* Some header cleanupsMatthias Clasen2010-12-041-0/+1
* Document predefined style provider prioritesMatthias Clasen2010-12-041-1/+1
* GtkSettings: install theme CSS with a lower priority.Carlos Garnacho2010-12-041-1/+1
* GtkSettings: Keep right refcount of the theme provider.Carlos Garnacho2010-12-041-4/+7
* GtkSettings: Ensure the theme CSS is loaded on startup.Carlos Garnacho2010-12-041-0/+2
* Hardcode 3.0 version for style files and paths.Carlos Garnacho2010-12-041-5/+2
* Fix compile warningCarlos Garnacho2010-12-041-2/+4
* s/GtkStyleSet/GtkStyleProperties/Carlos Garnacho2010-12-041-8/+8
* Use GdkRGBA all around in GtkStyleContext.Carlos Garnacho2010-12-041-2/+2
* Plug some leaks.Carlos Garnacho2010-12-041-2/+4
* GtkSettings: Add a new provider for the theme CSS file.Carlos Garnacho2010-12-041-0/+48
* Add generic providers per-screen.Carlos Garnacho2010-12-041-1/+43
* GtkSettings: implement GtkStyleProviderCarlos Garnacho2010-12-041-1/+75
* docs: Move documentation to inline comments: GtkSettingsJavier Jardón2010-11-061-0/+36
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-2/+166
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-5/+5
* Use gint16 for GtkBorderHavoc Pennington2010-09-121-4/+9
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Make it easy for apps to have dark themesBastien Nocera2010-05-101-1/+28
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-1/+19
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* Make the toolbar-style and toolbar-size settings workMatthias Clasen2009-11-281-2/+2
* Fix small documentation problems after the toolpalette mergeMatthias Clasen2009-11-281-4/+0
* Merge branch 'master' into toolpaletteMatthias Clasen2009-11-261-2/+2
|\
| * Fix compilation warning: Use gpointer variablesJavier Jardón2009-11-021-2/+2