summaryrefslogtreecommitdiff
path: root/src/core/screen.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-17Added functionality to ignore applications while show-desktop is triggeredIllia Danko1-2/+3
2016-12-05Added functionality to disable display preselected tab window borderIllia Danko1-33/+41
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-15/+0
2016-04-12fix crash on showing alt-tab thumbnails with compositor on (GTK+2)monsta1-4/+4
was my mistake in 9212dacb2bfd5985d8426bf0bdb88f2aca03444e :-/
2016-03-03[GTK+3] re-add ability to show alt-tab thumbnails when compositor is onmonsta1-9/+22
adapted from: https://git.gnome.org/browse/metacity/commit/?id=e6828a3ee2cab1ec1acbdd5a444dc1cb98215a75 https://git.gnome.org/browse/metacity/commit/?id=758902aef22629943738241cea1f597b6db4b18e https://git.gnome.org/browse/metacity/commit/?id=c6ba6dc7f458720d9f8666881f45a830580468cb https://git.gnome.org/browse/metacity/commit/?id=68bdf1ab9de815e07f5cd75b2e1fa24ba92ae319 https://git.gnome.org/browse/metacity/commit/?id=78bbf4423f72797a05bfaddd4121d70db30de9a3
2016-01-10Avoiding conditional directives that break statements.Romero Malaquias1-4/+8
2015-01-14check compositor statusDenis Gorodnichev1-14/+13
2015-01-14show tile preview with external compositorDenis Gorodnichev1-3/+1
2014-10-27Rework tiling code based off Consortiuminfirit1-3/+33
Taken from https://github.com/SolusOS-discontinued/consortium/commit/b463e03f5bdeab307ceee6b969c681f29537c76d
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-213/+213
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-04-21Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hintStefano Karapetsas1-0/+1
Also if marco doesnt support it, but this currently fixes ugly dialog windows with GTK 3.12
2014-01-24Merge branch 'master' of github.com:mate-desktop/marcoStefano Karapetsas1-2/+64
2014-01-24core: Improve GTK3 supportStefano Karapetsas1-2/+11
2013-05-31Implement side-by-side tilingStefano Karapetsas1-2/+64
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.
2012-11-20Fix deprecations and compile warnings. Clean compileScott Balneaves1-2/+2
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-10-01migrate to gsettingsStefano Karapetsas1-3/+3
2012-05-26Fixes https://github.com/mate-desktop/mate-window-manager/issues/4Steve Zesch1-1/+7
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+2815