Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Make the relay acknowledge received commands | Přemysl Eric Janouch | 25 hours | 1 | -2/+7 |
| | | | | | | | | | | | | | 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 | ||||
* | xA: bump Fyne to 2.6.0 | Přemysl Eric Janouch | 2025-04-26 | 3 | -660/+99 |
| | | | | Not much has actually changed. | ||||
* | xA: prevent sound playback GC | Přemysl Eric Janouch | 2024-11-14 | 1 | -1/+5 |
| | | | | The beep sound could be cut short. | ||||
* | xA/xW: dehighlight current buffer appropriately | Přemysl Eric Janouch | 2024-11-14 | 1 | -67/+81 |
| | |||||
* | xA: enforce internal icon from the start | Přemysl Eric Janouch | 2024-11-14 | 1 | -0/+1 |
| | |||||
* | xA/xM/xW: refresh renamed buffers correctly | Přemysl Eric Janouch | 2024-11-14 | 1 | -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 dehighlight | Přemysl Eric Janouch | 2024-11-14 | 1 | -0/+1 |
| | |||||
* | xA: make the log effectively read-only | Přemysl Eric Janouch | 2024-11-13 | 1 | -1/+8 |
| | |||||
* | xA: add a "generate" target to the Makefile | Přemysl Eric Janouch | 2024-11-12 | 1 | -2/+4 |
| | | | | So that Fyne tools can be run without building the default binary. | ||||
* | xA: limit buffer length | Přemysl Eric Janouch | 2024-11-12 | 1 | -3/+14 |
| | |||||
* | xA: downgrade Go version requirement | Přemysl Eric Janouch | 2024-11-12 | 1 | -1/+1 |
| | | | | We need 1.22 for the "for" loop variable scope change. | ||||
* | Add a Fyne frontend for xC | Přemysl Eric Janouch | 2024-11-12 | 7 | -0/+2384 |
It is fairly mediocre all around, but also generally usable, natively covering mobile platforms. |