about summary refs log tree commit diff
path: root/exwm-manage.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-09 Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etcChris Feng1-0/+9
2015-09-04 Prepare for GNU ELPA releaseChris Feng1-13/+14
2015-08-28 Minor fixPhilip1-2/+2
2015-08-27 Fix window size calculationsChris Feng1-1/+1
2015-08-24 Only manage windows mapped as the direct children of root window (close #38)Chris Feng1-3/+8
2015-08-17 Improve code robustness.Philip1-4/+3
2015-08-14 Honor `value-mask` field in ConfigureRequest eventChris Feng1-10/+10
2015-08-13 Fix multi-screen bugsChris Feng1-3/+10
2015-08-12 Improve input focus switch mechanismChris Feng1-9/+2
2015-08-11 Center floating windows by defaultChris Feng1-0/+7
2015-08-11 Remove redundant code caused by the concurrency of events (contd, 2)Chris Feng1-4/+1
2015-08-10 Remove redundant code caused by the concurrency of events (continued)Chris Feng1-2/+2
2015-08-09 Remove redundant code caused by the concurrency of eventsChris Feng1-10/+1
2015-08-08 Fixes for manage/unmanage windowChris Feng1-3/+13
2015-08-07 Fix race conditions when managing a windowChris Feng1-1/+13
2015-08-07 Fix input focus lost after closing windowChris Feng1-2/+4
2015-08-06 Fix fullscreen issuesChris Feng1-5/+9
2015-07-17 First commitChris Feng1-0/+333