aboutsummaryrefslogtreecommitdiff
path: root/xM/main.swift
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Acknowledge received commandsHEADmasterPřemysl Eric Janouch24 hours1-0/+2
| | | | | | | | | | | Event the smallest protocol change has great consequences. Relay events have been reordered to improve forward compatibility. WIP: - xM handling (send) - xA handling (relaySend) - xC: fix connection killing
* 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
|
* Add a Cocoa frontend for xCPřemysl Eric Janouch2023-09-011-0/+1372
Some work remains to be done to get it to be even as good as the Win32 frontend, but it's generally usable.