summaryrefslogtreecommitdiff
path: root/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make vertical channel list scrollabledelthas2021-10-312-9/+33
* Sync screen during resizeHubert Hirtz2021-10-271-0/+1
* Scroll up/down highlight by highlightHubert Hirtz2021-10-262-0/+38
* timeline drawing: fix off-by-one errorHubert Hirtz2021-10-261-6/+2
* status bar drawing: fix off-by-one errorHubert Hirtz2021-10-261-7/+1
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-242-25/+81
* Make use of away-notifyHubert Hirtz2021-10-231-2/+10
* Rework vertical listsHubert Hirtz2021-10-223-37/+43
* Fix ui.StyledStringBuilderHubert Hirtz2021-10-222-4/+31
* Cleanup drawVerticalMemberListHubert Hirtz2021-10-192-35/+31
* Only show buffer numbers when necessaryHubert Hirtz2021-10-193-16/+22
* Fix horizontal channel bar drawingHubert Hirtz2021-09-132-1/+5
* More lintsHubert Hirtz2021-09-133-14/+14
* Random code improvements/tidyingHubert Hirtz2021-09-112-3/+1
* Fix typosHubert Hirtz2021-09-111-4/+4
* Fix line wrapping not working on historyHubert Hirtz2021-09-081-0/+7
* Use messageBounds for infinite scroll CHATHISTORY requestsHubert Hirtz2021-09-032-13/+0
* Don't show the member list by defaultHubert Hirtz2021-09-011-1/+3
* Channel list is horizontal by defaultHubert Hirtz2021-09-012-7/+61
* Fetch missed messages on reconnectHubert Hirtz2021-09-012-42/+13
* Remove outdated UI testsHubert Hirtz2021-08-071-20/+0
* Introduce backsearch message support with ctrl+Rdelthas2021-08-072-8/+123
* ui: fix editor testsAlexey Yerin2021-08-061-5/+10
* Enable scrolling through the vertical member list with the mouse wheeldelthas2021-08-062-7/+45
* Make buffers indexed, and refer to indexes with /BUFFERdelthas2021-07-151-1/+9
* ui: Introduce a vertical member list on channelsdelthas2021-07-143-30/+60
* Add notify types for fine-grained control of unread/highlight statedelthas2021-07-142-5/+13
* Don't send typing=done when input is already emptyHubert Hirtz2021-07-132-5/+5
* Switch to the buffer of a new user-requested channel joindelthas2021-07-132-7/+14
* Clear the input on CTRL+C instead of quittingdelthas2021-07-132-0/+16
* Ignore case when searching for a /BUFFERdelthas2021-07-121-1/+2
* Do not print empty rowsHubert Hirtz2021-07-111-0/+4
* ui: don't mark // in input as a commandAlexey Yerin2021-07-081-1/+5
* Pick nick colors in terminal color schemeHubert Hirtz2021-05-266-275/+367
* Fix ui testsHubert Hirtz2021-05-252-14/+14
* ui/editor: add boundary checks for word actionsAlexey Yerin2021-05-171-3/+3
* Properly show cursor on two-width charactersHubert Hirtz2021-05-111-8/+2
* go fmtHubert Hirtz2021-05-111-3/+2
* Make mouse support optionalAlexey Yerin2021-04-281-1/+4
* editor: Ctrl+{Right,Left} moves cursor by wordsAlexey Yerin2021-04-272-0/+39
* Add BUFFER command to jump to the matching bufferAlexey Yerin2021-04-271-0/+12
* Fix duplicate lines when scrolling upHubert Hirtz2021-04-271-1/+21
* Blacklist more colorsHubert Hirtz2021-04-271-1/+3
* editor: add ^W delete word bindingAlexey Yerin2021-04-262-0/+34
* Support cycling backward in auto-completionsHubert Hirtz2021-03-042-7/+5
* Do not use dim styles on the buffer listHubert Hirtz2021-03-041-3/+3
* Fix random crash on startupHubert Hirtz2021-01-071-2/+2
* Move editor view when completing textHubert Hirtz2020-11-131-0/+6
* Fix click colors on highlighted channelHubert Hirtz2020-11-081-1/+1
* Handle Alt-Home and Alt-EndHubert Hirtz2020-11-071-1/+4