summaryrefslogtreecommitdiff
path: root/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(ui): Only show nickname once for multiple consecutive messagesfeat/hrefhref/multiline-hide-nickJordan Bracco2022-12-311-0/+16
* Print date as dd/mm or mm/dd depending on the user localedelthas2022-11-151-8/+57
* Render the Unicode replacement character properlydelthas2022-10-191-3/+0
* Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas2022-10-182-10/+16
* Fix OSC 8 hyperlink ID formatdelthas2022-10-171-1/+1
* Add OSC 8 hyperlink IDsdelthas2022-10-171-4/+6
* Switch to the upstream tcell implementation of OSC 8 hyperlinkdelthas2022-10-141-4/+4
* Scroll to buffer on zoomNomeji2022-10-132-0/+5
* Make the last opened channel visible in the horizontal listdelthas2022-09-141-1/+5
* Always show the date of the top messagedelthas2022-08-281-15/+20
* Show the message date instead of its time on date changedelthas2022-08-162-1/+25
* Revert to using base colors by default, making extended configurabledelthas2022-08-152-37/+64
* Color nicks in the member list the same as in the timelinedelthas2022-08-102-1/+55
* Add support for soju.im/bouncer-networks-notifydelthas2022-08-102-0/+19
* Add a config option to beep on highlightKirill Chibisov2022-08-011-0/+4
* Add support for hex colorsdelthas2022-07-251-2/+43
* Add pane-widths { text } to limit the max line widthdelthas2022-07-252-8/+19
* Fix crashing when shrinking the text to a zero widthdelthas2022-07-221-0/+3
* Scroll to the channel when changing the horizontal channelNomeji2022-07-222-16/+48
* Reset history when flushing linesdelthas2022-06-041-20/+39
* Fix crashing on removing last char of backsearch patterndelthas2022-06-041-1/+1
* 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-202-4/+12
* Enable clicking on a horizontal buffer to switch to itdelthas2022-04-202-0/+27
* Scroll horizontal channel list with the mouse wheeldelthas2022-04-202-4/+23
* Show/hide the channel & member list with F7/F8delthas2022-04-201-22/+59
* Optimize URL regexdelthas2022-04-151-1/+1
* Only send READ for messages received from a channeldelthas2022-04-151-4/+11
* Implement SEARCHdelthas2022-04-122-31/+77
* Add HTTPS schema by default to hyperlinksdelthas2022-03-291-0/+4
* Optimize URL parsing performancedelthas2022-02-181-0/+5
* 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-132-0/+17
* Fix event collapsingdelthas2022-02-111-1/+1
* Add support for the soju.im/read capability and READ commanddelthas2022-02-112-0/+43
* Rename ColorGrey to ColorGray for consistencyHugo Machet2022-02-101-1/+1
* ui: buffers: sort buffer listKalyan Sriram2022-02-101-24/+31
* MONITOR user with whom we have an open bufferdelthas2022-02-101-2/+14
* ui: use reverse colors for current buffer instead of underlineSimon Ser2021-12-121-5/+3
* Merge redundant eventsHubert Hirtz2021-12-062-17/+25
* Add support for draft/event-playbackdelthas2021-11-241-22/+31
* Show the current channel topic at the top of the timelinedelthas2021-11-242-13/+41
* Fix link value, removing debug query stringdelthas2021-11-191-1/+1
* Fix part-ing a channel with duplicate name in other networksdelthas2021-11-162-14/+12
* 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-052-40/+12
* Show the current channel topic at the top of the timelinedelthas2021-11-042-12/+40
* Mark hyperlinks with the OSC hyperlink terminal escapedelthas2021-10-312-0/+71