summaryrefslogtreecommitdiff
path: root/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-31feat(ui): Only show nickname once for multiple consecutive messagesfeat/hrefhref/multiline-hide-nickJordan Bracco1-0/+16
2022-11-15Print date as dd/mm or mm/dd depending on the user localedelthas1-8/+57
2022-10-19Render the Unicode replacement character properlydelthas1-3/+0
2022-10-18Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas2-10/+16
2022-10-17Fix OSC 8 hyperlink ID formatdelthas1-1/+1
2022-10-17Add OSC 8 hyperlink IDsdelthas1-4/+6
2022-10-14Switch to the upstream tcell implementation of OSC 8 hyperlinkdelthas1-4/+4
2022-10-13Scroll to buffer on zoomNomeji2-0/+5
2022-09-14Make the last opened channel visible in the horizontal listdelthas1-1/+5
2022-08-28Always show the date of the top messagedelthas1-15/+20
2022-08-16Show the message date instead of its time on date changedelthas2-1/+25
2022-08-15Revert to using base colors by default, making extended configurabledelthas2-37/+64
2022-08-10Color nicks in the member list the same as in the timelinedelthas2-1/+55
2022-08-10Add support for soju.im/bouncer-networks-notifydelthas2-0/+19
2022-08-01Add a config option to beep on highlightKirill Chibisov1-0/+4
2022-07-25Add support for hex colorsdelthas1-2/+43
2022-07-25Add pane-widths { text } to limit the max line widthdelthas2-8/+19
2022-07-22Fix crashing when shrinking the text to a zero widthdelthas1-0/+3
2022-07-22Scroll to the channel when changing the horizontal channelNomeji2-16/+48
2022-06-04Reset history when flushing linesdelthas1-20/+39
2022-06-04Fix crashing on removing last char of backsearch patterndelthas1-1/+1
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 Culverhouse2-4/+12
2022-04-20Enable clicking on a horizontal buffer to switch to itdelthas2-0/+27
2022-04-20Scroll horizontal channel list with the mouse wheeldelthas2-4/+23
2022-04-20Show/hide the channel & member list with F7/F8delthas1-22/+59
2022-04-15Optimize URL regexdelthas1-1/+1
2022-04-15Only send READ for messages received from a channeldelthas1-4/+11
2022-04-12Implement SEARCHdelthas2-31/+77
2022-03-29Add HTTPS schema by default to hyperlinksdelthas1-0/+4
2022-02-18Optimize URL parsing performancedelthas1-0/+5
2022-02-13Enable clicking on channel members to open a query with themdelthas1-6/+23
2022-02-13Make CTRL+C alternatively clear the input and set '/quit' in itdelthas2-0/+17
2022-02-11Fix event collapsingdelthas1-1/+1
2022-02-11Add support for the soju.im/read capability and READ commanddelthas2-0/+43
2022-02-10Rename ColorGrey to ColorGray for consistencyHugo Machet1-1/+1
2022-02-10ui: buffers: sort buffer listKalyan Sriram1-24/+31
2022-02-10MONITOR user with whom we have an open bufferdelthas1-2/+14
2021-12-12ui: use reverse colors for current buffer instead of underlineSimon Ser1-5/+3
2021-12-06Merge redundant eventsHubert Hirtz2-17/+25
2021-11-24Add support for draft/event-playbackdelthas1-22/+31
2021-11-24Show the current channel topic at the top of the timelinedelthas2-13/+41
2021-11-19Fix link value, removing debug query stringdelthas1-1/+1
2021-11-16Fix part-ing a channel with duplicate name in other networksdelthas2-14/+12
2021-11-16Allow App.Close() and App.Run() to be run concurrentlyHubert Hirtz1-1/+7
2021-11-05Revert "Show the current channel topic at the top of the timeline"Hubert Hirtz2-40/+12
2021-11-04Show the current channel topic at the top of the timelinedelthas2-12/+40
2021-10-31Mark hyperlinks with the OSC hyperlink terminal escapedelthas2-0/+71