summaryrefslogtreecommitdiff
path: root/src/include/common.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-16Add manual and by-pointer window placementFaidon Liambotis1-0/+10
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.
2014-10-27Rework tiling code based off Consortiuminfirit1-1/+3
Taken from https://github.com/SolusOS-discontinued/consortium/commit/b463e03f5bdeab307ceee6b969c681f29537c76d
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-7/+7
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-03-16Introduce key combination to switch between windows on all workspaces taken ↵Alexander Larsson1-0/+2
from https://bugzilla.gnome.org/show_bug.cgi?id=577699
2012-03-16implement option for classic and toroidal workspace switching, based on ↵Benjamin Valentin1-0/+7
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-environmentPerberos1-0/+300