about summary refs log tree commit diff
path: root/exwm-systemtray.el (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-12 * exwm-input.el (exwm-input--on-KeyPress-char-mode): No need toChris Feng1-3/+1
2016-07-12 Add initial support for dock (panel) applicationsChris Feng5-61/+163
2016-07-12 * exwm-workspace.el (exwm-workspace--init): Remove possibleChris Feng1-3/+9
2016-07-12 Fix a bug of simulation keysChris Feng1-2/+8
2016-06-17 Allow buffer-local simulation keysChris Feng1-1/+16
2016-06-17 * exwm-layout.el (exwm-layout--show): Resize the X windowChris Feng1-5/+6
2016-05-25 Bump version to 0.5Chris Feng1-2/+2
2016-05-24 * exwm-input.el (exwm-input--update-focus): Do not update input focusChris Feng1-1/+7
2016-05-24 Manage a certain type of undecorated X windowsChris Feng3-9/+22
2016-05-23 Add cleanup codes for Emacs daemonChris Feng8-22/+149
2016-05-21 Always add `exwm-workspace--on-focus-in'Chris Feng1-2/+2
2016-05-13 Use `xcb:connect' instead of `xcb:connect-to-socket'Chris Feng2-2/+2
2016-04-21 Announce manager selection with client messageChris Feng1-0/+24
2016-04-21 Properly place undecorated X windowsChris Feng1-6/+14
2016-04-07 Fix 2 multi-monitor issuesChris Feng2-1/+15
2016-04-03 Some commands should be called interactivelyChris Feng2-4/+4
2016-03-25 Fix emacsclient issuesChris Feng3-14/+24
2016-03-19 Restore a sensible buffer when replacing EXWM buffersAdrián Medraño Calvo1-21/+50
2016-03-19 Use `other-buffer' instead of "*scratch*"Adrián Medraño Calvo1-5/+1
2016-03-19 Use `buffer-predicate' frame parameter to prevent switching to visible EXWM b...Adrián Medraño Calvo2-0/+15
2016-03-19 Set the correct buffer before checking the `major-mode'Adrián Medraño Calvo1-7/+7
2016-03-19 Minor cleanupAdrián Medraño Calvo1-4/+4
2016-03-16 Exclude unmanaged floating X windows when refreshingChris Feng1-2/+4
2016-03-11 Neglect trivial resizing requestsChris Feng1-12/+40
2016-03-08 Use `cl-case' instead of `case'Chris Feng1-1/+1
2016-03-07 Restack fullscreen X windowsChris Feng1-7/+22
2016-03-07 Change input mode of window being clickedAdrián Medraño Calvo4730-766780/+4020
2016-03-06 Allow floating X windows to resize themselvesChris Feng1-11/+26
2016-03-06 UntabifyChris Feng3-109/+109
2016-03-04 Allow moving/resizing undecorated X windowsChris Feng2-68/+91
2016-03-03 Handle buffer change after a buffer is killedChris Feng2-48/+57
2016-03-01 Avoid unnecessary input focus changes in line-modeChris Feng2-14/+3
2016-02-28 Simplify `exwm-workspace--display-buffer'Chris Feng1-16/+5
2016-02-26 Do not wait for WM_STATE property eventsChris Feng1-21/+22
2016-02-26 Minor fixes for layout and workspaceChris Feng2-2/+3
2016-02-25 Fix exwm-workspace-switch-to-bufferChris Feng1-4/+13
2016-02-25 Bump version to 0.4Chris Feng1-1/+1
2016-02-25 Allow user to hide floating X windowsChris Feng3-1/+18
2016-02-24 Refresh the workspace after creating a floating X windowChris Feng1-0/+2
2016-02-24 Fix issues with moving X windows between workspacesChris Feng1-38/+56
2016-02-23 Make input focus revert to pointer rootChris Feng1-1/+2
2016-02-22 Bump version to 0.3Chris Feng1-2/+2
2016-02-21 Fix emacsclient related issuesChris Feng5-16/+15
2016-02-21 Various fixes for floating X windowsChris Feng2-25/+91
2016-02-21 Fix the advice function for ido-buffer-window-other-frameChris Feng1-13/+30
2016-02-20 Prevent Emacs frames from restacking themselvesChris Feng5-121/+192
2016-02-20 Prevent/Reduce flickering issues with floating X windowsChris Feng3-29/+78
2016-02-20 Redefine mode-specific keysChris Feng1-6/+6
2016-02-19 Minor fixes for system trayChris Feng1-9/+12
2016-02-19 Fix system tray issues after updating workspacesChris Feng10-90/+159