summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* css: Redo StyleProvider interfaceBenjamin Otte2012-01-091-1/+39
* Revert "gtksettings.c: Do not use GdkColor API"Xan Lopez2012-01-051-11/+11
* gtksettings.c: Do not use GdkColor APIJavier Jardón2012-01-051-11/+11
* settings: Cache style propertiesBenjamin Otte2011-12-291-10/+39
* GtkSettings: quartz: shell always shows menusRyan Lortie2011-12-191-1/+5
* GtkSettings: add shell-shows-menubar propertyRyan Lortie2011-12-191-1/+11
* Some initial docsMatthias Clasen2011-12-191-1/+3
* GtkSettings: add shell-shows-app-menu propertyRyan Lortie2011-12-191-1/+11
* win32: Default to gtk-win32 themeAlexander Larsson2011-11-181-0/+4
* settings: Disable deprecaion warnings for deprecated headerBenjamin Otte2011-11-081-0/+6
* Allow fallback for input method modulesAkira TAGOH2011-11-051-0/+2
* Move gtkstyle and gtkrc to deprecated/Matthias Clasen2011-11-021-0/+4
* gtk: clean up the private horrorMichael Natterer2011-10-221-1/+2
* Use G_VALUE_INITJavier Jardón2011-10-151-6/+6
* GtkSettings: fix compile warnings on != X11Michael Natterer2011-09-271-1/+3
* Documentation fixesMatthias Clasen2011-09-251-1/+1
* settings: use the right RC parser for the gtk-visible-focus settingCosimo Cecchi2011-08-111-1/+1
* Make focus rectangles optionalMatthias Clasen2011-08-101-0/+19
* Remove unused includesMatthias Clasen2011-06-161-1/+0
* settings: Recompute styles when font name changesBenjamin Otte2011-05-011-0/+3
* gtksettings: unset attributes set to normal from font descriptionCosimo Cecchi2011-03-231-0/+18
* Include gdkquartz.h so GDK_IS_QUARTZ_SCREEN is actually definedKristian Rietveld2011-03-101-0/+4
* 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