Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-25 | Merge pull request #168 from robertek/swith_to_workspace_prev | No_name | 1 | -0/+3 | |
Possible keybinding to switch to previous workspace. | |||||
2015-09-18 | Revert "Remove unused function handle_run_terminal" | infirit | 1 | -0/+2 | |
This reverts commit 437b085f123f3c019bca2481000e936ee87e7c31. | |||||
2015-09-16 | Add manual and by-pointer window placement | Faidon Liambotis | 2 | -1/+14 | |
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-09-16 | Remove more unused functions | infirit | 1 | -14/+0 | |
2015-09-15 | Remove unused function handle_run_terminal | infirit | 1 | -2/+0 | |
2015-09-14 | bump xcomposite required version to 0.3 and simplify code | Alberts Muktupāvels | 1 | -3/+0 | |
Version 0.3 is available more then 8 years. | |||||
2015-09-14 | xprop: Don't use GDK for reading text properties | Jasper St. Pierre | 1 | -3/+0 | |
2015-06-10 | Merge pull request #160 from micove/add-tile-keybinds | Martin Wimpress | 1 | -0/+5 | |
Add tile keybinds (Fix #104, #127) | |||||
2015-01-23 | Possible keybinding to switch to previous workspace. | Robert David | 1 | -0/+3 | |
Disabled at default. | |||||
2015-01-14 | check compositor status | Denis Gorodnichev | 2 | -1/+4 | |
2015-01-14 | show tile preview with external compositor | Denis Gorodnichev | 1 | -3/+2 | |
2015-01-01 | Add the tile-to-side options to the appropiate files. | Miguel A. Colón Vélez | 1 | -0/+5 | |
This is just a copy/paste from move-to-side-{e,w} with: s/move/tile/g s/Move/Tile/g . It uses the existing handle_toggle_tiled as the backend. | |||||
2014-11-07 | Revert "Possible keybinding to switch to previous workspace." | infirit | 1 | -3/+0 | |
This reverts commit 69b7a0ad9277f21ad761c84ac1bae5455a2f879e. It has the unintended side-effect that it reverses the alt+tab behaviour. | |||||
2014-10-27 | don't change use settings by command line argument | Denis Gorodnichev | 1 | -1/+1 | |
2014-10-27 | Rework tiling code based off Consortium | infirit | 2 | -2/+5 | |
Taken from https://github.com/SolusOS-discontinued/consortium/commit/b463e03f5bdeab307ceee6b969c681f29537c76d | |||||
2014-10-24 | Update meta_show_dialog for gtk's removal of --screen | infirit | 1 | -2/+2 | |
gtk3 no longer has the --screen command-line argument, which metacity was passing to zenity. Use --display (with an explicitly-specified screen number) instead. Author: Dan Winship Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687938 Based on metacity commit: 8d19afdcccaec28a5512b0a707d8238b9dd4e2f3 | |||||
2014-10-24 | don't show shadow for maximized windows | infirit | 2 | -6/+5 | |
based on metacity commit: 72d1c6a6b9a85391444bb5ff8c5de1e3aabd3fd9 From: Alberts Muktupāvels <[email protected]> | |||||
2014-06-26 | Remove all trailing whitespaces in the code tree | Joaquín Ignacio Aramendía | 12 | -50/+50 | |
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i | |||||
2014-06-24 | Possible keybinding to switch to previous workspace. | Robert David | 1 | -0/+3 | |
Disabled at default. | |||||
2014-01-24 | Merge branch 'master' of github.com:mate-desktop/marco | Stefano Karapetsas | 4 | -0/+44 | |
2014-01-24 | ui: Improve GTK3 support | Stefano Karapetsas | 1 | -11/+5 | |
2013-05-31 | Implement side-by-side tiling | Stefano Karapetsas | 4 | -0/+44 | |
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-07 | Fix window screenshot keybinding | Stefano Karapetsas | 1 | -1/+1 | |
2013-02-20 | Add option to open new windows on the center of the screen | Stefano Karapetsas | 1 | -0/+4 | |
Adapted from patch by Chad Glendenin available at: http://chad.glendenin.com/metacity/patch.html Closes: http://chad.glendenin.com/metacity/patch.html | |||||
2013-02-17 | Fixed typos to solve run terminal issue | Stefano Karapetsas | 1 | -37/+37 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/25 | |||||
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 18 | -36/+36 | |
2012-10-01 | migrate to gsettings | Stefano Karapetsas | 2 | -257/+141 | |
2012-05-26 | Fixes https://github.com/mate-desktop/mate-window-manager/issues/4 | Steve Zesch | 1 | -0/+4 | |
2012-03-16 | Introduce key combination to switch between windows on all workspaces taken ↵ | Alexander Larsson | 2 | -0/+8 | |
from https://bugzilla.gnome.org/show_bug.cgi?id=577699 | |||||
2012-03-16 | implement option for classic and toroidal workspace switching, based on ↵ | Benjamin Valentin | 2 | -0/+9 | |
https://bugzilla.gnome.org/show_bug.cgi?id=89315 | |||||
2012-03-16 | Change the behavior of the maximize button so that a middle click on it will ↵ | Benjamin Valentin | 1 | -0/+4 | |
maximize the window vertically, a right click horizontally. | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 18 | -0/+2470 | |