aboutsummaryrefslogtreecommitdiff
path: root/xM
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Make the relay acknowledge received commandsPřemysl Eric Janouch25 hours1-2/+5
| | | | | | | | | | | | | xP now slightly throttles activity notifications, and indicates when there are unacknowledged commands. Relay events have been reordered to improve forward compatibility. As can be observed, even the smallest protocol change has great consequences. WIP: - xC: fix connection killing
* xM: fix build regressionPřemysl Eric Janouch2024-11-261-0/+3
|
* xA/xM/xW: refresh renamed buffers correctlyPřemysl Eric Janouch2024-11-141-1/+1
| | | | | | | | Rendering takes the current buffer into account, so change its value before using it, not afterwards. The order happened to not matter on at least Windows, because we just queue a message.
* xA/xM: refresh buffer list on dehighlightPřemysl Eric Janouch2024-11-141-0/+1
|
* xM: improve the bundle icon a bitPřemysl Eric Janouch2023-09-041-21/+13
|
* xM: generate and use a bundle iconPřemysl Eric Janouch2023-09-032-1/+118
|
* Add a Cocoa frontend for xCPřemysl Eric Janouch2023-09-012-0/+1404
Some work remains to be done to get it to be even as good as the Win32 frontend, but it's generally usable.