summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into toolpaletteJohannes Schmid2009-10-281-18/+41
|\ \ | |/
| * Fix issues with symbolic colors in rc file parsingMatthias Clasen2009-10-251-16/+33
| * Use standard mac shortcutsYevgen Muntyan2009-10-261-1/+7
| * Correct a doc commentMatthias Clasen2009-08-081-1/+1
* | GtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings.Murray Cumming2009-07-161-1/+38
|/
* Change the "gtk-fontconfig-timestamp" property from int to uint. Doesn'tBehdad Esfahbod2009-02-011-5/+5
* documentation description: Mention the various properties and theMurray Cumming2009-01-151-1/+5
* When reconstructing the color hash, try harder to avoid unnecessaryMatthias Clasen2008-08-221-5/+32
* Bug 547680 – fontconfig monitoring can crash appsBehdad Esfahbod2008-08-151-4/+5
* Improve a stringMatthias Clasen2008-08-041-1/+1
* Add translator commentMatthias Clasen2008-08-031-0/+1
* Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizesMatthias Clasen2008-07-061-0/+14
* Bug 455268 - Add gtk-enable-tooltips GtkSettingKristian Rietveld2008-07-021-2/+19
* Revert name changeCody Russell2008-07-011-1/+1
* Add event sound settings. Patch by Lennart Pöttering.Matthias Clasen2008-07-011-1/+69
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate gtk_type_class().Michael Natterer2008-06-181-3/+13
* Bug 538182 – pango_cairo_context_update_layout is not noop afterBehdad Esfahbod2008-06-161-2/+4
* Bug 536185 – monitor font configurationBehdad Esfahbod2008-06-061-1/+58
* Bug 507389 – use gslice for gtksettingsCody Russell2008-05-251-4/+4
* Bug 488507 – boundless growth of .recently-used.xbel file slows downEmmanuele Bassi2008-04-151-1/+22
* Add a gtk-im-module GTK settingMatthias Clasen2007-12-181-1/+16
* lower the default timeout values for gtk-tooltip-timeout andKristian Rietveld2007-08-291-10/+10
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-201-1/+21
* Merge color scheme before sending notification.Matthias Clasen2007-07-191-2/+3
* Fix a typoMatthias Clasen2007-06-071-1/+1
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-11/+11
* Make sure we always have a color_hash. (#423916, Jens Granseuer)Matthias Clasen2007-04-301-0/+2
* Support passing a print settings file to the preview command. (#403717,Matthias Clasen2007-04-291-2/+5
* Don't set metrics-hinting font option. Rely on the default value which isBehdad Esfahbod2007-04-031-4/+0
* Freeze property notification. Handle the gtk-color-scheme xsetting beingMatthias Clasen2007-03-221-6/+9
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* remove forgotten debug codeMatthias Clasen2007-03-011-25/+0
* Always store gtk-color-scheme values from all sources in theMatthias Clasen2007-03-011-62/+102
* Make color scheme update properly when changing themes. (#402131, BenjaminMatthias Clasen2007-02-281-4/+3
* New tooltips API.Kristian Rietveld2007-02-061-0/+70
* add new boolean settings gtk-enable-accels and gtk-enable-mnemonics whichMichael Natterer2007-02-051-1/+37
* cleaned up ::color-hash registration to not abuse class_n_properties andTim Janik2007-01-301-9/+17
* Move a few settings to gtksettings.c to make sure they show up in theMatthias Clasen2006-12-311-2/+52
* Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).Kristian Rietveld2006-12-271-0/+19
* Change the way in which color scheme information is merged to correctlyMatthias Clasen2006-12-111-37/+93