Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-18 | Add setting to raise windows on alt+tab popup | sparkida | 1 | -0/+17 | |
2022-01-26 | prefs: fix memory leak | rbuj | 1 | -21/+27 | |
2021-03-06 | i18n: Use glib's gettext support macros | rbuj | 1 | -0/+2 | |
2020-08-04 | Remove multiple empty lines | rbuj | 1 | -3/+0 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \; | |||||
2020-08-04 | Remove trailing spaces/tabs | rbuj | 1 | -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-31 | window: Add optional tile size cycling | Victor Kareh | 1 | -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-27 | tabpopup: Draw transparent OSD-style popups | Victor Kareh | 1 | -1/+4 | |
2019-06-07 | Make alt+tab max columns configurable and consider window label width | osch | 1 | -0/+36 | |
2019-06-05 | Allow raise_on_click to be set independent of focus_mode | Victor Kareh | 1 | -4/+1 | |
Based on a patch by Thomas Jaeger <[email protected]> upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/03e8e63d | |||||
2019-04-23 | Limit icon size to 1024 | osch | 1 | -1/+1 | |
2019-04-23 | make icon size configurable | osch | 1 | -0/+17 | |
2019-01-13 | prefs: avoid deprecated 'g_settings_list_keys' | Pablo Barciela | 1 | -3/+15 | |
2018-08-28 | add support for app-menu button in theme | Alberts Muktupāvels | 1 | -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-28 | remove option to attach modal dialogs | Victor Kareh | 1 | -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-28 | Optionally attach modal dialogs | Maxim Ermilov | 1 | -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-26 | Scale cursor size for HiDPI | Victor Kareh | 1 | -1/+5 | |
2018-01-02 | Implemented a setting to disable top tiling | Omar Zeidan | 1 | -8/+24 | |
2017-01-17 | Added functionality to ignore applications while show-desktop is triggered | Illia Danko | 1 | -0/+50 | |
2016-12-05 | Added functionality to disable display preselected tab window border | Illia Danko | 1 | -0/+16 | |
2015-09-16 | Add manual and by-pointer window placement | Faidon Liambotis | 1 | -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-09 | Merge pull request #187 from monsta/patch-1 | Martin Wimpress | 1 | -1/+1 | |
prefs: make workspace name actually change | |||||
2015-04-09 | prefs: make keybindings change notifications work with GLib >= 2.43 | Monsta | 1 | -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-08 | prefs: make workspace name actually change | monsta | 1 | -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-25 | prefs: first connect to settings, then read them. | Monsta | 1 | -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-27 | don't change use settings by command line argument | Denis Gorodnichev | 1 | -6/+8 | |
2014-10-25 | Drop support for Glib < 2.32 | infirit | 1 | -4/+0 | |
2014-06-26 | Remove all trailing whitespaces in the code tree | Joaquín Ignacio Aramendía | 1 | -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-31 | Implement side-by-side tiling | Stefano Karapetsas | 1 | -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-09 | Set maximum workspaces number to 36 | Stefano Karapetsas | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-window-manager/issues/42 | |||||
2013-03-15 | Fix keybindings issue due to migration from MateConf | Stefano Karapetsas | 1 | -7/+4 | |
Closes https://github.com/mate-desktop/mate-window-manager/issues/36 | |||||
2013-02-20 | Add option to open new windows on the center of the screen | Stefano Karapetsas | 1 | -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-11 | Fix update of GSettings enum preferences | Stefano Karapetsas | 1 | -1/+1 | |
2012-11-20 | Fix deprecations and compile warnings. Clean compile | Scott Balneaves | 1 | -15/+20 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-10-31 | set maximum workspaces number to 16 | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-27 | schema-id is new in glib 2.32 | Stefano Karapetsas | 1 | -0/+4 | |
2012-10-27 | fix get schema name | Stefano Karapetsas | 1 | -2/+2 | |
2012-10-11 | function call needs to pass NULL-pointer as last argument | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-01 | migrate to gsettings | Stefano Karapetsas | 1 | -911/+278 | |
2012-05-26 | Fixes https://github.com/mate-desktop/mate-window-manager/issues/4 | Steve Zesch | 1 | -0/+38 | |
2012-03-16 | implement option for classic and toroidal workspace switching, based on ↵ | Benjamin Valentin | 1 | -1/+24 | |
https://bugzilla.gnome.org/show_bug.cgi?id=89315 | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+2794 | |