summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for #314004, reported by Michael Reinsch:Owen Taylor2005-08-241-4/+111
* Fix have_base_pc / have_base_x_pc typo.Owen Taylor2005-08-151-4/+0
* Rename the default theme to "Raleigh". (#312254, Thomas Wood)Matthias Clasen2005-08-011-1/+1
* Change machinery for following font rendering xsettings to set cairo fontOwen Taylor2005-07-211-98/+3
* Correct the blurb for the icon-sizes setting. String change. (#309355,Matthias Clasen2005-07-031-1/+1
* Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size toMatthias Clasen2005-06-151-5/+58
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-19/+20
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-4/+4
* Don't leak the values here. (#169047, Philip Langdale)Matthias Clasen2005-03-031-2/+2
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Make it build on windows. (#156618, Kazuki IWAMOTO)Matthias Clasen2004-10-271-0/+2
* Add a public setting for button ordering (#74669, Owen Taylor)Matthias Clasen2004-10-251-1/+10
* Fix some problems reported by Morten Welinder:Matthias Clasen2004-09-131-1/+1
* Make it possible to specify additional modules to load via a setting.Matthias Clasen2004-09-011-0/+30