summaryrefslogtreecommitdiff
path: root/ui/ui.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-241-7/+20
* Make use of away-notifyHubert Hirtz2021-10-231-2/+10
* Rework vertical listsHubert Hirtz2021-10-221-13/+11
* Fix ui.StyledStringBuilderHubert Hirtz2021-10-221-0/+1
* Cleanup drawVerticalMemberListHubert Hirtz2021-10-191-1/+31
* Only show buffer numbers when necessaryHubert Hirtz2021-10-191-6/+7
* Fix horizontal channel bar drawingHubert Hirtz2021-09-131-1/+1
* Use messageBounds for infinite scroll CHATHISTORY requestsHubert Hirtz2021-09-031-5/+0
* Don't show the member list by defaultHubert Hirtz2021-09-011-1/+3
* Channel list is horizontal by defaultHubert Hirtz2021-09-011-7/+30
* Fetch missed messages on reconnectHubert Hirtz2021-09-011-3/+3
* Introduce backsearch message support with ctrl+Rdelthas2021-08-071-0/+4
* Enable scrolling through the vertical member list with the mouse wheeldelthas2021-08-061-4/+30
* ui: Introduce a vertical member list on channelsdelthas2021-07-141-11/+18
* Add notify types for fine-grained control of unread/highlight statedelthas2021-07-141-2/+2
* Don't send typing=done when input is already emptyHubert Hirtz2021-07-131-2/+2
* Switch to the buffer of a new user-requested channel joindelthas2021-07-131-2/+10
* Clear the input on CTRL+C instead of quittingdelthas2021-07-131-0/+4
* Ignore case when searching for a /BUFFERdelthas2021-07-121-1/+2
* Pick nick colors in terminal color schemeHubert Hirtz2021-05-261-7/+14
* Make mouse support optionalAlexey Yerin2021-04-281-1/+4
* editor: Ctrl+{Right,Left} moves cursor by wordsAlexey Yerin2021-04-271-0/+8
* Add BUFFER command to jump to the matching bufferAlexey Yerin2021-04-271-0/+12
* editor: add ^W delete word bindingAlexey Yerin2021-04-261-0/+4
* Support cycling backward in auto-completionsHubert Hirtz2021-03-041-2/+2
* Fix random crash on startupHubert Hirtz2021-01-071-2/+2
* Support for mouse clicks on channel namesHubert Hirtz2020-11-071-0/+14
* Scroll wheel supportHubert Hirtz2020-11-071-2/+11
* Configurable channel list widthHubert Hirtz2020-11-071-8/+9
* Vertical channel listHubert Hirtz2020-10-261-8/+42
* Collapse bufferlist in one blockHubert Hirtz2020-10-191-2/+2
* Update tcell to v2 andHubert Hirtz2020-10-181-1/+2
* Typing indicator timeoutHubert Hirtz2020-09-021-6/+2
* Move ui.Home and ui.homeMessages upHubert Hirtz2020-08-261-11/+0
* General refactor yayHubert Hirtz2020-08-261-50/+19
* ui: Autocompletion of nicknamesHubert Hirtz2020-08-191-1/+10
* ui: Fix scroll when lines are addedHubert Hirtz2020-08-171-2/+2
* ui: Configurable nick column widthHubert Hirtz2020-08-161-3/+10
* ui: Reverse color of the nickname on highlightHubert Hirtz2020-08-161-3/+3
* editor: Handle UP and DOWN keysHubert Hirtz2020-08-101-0/+10
* editor: handle DEL keyHubert Hirtz2020-08-051-0/+8
* editor: handle HOME and END keysHubert Hirtz2020-08-051-0/+10
* TidyingHubert Hirtz2020-08-051-61/+0
* Show nick highlightsHubert Hirtz2020-08-041-3/+3
* Rework displayHubert Hirtz2020-08-041-463/+47
* Improve line editingHubert Hirtz2020-08-021-67/+30
* Randomize welcome messagesHubert Hirtz2020-08-011-1/+3
* Display typing indicatorsHubert Hirtz2020-06-231-3/+134
* Handle \x0FHubert Hirtz2020-06-131-1/+1
* Fix colors?Hubert Hirtz2020-06-131-13/+36