summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* don't overwrite application properties. Fixes bug #136802.Mark McLoughlin2004-03-111-2/+5
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Remove the include of Xft.h, which is already dragged in via pangoxft.h.Matthias Clasen2004-03-021-1/+0
* Based on patch by Alex LarssonOwen Taylor2004-03-011-1/+2
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-2/+4
* Guard the FC_HINT_STYLE stuff with an #ifdef, so we still build with mostManish Singh2004-02-221-1/+3
* Use P_ instead of _ for the new Xft settings.Soeren Sandmann2004-02-211-10/+10
* Bug 130790 (Federico Mena Quintero, Owen Taylor)Soeren Sandmann2004-02-211-2/+167
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-24/+24
* Do not interpret distant clicks as double-clicks (#116541, BernhardMatthias Clasen2003-12-161-6/+20
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-0/+9
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-2/+2
* Add docs.Matthias Clasen2003-05-191-2/+80