summaryrefslogtreecommitdiff
path: root/ui/buffers.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-15Multi-WIP that I probably should have done in multiples commits:Jordan Bracco1-5/+13
2023-01-15feat(ui): Only show nickname once for multiple consecutive messagesJordan Bracco1-0/+16
2022-10-18Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas1-8/+14
2022-10-13Scroll to buffer on zoomNomeji1-0/+4
2022-08-28Always show the date of the top messagedelthas1-15/+20
2022-08-16Show the message date instead of its time on date changedelthas1-1/+12
2022-08-10Add support for soju.im/bouncer-networks-notifydelthas1-0/+14
2022-07-25Add pane-widths { text } to limit the max line widthdelthas1-6/+12
2022-07-22Scroll to the channel when changing the horizontal channelNomeji1-16/+32
2022-05-10Fix horizontal channel list buffer underline positiondelthas1-0/+1
2022-04-27Handle IRC read events correctlyptrcnull1-1/+1
2022-04-20Defer parsing URLs until a buffer is opened at least oncedelthas1-2/+11
2022-04-20Add a config option for unread buffer text colorTim Culverhouse1-3/+6
2022-04-20Enable clicking on a horizontal buffer to switch to itdelthas1-0/+23
2022-04-20Scroll horizontal channel list with the mouse wheeldelthas1-3/+22
2022-04-15Only send READ for messages received from a channeldelthas1-4/+11
2022-04-12Implement SEARCHdelthas1-31/+65
2022-02-11Fix event collapsingdelthas1-1/+1
2022-02-11Add support for the soju.im/read capability and READ commanddelthas1-0/+34
2022-02-10ui: buffers: sort buffer listKalyan Sriram1-24/+31
2021-12-12ui: use reverse colors for current buffer instead of underlineSimon Ser1-5/+3
2021-12-06Merge redundant eventsHubert Hirtz1-16/+23
2021-11-24Add support for draft/event-playbackdelthas1-22/+31
2021-11-24Show the current channel topic at the top of the timelinedelthas1-13/+37
2021-11-16Fix part-ing a channel with duplicate name in other networksdelthas1-12/+10
2021-11-05Revert "Show the current channel topic at the top of the timeline"Hubert Hirtz1-36/+12
2021-11-04Show the current channel topic at the top of the timelinedelthas1-12/+36
2021-10-31Mark hyperlinks with the OSC hyperlink terminal escapedelthas1-0/+6
2021-10-31Make vertical channel list scrollabledelthas1-7/+15
2021-10-26Scroll up/down highlight by highlightHubert Hirtz1-0/+30
2021-10-26timeline drawing: fix off-by-one errorHubert Hirtz1-6/+2
2021-10-24Support for soju.im/bouncer-networksHubert Hirtz1-18/+61
2021-10-22Rework vertical listsHubert Hirtz1-24/+18
2021-10-19Cleanup drawVerticalMemberListHubert Hirtz1-34/+0
2021-10-19Only show buffer numbers when necessaryHubert Hirtz1-4/+12
2021-09-13Fix horizontal channel bar drawingHubert Hirtz1-0/+4
2021-09-11Random code improvements/tidyingHubert Hirtz1-2/+0
2021-09-11Fix typosHubert Hirtz1-4/+4
2021-09-08Fix line wrapping not working on historyHubert Hirtz1-0/+7
2021-09-03Use messageBounds for infinite scroll CHATHISTORY requestsHubert Hirtz1-8/+0
2021-09-01Channel list is horizontal by defaultHubert Hirtz1-0/+31
2021-09-01Fetch missed messages on reconnectHubert Hirtz1-39/+10
2021-08-06Enable scrolling through the vertical member list with the mouse wheeldelthas1-3/+15
2021-07-15Make buffers indexed, and refer to indexes with /BUFFERdelthas1-1/+9
2021-07-14ui: Introduce a vertical member list on channelsdelthas1-17/+39
2021-07-14Add notify types for fine-grained control of unread/highlight statedelthas1-3/+11
2021-07-13Switch to the buffer of a new user-requested channel joindelthas1-5/+4
2021-07-11Do not print empty rowsHubert Hirtz1-0/+4
2021-05-26Pick nick colors in terminal color schemeHubert Hirtz1-44/+40
2021-04-27Fix duplicate lines when scrolling upHubert Hirtz1-1/+21