summaryrefslogtreecommitdiff
path: root/ui/buffers.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(ui): Only show nickname once for multiple consecutive messagesfeat/hrefhref/multiline-hide-nickJordan Bracco2022-12-311-0/+16
* Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas2022-10-181-8/+14
* Scroll to buffer on zoomNomeji2022-10-131-0/+4
* Always show the date of the top messagedelthas2022-08-281-15/+20
* Show the message date instead of its time on date changedelthas2022-08-161-1/+12
* Add support for soju.im/bouncer-networks-notifydelthas2022-08-101-0/+14
* Add pane-widths { text } to limit the max line widthdelthas2022-07-251-6/+12
* Scroll to the channel when changing the horizontal channelNomeji2022-07-221-16/+32
* Fix horizontal channel list buffer underline positiondelthas2022-05-101-0/+1
* Handle IRC read events correctlyptrcnull2022-04-271-1/+1
* Defer parsing URLs until a buffer is opened at least oncedelthas2022-04-201-2/+11
* Add a config option for unread buffer text colorTim Culverhouse2022-04-201-3/+6
* Enable clicking on a horizontal buffer to switch to itdelthas2022-04-201-0/+23
* Scroll horizontal channel list with the mouse wheeldelthas2022-04-201-3/+22
* Only send READ for messages received from a channeldelthas2022-04-151-4/+11
* Implement SEARCHdelthas2022-04-121-31/+65
* Fix event collapsingdelthas2022-02-111-1/+1
* Add support for the soju.im/read capability and READ commanddelthas2022-02-111-0/+34
* ui: buffers: sort buffer listKalyan Sriram2022-02-101-24/+31
* ui: use reverse colors for current buffer instead of underlineSimon Ser2021-12-121-5/+3
* Merge redundant eventsHubert Hirtz2021-12-061-16/+23
* Add support for draft/event-playbackdelthas2021-11-241-22/+31
* Show the current channel topic at the top of the timelinedelthas2021-11-241-13/+37
* Fix part-ing a channel with duplicate name in other networksdelthas2021-11-161-12/+10
* Revert "Show the current channel topic at the top of the timeline"Hubert Hirtz2021-11-051-36/+12
* Show the current channel topic at the top of the timelinedelthas2021-11-041-12/+36
* Mark hyperlinks with the OSC hyperlink terminal escapedelthas2021-10-311-0/+6
* Make vertical channel list scrollabledelthas2021-10-311-7/+15
* Scroll up/down highlight by highlightHubert Hirtz2021-10-261-0/+30
* timeline drawing: fix off-by-one errorHubert Hirtz2021-10-261-6/+2
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-241-18/+61
* Rework vertical listsHubert Hirtz2021-10-221-24/+18
* Cleanup drawVerticalMemberListHubert Hirtz2021-10-191-34/+0
* Only show buffer numbers when necessaryHubert Hirtz2021-10-191-4/+12
* Fix horizontal channel bar drawingHubert Hirtz2021-09-131-0/+4
* Random code improvements/tidyingHubert Hirtz2021-09-111-2/+0
* 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-031-8/+0
* Channel list is horizontal by defaultHubert Hirtz2021-09-011-0/+31
* Fetch missed messages on reconnectHubert Hirtz2021-09-011-39/+10
* Enable scrolling through the vertical member list with the mouse wheeldelthas2021-08-061-3/+15
* Make buffers indexed, and refer to indexes with /BUFFERdelthas2021-07-151-1/+9
* ui: Introduce a vertical member list on channelsdelthas2021-07-141-17/+39
* Add notify types for fine-grained control of unread/highlight statedelthas2021-07-141-3/+11
* Switch to the buffer of a new user-requested channel joindelthas2021-07-131-5/+4
* Do not print empty rowsHubert Hirtz2021-07-111-0/+4
* Pick nick colors in terminal color schemeHubert Hirtz2021-05-261-44/+40
* Fix duplicate lines when scrolling upHubert Hirtz2021-04-271-1/+21
* Do not use dim styles on the buffer listHubert Hirtz2021-03-041-3/+3