summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* Set the double click speed from XSETTINGS when creating a new GtkSettingsOwen Taylor2003-01-151-10/+18
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* Fix missing adjustments for new type ofOwen Taylor2002-11-251-7/+8
* Clean up a bit of duplicated code.Owen Taylor2002-11-181-5/+2
* remove bogus gvalue initialization/freeing.Jonathan Blandford2002-11-171-12/+0
* Allow g_object_set to work with GtkSettings.Jonathan Blandford2002-11-161-12/+38
* Deprecation cleanupManish Singh2002-10-091-4/+5
* Privately export: _gtk_settings_set_property_value_from_rc()Owen Taylor2002-10-021-40/+135
* Make icon sizes configurable (#70648, slightly based on a patch from BillOwen Taylor2002-09-241-2/+12
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-2/+8
* Renames:Owen Taylor2002-06-201-1/+1
* Only change the double click time if the screen for the notification isOwen Taylor2002-06-201-3/+9
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-39/+38
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-4/+3
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-2/+12
* Install a Default RC file that sets the tooltips color to yellow. (#58542)Owen Taylor2002-01-311-1/+1
* Support using names/nicks for the gdk_settings values for enum valuedOwen Taylor2001-12-121-1/+8
* Update xsettings name.Anders Carlsson2001-12-091-2/+12
* Simplify, make more efficient and fix memory leak when turning quark intoOwen Taylor2001-12-041-5/+2
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-8/+16
* Fix #56586Havoc Pennington2001-10-041-2/+13
* s/retrive/retrieve/jacob berkman2001-10-031-1/+1
* g_string_printfa => g_string_append_printf.Owen Taylor2001-10-011-2/+2
* coalescing property notifiesHans Breuer2001-08-111-0/+2
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+0
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-11/+28
* fix PROP_EVENTS.Tim Janik2001-06-191-9/+15
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-0/+9
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-8/+58