summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24don't show shadow for maximized windowsinfirit2-6/+5
based on metacity commit: 72d1c6a6b9a85391444bb5ff8c5de1e3aabd3fd9 From: Alberts Muktupāvels <[email protected]>
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía12-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-24Possible keybinding to switch to previous workspace.Robert David1-0/+3
Disabled at default.
2014-01-24Merge branch 'master' of github.com:mate-desktop/marcoStefano Karapetsas4-0/+44
2014-01-24ui: Improve GTK3 supportStefano Karapetsas1-11/+5
2013-05-31Implement side-by-side tilingStefano Karapetsas4-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-07Fix window screenshot keybindingStefano Karapetsas1-1/+1
2013-02-20Add option to open new windows on the center of the screenStefano Karapetsas1-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-17Fixed typos to solve run terminal issueStefano Karapetsas1-37/+37
Closes https://github.com/mate-desktop/mate-control-center/issues/25
2012-11-18fixed incorrect fsf addresses.Steve Zesch18-36/+36
2012-10-01migrate to gsettingsStefano Karapetsas2-257/+141
2012-05-26Fixes https://github.com/mate-desktop/mate-window-manager/issues/4Steve Zesch1-0/+4
2012-03-16Introduce key combination to switch between windows on all workspaces taken ↵Alexander Larsson2-0/+8
from https://bugzilla.gnome.org/show_bug.cgi?id=577699
2012-03-16implement option for classic and toroidal workspace switching, based on ↵Benjamin Valentin2-0/+9
https://bugzilla.gnome.org/show_bug.cgi?id=89315
2012-03-16Change the behavior of the maximize button so that a middle click on it will ↵Benjamin Valentin1-0/+4
maximize the window vertically, a right click horizontally.
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos18-0/+2470