summaryrefslogtreecommitdiff
path: root/src/core/stack.c
Commit message (Expand)AuthorAgeFilesLines
* stack: don't ignore workspace in get_default_focus_windowAlberts Muktupāvels2020-10-101-1/+1
* window: track pending unmaps using serialsAlberts Muktupāvels2020-02-281-1/+1
* stack: change how we choose default focus windowAlberts Muktupāvels2019-11-291-7/+79
* refer to monitors as "monitors" rather than "xineramas"Alberts Muktupāvels2018-06-161-6/+6
* stack: fix copy/paste errorAlberts Muktupāvels2017-07-021-1/+1
* move logic for syncing the stack to the X server into MetaStackTrackerAlberts Muktupāvels2017-04-011-216/+10
* remove cache of last stacking order in stack.cAlberts Muktupāvels2017-04-011-43/+34
* move manipulation of the X stack to MetaStackTrackerAlberts Muktupāvels2017-04-011-44/+10
* stack-tracker: apply some changes from mutterAlberts Muktupāvels2017-04-011-93/+106
* util: replace meta_bug with g_errorAlberts Muktupāvels2017-03-101-3/+3
* util: replace meta_warning with g_warningAlberts Muktupāvels2017-03-101-2/+2
* stack: don't try to focus hidden windowsFlorian Müllner2017-03-031-4/+1
* stack: don't prefer windows in the same group as not_this_oneJasper St. Pierre2017-03-031-40/+4
* display: clean up focus_window vs expected_focus_windowDan Winship2017-03-031-5/+5
* stack: fix indentationAlberts Muktupāvels2017-02-281-3/+3
* stack: ignore unmanaging windowsAlberts Muktupāvels2017-02-281-5/+9
* stack: add more checks for override redirect windowsAlberts Muktupāvels2017-02-281-4/+10
* window: add missing window typesAlberts Muktupāvels2017-02-281-0/+10
* stack: Flatten and simplify the default focus window logicJasper St. Pierre2017-02-271-38/+39
* stack: never try to focus a DOCK windowJasper St. Pierre2017-02-271-11/+1
* stack: Fix crash when opening a full-screen windowJasper St. Pierre2017-02-271-2/+2
* stack: make meta_window_raise() and meta_window_lower() smarterJasper St. Pierre2017-02-271-3/+38
* use MetaStackTracker to avoid a round-trip XQueryTree()Owen W. Taylor2017-02-271-30/+21
* don't do stacking for override-redirect windowsOwen W. Taylor2017-02-271-23/+29
* add better tracking of real stacking orderOwen W. Taylor2017-02-271-3/+22
* errors: simplify codeAlberts Muktupāvels2016-05-251-5/+5
* stack: fix build warningsAlberts Muktupāvels2015-09-201-9/+7
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-113/+113
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* lose meta prefix since it's static. replace our own cast with glib macroThomas Thurman2008-06-291-28/+41
* Refactor so the long scary stack functions are less long and scary:Thomas Thurman2008-06-271-91/+136
* src/include/frame.h src/include/display.h src/include/xprops.hIain Holmes2008-05-191-2/+2
* All information should live in exactly one place. This means that the listThomas Thurman2008-05-021-2/+2
* sort source files into these directories according to which part of the WMHavoc Pennington2007-12-191-0/+1603