Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xP: highlight hovered buffer list items | Přemysl Eric Janouch | 2023-04-14 | 1 | -0/+3 |
| | | | | To make it apparent which one would be closed by a middle click. | ||||
* | xP: use a dotted border for button focus | Přemysl Eric Janouch | 2022-09-25 | 1 | -1/+1 |
| | | | | It's visible enough. | ||||
* | xP: make the overlay actually overlay | Přemysl Eric Janouch | 2022-09-23 | 1 | -0/+1 |
| | |||||
* | xP: add formatting buttons | Přemysl Eric Janouch | 2022-09-23 | 1 | -1/+5 |
| | | | | | | And fix autoscroll autoenabler, as well as toolbar padding. Only add the basic toggles, which should be well supported. | ||||
* | xP: produce a custom font for IRC formatting | Přemysl Eric Janouch | 2022-09-22 | 1 | -2/+9 |
| | | | | | | Given that the generated file needs a manual adjustment, its small size, and the dependencies involved, it will be checked in to the repository. | ||||
* | xC/xP: relay and render channel topics | Přemysl Eric Janouch | 2022-09-21 | 1 | -2/+9 |
| | |||||
* | xP: improve paging | Přemysl Eric Janouch | 2022-09-21 | 1 | -0/+23 |
| | |||||
* | xP: make the prompt look more xC-like | Přemysl Eric Janouch | 2022-09-19 | 1 | -5/+19 |
| | |||||
* | xP: show all completion options | Přemysl Eric Janouch | 2022-09-18 | 1 | -0/+17 |
| | |||||
* | xP: make non-connected states more apparent | Přemysl Eric Janouch | 2022-09-16 | 1 | -0/+10 |
| | |||||
* | xP: adjust buffer list iteration and styling | Přemysl Eric Janouch | 2022-09-13 | 1 | -6/+2 |
| | | | | | | | | M-a and M-! should iterate, rather than keep jumping back to the same buffers. The current item wasn't visible enough, and it jumped around in my 1.5-scale Firefox. | ||||
* | xP: indicate hidden buffer lines | Přemysl Eric Janouch | 2022-09-11 | 1 | -2/+11 |
| | |||||
* | xC/xP: send buffer type and server state | Přemysl Eric Janouch | 2022-09-11 | 1 | -5/+4 |
| | | | | Also make PM highlighting behaviour consistent. | ||||
* | xP: only allow vertical textarea resizing | Přemysl Eric Janouch | 2022-09-10 | 1 | -0/+1 |
| | |||||
* | xP: improve line wrapping | Přemysl Eric Janouch | 2022-09-10 | 1 | -7/+7 |
| | |||||
* | xP: enhance mobile experience | Přemysl Eric Janouch | 2022-09-08 | 1 | -11/+15 |
| | | | | The left column used to jump around, and phones were near-unusable. | ||||
* | xC/xP: mark highlights and buffer activity | Přemysl Eric Janouch | 2022-09-08 | 1 | -1/+12 |
| | | | | And more or less finalize out the protocol for this use case. | ||||
* | xP: resolve various issues, mostly in styling | Přemysl Eric Janouch | 2022-09-07 | 1 | -9/+38 |
| | |||||
* | xP: implement buffer line leakage | Přemysl Eric Janouch | 2022-09-07 | 1 | -0/+3 |
| | | | | Rather than on redisplay, these get cleared on reconnect. | ||||
* | xP: support showing buffer logs | Přemysl Eric Janouch | 2022-09-07 | 1 | -0/+10 |
| | |||||
* | xP: convert links to link elements | Přemysl Eric Janouch | 2022-09-06 | 1 | -5/+5 |
| | |||||
* | xC/xP: turn the action asterisk into a rendition | Přemysl Eric Janouch | 2022-09-05 | 1 | -0/+3 |
| | |||||
* | Start X11 and web frontends for xC | Přemysl Eric Janouch | 2022-09-05 | 1 | -0/+109 |
For this, we needed a wire protocol. After surveying available options, it was decided to implement an XDR-like protocol code generator in portable AWK. It now has two backends, per each of: - xF, the X11 frontend, is in C, and is meant to be the primary user interface in the future. - xP, the web frontend, relies on a protocol proxy written in Go, and is meant for use on-the-go (no pun intended). They are very much work-in-progress proofs of concept right now, and the relay protocol is certain to change. |