summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added boolean property gtk-touchscreen-mode, which essentially meansMichael Natterer2006-02-221-1/+19
* Only set the cursor size if it is != 0.Matthias Clasen2006-01-251-3/+3
* Allow falling back to another icon theme before hicolor. (#325546, RodneyMatthias Clasen2006-01-111-0/+11
* Update class_n_properties after installing color-hash, since other classesMatthias Clasen2005-12-211-1/+4
* Fix a crashMatthias Clasen2005-12-191-0/+3
* Rework the way the color scheme setting is inherited. Now the overridingMatthias Clasen2005-12-161-47/+179
* Make the gtk-color-scheme setting work.Matthias Clasen2005-12-121-6/+23
* Turn metrics hinting on (part of #307196)Behdad Esfahbod2005-12-071-0/+4
* Merged modified patch from maemo-gtk that allows to disable toolbarMichael Natterer2005-12-011-1/+12
* Document symbolic colors and color expressions.Matthias Clasen2005-11-231-0/+16
* Added symbolic themable colors. Patch is a merged version of proposalsMichael Natterer2005-11-231-3/+94
* Made button-press timeouts which work like key repeat timeoutsMichael Natterer2005-11-221-1/+25
* Add settings to hide the input method and Unicode control characterMatthias Clasen2005-10-241-1/+22
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-8/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Don't leak the cursor theme name. (#314693, Kjartan Maraas)Matthias Clasen2005-08-291-0/+2
* Make the GdkScreen font options api public, and add propertiesMatthias Clasen2005-08-261-2/+2
* Cleanup up the mess I createdMatthias Clasen2005-08-241-5/+114
* Make sure font and cursor settings get propagated down to the screenMatthias Clasen2005-08-241-111/+7