summaryrefslogtreecommitdiff
path: root/src/core/stack-tracker.c
Commit message (Expand)AuthorAgeFilesLines
* stack-tracker: stop using GSliceAlberts Muktupāvels2021-03-141-5/+5
* stack-tracker: don't log warnings on race conditionsAlberts Muktupāvels2020-07-111-12/+18
* stack-tracker: fix cast-function-type warningAlberts Muktupāvels2018-09-021-2/+1
* stack-tracker: keep override redirect windows on topRui Matos2017-09-301-0/+37
* don't restack windows while we are unmanaging themOwen W. Taylor2017-04-011-2/+2
* stack-tracker: fix an off-by-one error in restack_managedJasper St. Pierre2017-04-011-1/+1
* stack-tracker: make lower_below / raise_above internal as wellJasper St. Pierre2017-04-011-9/+9
* stack-tracker: make functions used only internally staticOwen W. Taylor2017-04-011-10/+2
* move logic for syncing the stack to the X server into MetaStackTrackerAlberts Muktupāvels2017-04-011-14/+106
* move manipulation of the X stack to MetaStackTrackerAlberts Muktupāvels2017-04-011-25/+78
* stack-tracker: eliminate the resynchronization processAlberts Muktupāvels2017-04-011-327/+109
* stack-tracker: more small cleanupsJasper St. Pierre2017-04-011-9/+2
* stack-tracker: remove unused variableJasper St. Pierre2017-04-011-10/+2
* stack-tracker: add some more debug outputJasper St. Pierre2017-04-011-0/+5
* stack-tracker: clean up dumpingAlberts Muktupāvels2017-04-011-16/+19
* stack-tracker: apply some changes from mutterAlberts Muktupāvels2017-04-011-67/+406
* meta_stack_tracker_free(): fix memory leakPavel Vasin2017-02-271-0/+2
* stack-tracker: avoid queueing resync for obvious no-opsOwen W. Taylor2017-02-271-8/+15
* avoid confusion when _NET_WM_USER_TIME_WINDOW is in the window stackOwen W. Taylor2017-02-271-2/+18
* move compositor-stack handling to MetaStackTrackerOwen W. Taylor2017-02-271-16/+112
* add better tracking of real stacking orderOwen W. Taylor2017-02-271-0/+632