summaryrefslogtreecommitdiff
path: root/gdk/x11/xsettings-client.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Don't leak GValue when xsetting is unknownTim Lunn2014-01-131-0/+1
* x11: Don't follow dpi and scale from xsettings when GDK_SCALE setAlexander Larsson2013-07-031-8/+12
* x11: Add Gdk/UnscaledDPI to override Xft/DPIAlexander Larsson2013-07-031-0/+13
* x11: Support the Gdk/WindowScalingFactor xsettingAlexander Larsson2013-07-031-0/+10
* x11: Get rid of XSettingsClient objectBenjamin Otte2013-02-191-84/+57
* x11: Use _gdk_x11_get_xatom_for_display_printf()Benjamin Otte2013-02-191-9/+9
* x11: Don't keep an "in_init" variableBenjamin Otte2013-02-191-12/+11
* x11: Clean up xsettings headerBenjamin Otte2013-02-191-4/+14
* x11: Get rid of XSettingsSettingBenjamin Otte2013-02-191-65/+80
* x11: Remove extra variableBenjamin Otte2013-02-191-6/+5
* x11: Split xsettings event filter into 2 functionsBenjamin Otte2013-02-191-61/+45
* x11: Make stored xsettings window a GdkWindowBenjamin Otte2013-02-191-49/+25
* x11: Split function into twoBenjamin Otte2013-02-191-40/+47
* x11: Use gdk_display_flush()Benjamin Otte2013-02-191-3/+7
* x11: Get selection atom useing GDK functionsBenjamin Otte2013-02-191-9/+4
* x11: Warning improvements to xsettings codeBenjamin Otte2013-02-191-2/+2
* x11: Use usual Atom handling in xsettings codeBenjamin Otte2013-02-191-15/+14
* x11: Consolidate root window event setting in one placeBenjamin Otte2013-02-191-15/+0
* x11: Remove unused argumentBenjamin Otte2013-02-191-11/+5
* x11: Store GDK name in xsettings hash tableBenjamin Otte2013-02-191-20/+33
* x11: Remove XSettingsAction typeBenjamin Otte2013-02-191-17/+5
* x11: Make xsettings callbacks code go awayBenjamin Otte2013-02-191-68/+151
* x11: Don't store name in XSettingsSetting anymoreBenjamin Otte2013-02-191-23/+19
* x11: Use boolean instead of enum for errors in xsettings codeBenjamin Otte2013-02-191-71/+37
* x11: Move error reporting to where the error happensBenjamin Otte2013-02-191-18/+11
* x11: Move length checking into return_if_fail() macroBenjamin Otte2013-02-191-8/+11
* x11: Use GDK error trapping codeBenjamin Otte2013-02-191-10/+2
* x11: Split out xsettings string reading codeBenjamin Otte2013-02-191-26/+25
* x11: Clean up xsettings headerBenjamin Otte2013-02-191-0/+19
* x11: Add debugging output for xsettings codeBenjamin Otte2013-02-191-0/+10
* x11: Use glib malloc funcs for XSettingsBenjamin Otte2013-02-191-27/+8
* x11: Call grab functions directlyBenjamin Otte2013-02-191-31/+3
* x11: Pass the GdkScreen to the XSettingsClientBenjamin Otte2013-02-191-11/+12
* x11: Fold xsettings-common.[ch] into xsettings-client.[ch]Benjamin Otte2013-02-191-0/+41
* x11: Return XSetting without copyingBenjamin Otte2013-02-191-17/+3
* x11: Don't store last change serialBenjamin Otte2013-02-191-1/+1
* xsettings: Remove XSettingsList typeBenjamin Otte2013-02-191-14/+30
* xsettings: Use glib byte order functionsBenjamin Otte2013-02-191-10/+6
* xsettings: Remove unused functionBenjamin Otte2013-02-191-14/+3
* XSettingsList is now a typedef for GHashTable.John Lindgren2013-01-271-37/+22
* Drop support for pre-R6 XMatthias Clasen2012-03-101-8/+1
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-2/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Change the XSettingsWatchFunc to return a Bool to indicate success. UpdateMatthias Clasen2007-04-101-3/+13
* Try to fix #315732, reported by Luke Hutchinson:Matthias Clasen2007-01-021-4/+19
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-131-1/+1
* Make GDK+ compile with X11R5 (#148032)Matthias Clasen2004-11-121-0/+6
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* fix ytpo: s/eles/else/Manish Singh2004-02-271-1/+1
* Fix memory leak in case of mismatched property type.Owen Taylor2004-02-271-2/+6