Age | Commit message (Expand) | Author | Files | Lines |
2016-02-19 | Add system tray support | Chris Feng | 2 | -4/+377 |
2016-02-18 | Fix floating X window bugs introduced by 9c95c03e | Chris Feng | 4 | -114/+137 |
2016-02-12 | Bump version to 0.2 | Chris Feng | 1 | -2/+2 |
2016-02-12 | Postpone making workspace frames fullscreen | Chris Feng | 2 | -5/+9 |
2016-02-09 | Fix bugs on managing/unmanaging X windows | Chris Feng | 2 | -10/+27 |
2016-02-07 | Eliminate compilation warnings | Chris Feng | 4 | -0/+5 |
2016-02-07 | Unmanage X windows on exit | Chris Feng | 2 | -8/+18 |
2016-02-07 | Add some useful key bindings | Chris Feng | 4 | -33/+49 |
2016-02-07 | Remove an assertion | Chris Feng | 1 | -35/+36 |
2016-02-07 | Merge branch 'fjl-fix-resize-minibuffer' | Chris Feng | 4 | -10/+17 |
2016-02-06 | Resize minibuffer only when it's in its own frame | Felix Lange | 4 | -10/+17 |
2016-02-06 | Improve bc80eefe | Chris Feng | 4 | -27/+37 |
2016-02-06 | Fix multi-monitor/fullscreen issues | Chris Feng | 2 | -4/+17 |
2016-02-06 | Add auto-hiding minibuffer support | Chris Feng | 6 | -71/+320 |
2016-02-03 | Merge branch 'feat/virtual-root' | Chris Feng | 8 | -354/+370 |
2016-02-03 | Avoid unnecessary changes of stacking order | Chris Feng | 1 | -8/+22 |
2016-02-03 | Rework the X windows hierarchy model | Chris Feng | 8 | -354/+356 |
2016-02-02 | Update copyright year to 2016 | Chris Feng | 9 | -9/+9 |
2015-12-13 | Remove the MappingNotify event listener | Chris Feng | 1 | -19/+0 |
2015-12-11 | Add support for desktop and dock | Chris Feng | 1 | -7/+11 |
2015-11-15 | Limit X host-based auth permissions. | W. Greenhouse | 1 | -1/+1 |
2015-11-10 | Fix a typo | Chris Feng | 1 | -1/+1 |
2015-11-03 | Bump version to 0.1 | Chris Feng | 1 | -1/+1 |
2015-11-02 | Disable some incompatible features | Chris Feng | 2 | -3/+4 |
2015-11-01 | Add hook run when screen changes | Chris Feng | 1 | -5/+15 |
2015-10-30 | Use new calling conventions of xcb:keysyms | Chris Feng | 1 | -9/+15 |
2015-10-29 | Improve robustness of killing buffers | Chris Feng | 2 | -32/+40 |
2015-10-29 | Avoid mapping managed X windows on MapRequest | Chris Feng | 1 | -10/+8 |
2015-10-28 | Check KEYSYMs converted from events | Chris Feng | 1 | -3/+14 |
2015-10-28 | Add demo configurations | Chris Feng | 3 | -38/+122 |
2015-10-28 | Make the creation/destruction of floating frames more silent | Chris Feng | 2 | -11/+16 |
2015-10-28 | Minor input focus fix | Chris Feng | 1 | -1/+1 |
2015-10-27 | Delay closing minibuffer | Chris Feng | 1 | -3/+2 |
2015-10-26 | Fix problems introduced/exposed by last commit | Chris Feng | 4 | -30/+32 |
2015-10-25 | Fix workspace switch issues | Chris Feng | 2 | -6/+10 |
2015-10-19 | Close the (possible) active minibuffer when switching workspace | Chris Feng | 1 | -0/+2 |
2015-10-17 | Allow certain commands to receive key events in line-mode | Chris Feng | 1 | -0/+8 |
2015-10-11 | Improve robustness | Chris Feng | 1 | -2/+9 |
2015-10-10 | Restrict the check of _MOTIF_WM_HINTS | Chris Feng | 1 | -2/+5 |
2015-10-01 | Fix a position calculation error on multi-monitor settings | Chris Feng | 1 | -2/+9 |
2015-09-27 | Work around subrs that block EXWM; other minor fixes | Chris Feng | 7 | -72/+158 |
2015-09-25 | Fix click-to-focus on multi-monitor settings | Chris Feng | 1 | -1/+15 |
2015-09-24 | Fix a calculation error of the position of a floating frame | Chris Feng | 1 | -2/+2 |
2015-09-23 | Adjust default prefix keys; advice x-create-frame | Chris Feng | 3 | -7/+15 |
2015-09-21 | Minor fixes for packaging | Chris Feng | 4 | -13/+18 |
2015-09-20 | Fix input & input focus issues | Chris Feng | 2 | -27/+37 |
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 | 2 | -5/+35 |
2015-09-19 | Avoid autoloading variables | Chris Feng | 3 | -2/+2 |
2015-09-18 | Prevent Emacs cursor style change when pointer is in an X window | Chris Feng | 1 | -0/+15 |