aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: xA: input submissionPřemysl Eric Janouch6 days1-0/+29
|
* WIP: xA: improve stylingPřemysl Eric Janouch6 days1-2/+8
|
* WIP: xA: add buffer listPřemysl Eric Janouch6 days1-4/+53
|
* WIP: xA: add prompt and statusPřemysl Eric Janouch6 days1-6/+41
|
* WIP: xA: make sending work somehowPřemysl Eric Janouch6 days1-26/+28
|
* WIP: xA: topicPřemysl Eric Janouch6 days1-2/+19
|
* WIP: xA: port more stuffPřemysl Eric Janouch6 days2-155/+329
|
* WIP: xA: more message processingPřemysl Eric Janouch6 days1-6/+175
|
* WIP: xA: update for new lxdrgen-goPřemysl Eric Janouch6 days1-46/+33
|
* WIP: xA: statePřemysl Eric Janouch6 days1-10/+174
|
* WIP: xA: IRC colors #2Přemysl Eric Janouch6 days1-3/+6
|
* WIP: xA: IRC colorsPřemysl Eric Janouch6 days1-7/+53
|
* WIP: xA: connection prototypePřemysl Eric Janouch6 days1-30/+241
|
* WIP: xAPřemysl Eric Janouch6 days7-1/+866
|
* Bump libertyPřemysl Eric Janouch6 days1-0/+0
|
* WIP: xF: show something through actually using X11Přemysl Eric Janouch8 days1-42/+1046
| | | | | | | WIP: - Convert formatter items to an inner representation - Basic text layout with basic splitting - Conclude the commit as purely read-only but otherwise pretty
* WIP: xC: force libedit into asynchronicityPřemysl Eric Janouch8 days1-0/+112
|
* Make xF a first-class citizenPřemysl Eric Janouch8 days4-8/+69
|
* Bump libertyPřemysl Eric Janouch8 days2-2/+1
|
* xP: update variable namePřemysl Eric Janouch11 days1-3/+3
|
* Fix calloc argument orderPřemysl Eric Janouch2024-08-081-3/+3
|
* Bump libertyPřemysl Eric Janouch2024-08-082-6/+6
|
* xP: cleanupPřemysl Eric Janouch2024-07-281-3/+1
| | | | I had forgotten about the auto-redraw system.
* Improve wording in the last NEWS entryPřemysl Eric Janouch2024-07-281-1/+1
|
* Bump version, update NEWSv2.0.0Přemysl Eric Janouch2024-07-282-2/+2
|
* xC: expand a commentPřemysl Eric Janouch2024-07-281-1/+2
|
* xC: handle multiline server commands properlyPřemysl Eric Janouch2024-07-282-1/+5
| | | | | Additional lines might have been passed to the server intact as part of an argument, but we have /quote for that.
* xP: reset highlight state once reaching buffer endPřemysl Eric Janouch2024-07-281-0/+6
|
* xP: don't interrupt IME compositionPřemysl Eric Janouch2024-07-041-1/+1
| | | | | On Vivaldi/macOS, pressing Enter would send the input and still keep editing it as it was.
* xS/xN: add test targetsPřemysl Eric Janouch2024-04-102-0/+4
|
* Bump libertyPřemysl Eric Janouch2024-04-091-0/+0
|
* Update README.adoc and xN usage outputPřemysl Eric Janouch2024-04-042-5/+5
|
* Add a simple IRC notifier utilityPřemysl Eric Janouch2024-04-0311-127/+627
|
* xP: do not send the Referrer headerPřemysl Eric Janouch2024-03-041-2/+4
|
* Bump libertyPřemysl Eric Janouch2024-03-042-34/+5
|
* xP: avoid expensive updates/refreshesPřemysl Eric Janouch2024-01-061-4/+16
|
* xP: don't let buffers grow indefinitelyPřemysl Eric Janouch2024-01-061-1/+12
| | | | Primarily for performance reasons.
* 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-014-4/+1421
| | | | | Some work remains to be done to get it to be even as good as the Win32 frontend, but it's generally usable.
* xW: render leaked lines a bit more accuratelyPřemysl Eric Janouch2023-08-251-8/+6
| | | | There is no need to reset all text attributes, just the colour.
* xP/xW: fix buffer rename handlingPřemysl Eric Janouch2023-08-252-2/+11
| | | | | Maintaining string pointers to the current/last buffer means that renames invalidate them.
* xC: send missing relay events for newly added serversPřemysl Eric Janouch2023-08-251-0/+3
|
* xC: give the /away command a proper handlerPřemysl Eric Janouch2023-08-251-1/+10
| | | | Multiple words should be passed to the server as a single argument.
* xW: improve command sendingPřemysl Eric Janouch2023-07-291-31/+31
|
* xC: fix relay handling of missing log filesPřemysl Eric Janouch2023-07-281-12/+9
| | | | Intermediate error messages would trash the prepared static buffer.
* xW: do not unnecessarily enter compatibility modePřemysl Eric Janouch2023-07-281-0/+14
|
* xW: mark a footgunPřemysl Eric Janouch2023-07-271-0/+3
| | | | These messages are used by IsDialogMessage(), and use the WM_USER range.
* xW: make Up/Down go through input historyPřemysl Eric Janouch2023-07-271-22/+40
| | | | | The input field isn't multiline, so this doesn't pose an issue. Otherwise, we'd have to check if we're on the top line first.
* xW: don't delay sending out pongsPřemysl Eric Janouch2023-07-271-1/+1
|