summaryrefslogtreecommitdiff
path: root/src/core/display.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24Properly ifdef some KXB code.infirit1-9/+7
Taken out of metacity commit: 238e83a98cf014c9b1082d21541e63f102d441d6 From: Alberts Muktupāvels <[email protected]>
2014-09-23Tell we are Metacity to avoid issues with maximized Java applicationsStefano Karapetsas1-1/+1
Not the best solution, but the only way to fix the issue at the moment See https://github.com/linuxmint/muffin/pull/11 Closes https://github.com/mate-desktop/marco/issues/133
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-309/+309
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-05-05Dont destroy all windows with GTK2Stefano Karapetsas1-12/+0
Regression introduced with http://git.mate-desktop.org/marco/commit/?id=3695f97acfd3d81e7f9ce23be3243d63fce35746
2014-04-23gtk3: set event deviceDenis Gorodnichev1-20/+62
2014-03-22Revert "gtk3: set event device"Stefano Karapetsas1-62/+20
This reverts commit b6ee7f8d6cb49b7b87c073695f50a0576f42a599.
2014-02-23gtk3: set event deviceDenis Gorodnichev1-20/+62
2014-01-24core: Improve GTK3 supportStefano Karapetsas1-0/+4
2013-05-17Revert deprecations for issue #41Scott Balneaves1-4/+0
2013-05-14Fix memory leak in marco. Cribbed from ↵Scott Balneaves1-13/+15
https://git.gnome.org/browse/metacity/commit/?id=d2b82ba621df8693e560bf0e10c6c56d155cb107
2012-11-20Fix deprecations and compile warnings. Clean compileScott Balneaves1-0/+4
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-08-23Fix key handling while drag and drop is activeStefan Tauner1-1/+1
This is still not fixed "upstream" (i.e. in metacity) but many distributions ship with this patch. The patch is from Matthias Clasen (Redhat). See https://bugzilla.gnome.org/show_bug.cgi?id=135056#c33 and https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/111939 for details.
2012-08-01apply Should-set-RestartStyleHint-to-RestartIfRunning-wh.patchraveit651-11/+4
2012-03-16Introduce key combination to switch between windows on all workspaces taken ↵Alexander Larsson1-42/+79
from https://bugzilla.gnome.org/show_bug.cgi?id=577699
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+5355