Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | Add an option to force using tiling layout | Chris Feng | 1 | -3/+10 |
2016-07-21 | Minor cleanups | Chris Feng | 1 | -2/+2 |
2016-07-19 | Fix various minor issues | Chris Feng | 1 | -1/+1 |
2016-07-17 | Work with workspace frames instead of indices | Adrián Medraño Calvo | 1 | -1/+1 |
2016-07-17 | Add missing declarations | Adrián Medraño Calvo | 1 | -0/+5 |
2016-07-16 | Add RandR support for docks and reuse workareas | Chris Feng | 1 | -6/+4 |
2016-07-15 | Add multi-dock support and fix fullscreen issues with dock | Chris Feng | 1 | -4/+25 |
2016-07-14 | Fix various stability issues | Chris Feng | 1 | -2/+12 |
2016-07-13 | Add/improve some ICCCM/EWMH features | Chris Feng | 1 | -12/+34 |
2016-07-12 | Add initial support for dock (panel) applications | Chris Feng | 1 | -1/+10 |
2016-05-24 | Manage a certain type of undecorated X windows | Chris Feng | 1 | -8/+15 |
2016-05-23 | Add cleanup codes for Emacs daemon | Chris Feng | 1 | -0/+4 |
2016-04-21 | Properly place undecorated X windows | Chris Feng | 1 | -6/+14 |
2016-03-11 | Neglect trivial resizing requests | Chris Feng | 1 | -12/+40 |
2016-03-06 | Allow floating X windows to resize themselves | Chris Feng | 1 | -11/+26 |
2016-03-06 | Untabify | Chris Feng | 1 | -40/+40 |
2016-03-04 | Allow moving/resizing undecorated X windows | Chris Feng | 1 | -5/+2 |
2016-03-03 | Handle buffer change after a buffer is killed | Chris Feng | 1 | -47/+48 |
2016-02-20 | Prevent Emacs frames from restacking themselves | Chris Feng | 1 | -18/+24 |
2016-02-20 | Prevent/Reduce flickering issues with floating X windows | Chris Feng | 1 | -15/+38 |
2016-02-19 | Fix system tray issues after updating workspaces | Chris Feng | 1 | -11/+18 |
2016-02-18 | Fix floating X window bugs introduced by 9c95c03e | Chris Feng | 1 | -70/+88 |
2016-02-09 | Fix bugs on managing/unmanaging X windows | Chris Feng | 1 | -10/+9 |
2016-02-07 | Eliminate compilation warnings | Chris Feng | 1 | -0/+1 |
2016-02-07 | Unmanage X windows on exit | Chris Feng | 1 | -2/+4 |
2016-02-06 | Add auto-hiding minibuffer support | Chris Feng | 1 | -6/+7 |
2016-02-03 | Merge branch 'feat/virtual-root' | Chris Feng | 1 | -53/+87 |
2016-02-03 | Rework the X windows hierarchy model | Chris Feng | 1 | -53/+87 |
2016-02-02 | Update copyright year to 2016 | Chris Feng | 1 | -1/+1 |
2015-12-11 | Add support for desktop and dock | Chris Feng | 1 | -7/+11 |
2015-11-10 | Fix a typo | Chris Feng | 1 | -1/+1 |
2015-10-29 | Improve robustness of killing buffers | Chris Feng | 1 | -30/+39 |
2015-10-29 | Avoid mapping managed X windows on MapRequest | Chris Feng | 1 | -10/+8 |
2015-10-28 | Make the creation/destruction of floating frames more silent | Chris Feng | 1 | -4/+7 |
2015-10-10 | Restrict the check of _MOTIF_WM_HINTS | Chris Feng | 1 | -2/+5 |
2015-09-27 | Work around subrs that block EXWM; other minor fixes | Chris Feng | 1 | -2/+3 |
2015-09-20 | Fix input & input focus issues | Chris Feng | 1 | -10/+10 |
2015-09-19 | Manage non-floating windows without decorations | Chris Feng | 1 | -3/+9 |
2015-09-19 | Check _MOTIF_WM_HINTS when attempting to manage an X window | Chris Feng | 1 | -5/+33 |
2015-09-17 | On-demand update exwm-workspace--switch-history | Chris Feng | 1 | -2/+2 |
2015-09-09 | Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etc | Chris Feng | 1 | -0/+9 |
2015-09-04 | Prepare for GNU ELPA release | Chris Feng | 1 | -13/+14 |
2015-08-28 | Minor fix | Philip | 1 | -2/+2 |
2015-08-27 | Fix window size calculations | Chris Feng | 1 | -1/+1 |
2015-08-24 | Only manage windows mapped as the direct children of root window (close #38) | Chris Feng | 1 | -3/+8 |
2015-08-17 | Improve code robustness. | Philip | 1 | -4/+3 |
2015-08-14 | Honor `value-mask` field in ConfigureRequest event | Chris Feng | 1 | -10/+10 |
2015-08-13 | Fix multi-screen bugs | Chris Feng | 1 | -3/+10 |
2015-08-12 | Improve input focus switch mechanism | Chris Feng | 1 | -9/+2 |
2015-08-11 | Center floating windows by default | Chris Feng | 1 | -0/+7 |