summaryrefslogtreecommitdiff
path: root/src/core/prefs.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26prefs: fix memory leakrbuj1-21/+27
2021-03-06i18n: Use glib's gettext support macrosrbuj1-0/+2
2020-08-04Remove multiple empty linesrbuj1-3/+0
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
2020-08-04Remove trailing spaces/tabsrbuj1-3/+3
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
2019-10-31window: Add optional tile size cyclingVictor Kareh1-0/+16
Adding a new option to allow tile size cycling. When enabled, using the keyboard shortcut for tiling multiple times in a row cycles the window through different sizes (1/2 -> 1/3 -> 1/4 -> 3/4 -> 2/3 -> Untiled).
2019-10-27tabpopup: Draw transparent OSD-style popupsVictor Kareh1-1/+4
2019-06-07Make alt+tab max columns configurable and consider window label widthosch1-0/+36
2019-06-05Allow raise_on_click to be set independent of focus_modeVictor Kareh1-4/+1
Based on a patch by Thomas Jaeger <[email protected]> upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/03e8e63d
2019-04-23Limit icon size to 1024osch1-1/+1
2019-04-23make icon size configurableosch1-0/+17
2019-01-13prefs: avoid deprecated 'g_settings_list_keys'Pablo Barciela1-3/+15
2018-08-28add support for app-menu button in themeAlberts Muktupāvels1-0/+2
Add app-menu button support in themes. This is done only to support metacity theme format 3.5 version. Marco will not show this button! Based on metacity commit: https://gitlab.gnome.org/GNOME/metacity/commit/6a2cc159
2018-08-28remove option to attach modal dialogsVictor Kareh1-6/+0
This was added only to add support for metacity theme format version 3.2. Adapted from metacity for marco origin commit: https://gitlab.gnome.org/GNOME/metacity/commit/d2b13461
2018-08-28Optionally attach modal dialogsMaxim Ermilov1-0/+16
Add a preference /apps/mutter/general/attach_modal_dialogs. When true, instead of having independent titlebars, modal dialogs appear attached to the titlebar of the parent window and are moved together with the parent window. https://bugzilla.gnome.org/show_bug.cgi?id=612726 NOTE: Patch copied from mutter and adapted for metacity.
2018-03-26Scale cursor size for HiDPIVictor Kareh1-1/+5
2018-01-02Implemented a setting to disable top tilingOmar Zeidan1-8/+24
2017-01-17Added functionality to ignore applications while show-desktop is triggeredIllia Danko1-0/+50
2016-12-05Added functionality to disable display preselected tab window borderIllia Danko1-0/+16
2015-09-16Add manual and by-pointer window placementFaidon Liambotis1-0/+16
This adds a window placement preference: the existing behavior is now called "automatic" and is the default. Two new modes are being introduced: "pointer", which means that windows are placed according to the mouse pointer position; and "manual" which means that the user must manually place the new window with the mouse or keyboard. This is a straight port from muffin, commit 3257671.
2015-06-09Merge pull request #187 from monsta/patch-1Martin Wimpress1-1/+1
prefs: make workspace name actually change
2015-04-09prefs: make keybindings change notifications work with GLib >= 2.43Monsta1-20/+25
this is achieved by using the same GSettings instance for listening and reading data. it's an additional fix for the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
2015-04-08prefs: make workspace name actually changemonsta1-1/+1
now workspace names actually change on-the-fly when you change them in dconf-editor. and this works with GLib 2.43 as well.
2015-02-25prefs: first connect to settings, then read them.Monsta1-7/+7
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/marco/pull/174
2014-10-27don't change use settings by command line argumentDenis Gorodnichev1-6/+8
2014-10-25Drop support for Glib < 2.32infirit1-4/+0
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-73/+73
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2013-05-31Implement side-by-side tilingStefano Karapetsas1-0/+16
Patch by Florian Müllner for Metacity https://bugzilla.gnome.org/show_bug.cgi?id=607694 When dragging a window over a screen edge and dropping it there, maximize it vertically and scale it horizontally to cover the corresponding half of the current monitor. Whenever a "hot area" which triggers this behavior is entered, an indication of window's target size is displayed after a short delay to avoid distraction when moving a window between monitors.
2013-04-09Set maximum workspaces number to 36Stefano Karapetsas1-1/+1
Closes https://github.com/mate-desktop/mate-window-manager/issues/42
2013-03-15Fix keybindings issue due to migration from MateConfStefano Karapetsas1-7/+4
Closes https://github.com/mate-desktop/mate-window-manager/issues/36
2013-02-20Add option to open new windows on the center of the screenStefano Karapetsas1-2/+27
Adapted from patch by Chad Glendenin available at: http://chad.glendenin.com/metacity/patch.html Closes: http://chad.glendenin.com/metacity/patch.html
2013-01-11Fix update of GSettings enum preferencesStefano Karapetsas1-1/+1
2012-11-20Fix deprecations and compile warnings. Clean compileScott Balneaves1-15/+20
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-10-31set maximum workspaces number to 16Stefano Karapetsas1-1/+1
2012-10-27schema-id is new in glib 2.32Stefano Karapetsas1-0/+4
2012-10-27fix get schema nameStefano Karapetsas1-2/+2
2012-10-11function call needs to pass NULL-pointer as last argumentStefano Karapetsas1-1/+1
2012-10-01migrate to gsettingsStefano Karapetsas1-911/+278
2012-05-26Fixes https://github.com/mate-desktop/mate-window-manager/issues/4Steve Zesch1-0/+38
2012-03-16implement option for classic and toroidal workspace switching, based on ↵Benjamin Valentin1-1/+24
https://bugzilla.gnome.org/show_bug.cgi?id=89315
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+2794