about summary refs log tree commit diff
path: root/exwm-manage.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-06 Add auto-hiding minibuffer supportChris Feng1-6/+7
2016-02-03 Merge branch 'feat/virtual-root'Chris Feng1-53/+87
2016-02-03 Rework the X windows hierarchy modelChris Feng1-53/+87
2016-02-02 Update copyright year to 2016Chris Feng1-1/+1
2015-12-11 Add support for desktop and dockChris Feng1-7/+11
2015-11-10 Fix a typoChris Feng1-1/+1
2015-10-29 Improve robustness of killing buffersChris Feng1-30/+39
2015-10-29 Avoid mapping managed X windows on MapRequestChris Feng1-10/+8
2015-10-28 Make the creation/destruction of floating frames more silentChris Feng1-4/+7
2015-10-10 Restrict the check of _MOTIF_WM_HINTSChris Feng1-2/+5
2015-09-27 Work around subrs that block EXWM; other minor fixesChris Feng1-2/+3
2015-09-20 Fix input & input focus issuesChris Feng1-10/+10
2015-09-19 Manage non-floating windows without decorationsChris Feng1-3/+9
2015-09-19 Check _MOTIF_WM_HINTS when attempting to manage an X windowChris Feng1-5/+33
2015-09-17 On-demand update exwm-workspace--switch-historyChris Feng1-2/+2
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