summaryrefslogtreecommitdiff
path: root/ui/ui.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas2022-10-181-2/+2
* Scroll to buffer on zoomNomeji2022-10-131-0/+1
* Make the last opened channel visible in the horizontal listdelthas2022-09-141-1/+5
* Revert to using base colors by default, making extended configurabledelthas2022-08-151-1/+2
* Color nicks in the member list the same as in the timelinedelthas2022-08-101-1/+2
* Add support for soju.im/bouncer-networks-notifydelthas2022-08-101-0/+5
* Add a config option to beep on highlightKirill Chibisov2022-08-011-0/+4
* Add pane-widths { text } to limit the max line widthdelthas2022-07-251-2/+7
* Fix crashing when shrinking the text to a zero widthdelthas2022-07-221-0/+3
* Scroll to the channel when changing the horizontal channelNomeji2022-07-221-0/+16
* Add a config option for unread buffer text colorTim Culverhouse2022-04-201-1/+6
* Enable clicking on a horizontal buffer to switch to itdelthas2022-04-201-0/+4
* Scroll horizontal channel list with the mouse wheeldelthas2022-04-201-1/+1
* Show/hide the channel & member list with F7/F8delthas2022-04-201-22/+59
* Implement SEARCHdelthas2022-04-121-0/+12
* Enable clicking on channel members to open a query with themdelthas2022-02-131-6/+23
* Make CTRL+C alternatively clear the input and set '/quit' in itdelthas2022-02-131-0/+4
* Add support for the soju.im/read capability and READ commanddelthas2022-02-111-0/+9
* MONITOR user with whom we have an open bufferdelthas2022-02-101-2/+14
* Merge redundant eventsHubert Hirtz2021-12-061-1/+2
* Show the current channel topic at the top of the timelinedelthas2021-11-241-0/+4
* Fix part-ing a channel with duplicate name in other networksdelthas2021-11-161-2/+2
* Allow App.Close() and App.Run() to be run concurrentlyHubert Hirtz2021-11-161-1/+7
* Revert "Show the current channel topic at the top of the timeline"Hubert Hirtz2021-11-051-4/+0
* Show the current channel topic at the top of the timelinedelthas2021-11-041-0/+4
* Make vertical channel list scrollabledelthas2021-10-311-2/+18
* Sync screen during resizeHubert Hirtz2021-10-271-0/+1
* Scroll up/down highlight by highlightHubert Hirtz2021-10-261-0/+8
* status bar drawing: fix off-by-one errorHubert Hirtz2021-10-261-7/+1
* 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