summaryrefslogtreecommitdiff
path: root/ui/ui.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-15Multi-WIP that I probably should have done in multiples commits:Jordan Bracco1-12/+21
2022-10-18Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas1-2/+2
2022-10-13Scroll to buffer on zoomNomeji1-0/+1
2022-09-14Make the last opened channel visible in the horizontal listdelthas1-1/+5
2022-08-15Revert to using base colors by default, making extended configurabledelthas1-1/+2
2022-08-10Color nicks in the member list the same as in the timelinedelthas1-1/+2
2022-08-10Add support for soju.im/bouncer-networks-notifydelthas1-0/+5
2022-08-01Add a config option to beep on highlightKirill Chibisov1-0/+4
2022-07-25Add pane-widths { text } to limit the max line widthdelthas1-2/+7
2022-07-22Fix crashing when shrinking the text to a zero widthdelthas1-0/+3
2022-07-22Scroll to the channel when changing the horizontal channelNomeji1-0/+16
2022-04-20Add a config option for unread buffer text colorTim Culverhouse1-1/+6
2022-04-20Enable clicking on a horizontal buffer to switch to itdelthas1-0/+4
2022-04-20Scroll horizontal channel list with the mouse wheeldelthas1-1/+1
2022-04-20Show/hide the channel & member list with F7/F8delthas1-22/+59
2022-04-12Implement SEARCHdelthas1-0/+12
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 itdelthas1-0/+4
2022-02-11Add support for the soju.im/read capability and READ commanddelthas1-0/+9
2022-02-10MONITOR user with whom we have an open bufferdelthas1-2/+14
2021-12-06Merge redundant eventsHubert Hirtz1-1/+2
2021-11-24Show the current channel topic at the top of the timelinedelthas1-0/+4
2021-11-16Fix part-ing a channel with duplicate name in other networksdelthas1-2/+2
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 Hirtz1-4/+0
2021-11-04Show the current channel topic at the top of the timelinedelthas1-0/+4
2021-10-31Make vertical channel list scrollabledelthas1-2/+18
2021-10-27Sync screen during resizeHubert Hirtz1-0/+1
2021-10-26Scroll up/down highlight by highlightHubert Hirtz1-0/+8
2021-10-26status bar drawing: fix off-by-one errorHubert Hirtz1-7/+1
2021-10-24Support for soju.im/bouncer-networksHubert Hirtz1-7/+20
2021-10-23Make use of away-notifyHubert Hirtz1-2/+10
2021-10-22Rework vertical listsHubert Hirtz1-13/+11
2021-10-22Fix ui.StyledStringBuilderHubert Hirtz1-0/+1
2021-10-19Cleanup drawVerticalMemberListHubert Hirtz1-1/+31
2021-10-19Only show buffer numbers when necessaryHubert Hirtz1-6/+7
2021-09-13Fix horizontal channel bar drawingHubert Hirtz1-1/+1
2021-09-03Use messageBounds for infinite scroll CHATHISTORY requestsHubert Hirtz1-5/+0
2021-09-01Don't show the member list by defaultHubert Hirtz1-1/+3
2021-09-01Channel list is horizontal by defaultHubert Hirtz1-7/+30
2021-09-01Fetch missed messages on reconnectHubert Hirtz1-3/+3
2021-08-07Introduce backsearch message support with ctrl+Rdelthas1-0/+4
2021-08-06Enable scrolling through the vertical member list with the mouse wheeldelthas1-4/+30
2021-07-14ui: Introduce a vertical member list on channelsdelthas1-11/+18
2021-07-14Add notify types for fine-grained control of unread/highlight statedelthas1-2/+2
2021-07-13Don't send typing=done when input is already emptyHubert Hirtz1-2/+2
2021-07-13Switch to the buffer of a new user-requested channel joindelthas1-2/+10
2021-07-13Clear the input on CTRL+C instead of quittingdelthas1-0/+4
2021-07-12Ignore case when searching for a /BUFFERdelthas1-1/+2
2021-05-26Pick nick colors in terminal color schemeHubert Hirtz1-7/+14