summaryrefslogtreecommitdiff
path: root/src/core/prefs.c
Commit message (Expand)AuthorAgeFilesLines
* prefs: don't use define in string concatenationAlberts Muktupāvels2020-09-061-1/+1
* prefs: add new compositor settingAlberts Muktupāvels2020-09-051-20/+57
* remove reduced-resources settingAlberts Muktupāvels2020-03-271-18/+0
* prefs: fix cast-function-type warningAlberts Muktupāvels2018-09-021-2/+1
* prefs: stop using Gtk/DecorationLayout for button layoutAlberts Muktupāvels2018-06-251-102/+0
* prefs: simplify meta_prefs_get_compositing_managerAlberts Muktupāvels2017-03-111-30/+0
* util: replace meta_bug with g_errorAlberts Muktupāvels2017-03-101-5/+5
* util: replace meta_warning with g_warningAlberts Muktupāvels2017-03-101-23/+16
* build: remove --disable-verbose-modeAlberts Muktupāvels2017-03-101-2/+0
* libmetacity: add meta_theme_set_button_layoutAlberts Muktupāvels2016-08-161-36/+9
* prefs: fix cursor size on HiDPI displaysAlberts Muktupāvels2016-08-151-10/+33
* prefs: don't reload theme if not neededAlberts Muktupāvels2016-06-091-1/+2
* prefs: fix XDG_CURRENT_DESKTOP usageAlberts Muktupāvels2016-03-311-7/+32
* prefs: update theme when gtk-theme-name changesAlberts Muktupāvels2016-03-311-0/+20
* theme: redo theme settingsAlberts Muktupāvels2016-02-231-23/+40
* libmetacity-private: don't include common.hAlberts Muktupāvels2016-01-281-1/+1
* move MetaButtonLayout to libmetacityAlberts Muktupāvels2016-01-281-166/+3
* move MetaButtonFunction to libmetacityAlberts Muktupāvels2016-01-281-67/+6
* prefs: use Gtk/DecorationLayout only under GNOME-FlashbackAlberts Muktupāvels2016-01-121-3/+13
* prefs: fix build warningsAlberts Muktupāvels2015-09-201-13/+22
* prefs: check if we have a valid displayAlberts Muktupāvels2015-06-121-0/+3
* prefs: use button layout from GtkSettingsAlberts Muktupāvels2015-06-041-11/+87
* prefs: return FALSE if compositing_manager is not availableAlberts Muktupāvels2015-06-041-0/+26
* keybindings: store keybindings dynamicallyAlberts Muktupāvels2015-04-291-72/+81
* prefs: change default value for compositing_managerAlberts Muktupāvels2015-04-051-1/+1
* theme: allow NULL as theme nameAlberts Muktupāvels2015-04-041-4/+5
* prefs: add theme preferenceAlberts Muktupāvels2015-02-191-1/+1
* prefs: add alt-tab-thumbnails preferenceAlberts Muktupāvels2015-02-191-0/+18
* remove application-based preferenceAlberts Muktupāvels2015-01-071-20/+0
* Allow raise_on_click to be set independent of focus_modeJasper St. Pierre2015-01-071-4/+1
* add support for app-menu button in themeAlberts Muktupāvels2014-10-071-0/+2
* remove option to attach modal dialogsAlberts Muktupāvels2014-10-061-8/+0
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-27/+27
* Optionally attach modal dialogsMaxim Ermilov2014-09-271-0/+18
* Add side-by-side tilingAlberts Muktupāvels2014-06-061-0/+18
* add option to set window placement modeAlberts Muktupāvels2014-06-061-5/+19
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* prefs: Correct reference to non-existent schemaJason Siefken2011-12-061-1/+1
* prefs: Adapt to re-addition of a separate visual-bell optionFlorian Müllner2011-11-141-0/+15
* Port preferences to GSettingsFlorian Müllner2011-11-111-1551/+575
* When we're first reading in the workspace names, set any which don't get assi...bug625781Thomas Thurman2011-01-151-4/+9
* Reduce GConf roundtripsMatthias Clasen2010-01-211-85/+63
* Add a switch to disable autofullscreen'ing maximized windows without decorationsTomeu Vizoso2009-07-061-0/+17
* Free name of old theme when new theme is loaded.Thomas James Alexander Thurman2009-01-281-0/+2
* Added a gconf key to swap the meanings of the right andThomas James Alexander Thurman2009-01-271-0/+21
* fix stupid infinite loop when GConf is turned off.Thomas James Alexander Thurman2008-11-221-1/+3
* fix two places where there was a warning if GConf was turned off.Thomas James Alexander Thurman2008-11-221-1/+3
* (Apologies for huge commit; these were done on a transatlantic flight. This ...Thomas Thurman2008-11-221-199/+73
* Add initialisation which I missed on the previous checkin. Also an extraThomas Thurman2008-10-271-2/+5
* Fix some crashes with the new GDM 2.24. Closes #558058.Brian Cameron2008-10-271-6/+8