summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-1/+62
* Don't leak the to_reset list. (#353914, Chris Wilson)Matthias Clasen2006-09-091-0/+2
* Stop cursor blinking after a configurable timeout. (#353670, #352442,Matthias Clasen2006-09-011-1/+31
* Move a callMatthias Clasen2006-07-271-2/+2
* New function to destroy an rc context.Matthias Clasen2006-07-211-1/+4
* gtk/gtkrc.c fix canonicalization of property names which was broken afterMichael Natterer2006-07-071-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-7/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-33/+3
* Fix problems with setting symbolic colors from rc files. (#338345,Matthias Clasen2006-04-301-1/+1
* Fix typos in property blurbs. (#338772, Clytie Siddall)Matthias Clasen2006-04-171-1/+1
* Fix leaksMatthias Clasen2006-03-261-1/+1
* Improved DND support for GtkNotebook (#332991, Carlos Garnacho)Matthias Clasen2006-03-221-0/+12