summaryrefslogtreecommitdiff
path: root/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-31Make vertical channel list scrollabledelthas2-9/+33
2021-10-27Sync screen during resizeHubert Hirtz1-0/+1
2021-10-26Scroll up/down highlight by highlightHubert Hirtz2-0/+38
2021-10-26timeline drawing: fix off-by-one errorHubert Hirtz1-6/+2
2021-10-26status bar drawing: fix off-by-one errorHubert Hirtz1-7/+1
2021-10-24Support for soju.im/bouncer-networksHubert Hirtz2-25/+81
2021-10-23Make use of away-notifyHubert Hirtz1-2/+10
2021-10-22Rework vertical listsHubert Hirtz3-37/+43
2021-10-22Fix ui.StyledStringBuilderHubert Hirtz2-4/+31
2021-10-19Cleanup drawVerticalMemberListHubert Hirtz2-35/+31
2021-10-19Only show buffer numbers when necessaryHubert Hirtz3-16/+22
2021-09-13Fix horizontal channel bar drawingHubert Hirtz2-1/+5
2021-09-13More lintsHubert Hirtz3-14/+14
2021-09-11Random code improvements/tidyingHubert Hirtz2-3/+1
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 Hirtz2-13/+0
2021-09-01Don't show the member list by defaultHubert Hirtz1-1/+3
2021-09-01Channel list is horizontal by defaultHubert Hirtz2-7/+61
2021-09-01Fetch missed messages on reconnectHubert Hirtz2-42/+13
2021-08-07Remove outdated UI testsHubert Hirtz1-20/+0
2021-08-07Introduce backsearch message support with ctrl+Rdelthas2-8/+123
2021-08-06ui: fix editor testsAlexey Yerin1-5/+10
2021-08-06Enable scrolling through the vertical member list with the mouse wheeldelthas2-7/+45
2021-07-15Make buffers indexed, and refer to indexes with /BUFFERdelthas1-1/+9
2021-07-14ui: Introduce a vertical member list on channelsdelthas3-30/+60
2021-07-14Add notify types for fine-grained control of unread/highlight statedelthas2-5/+13
2021-07-13Don't send typing=done when input is already emptyHubert Hirtz2-5/+5
2021-07-13Switch to the buffer of a new user-requested channel joindelthas2-7/+14
2021-07-13Clear the input on CTRL+C instead of quittingdelthas2-0/+16
2021-07-12Ignore case when searching for a /BUFFERdelthas1-1/+2
2021-07-11Do not print empty rowsHubert Hirtz1-0/+4
2021-07-08ui: don't mark // in input as a commandAlexey Yerin1-1/+5
2021-05-26Pick nick colors in terminal color schemeHubert Hirtz6-275/+367
2021-05-25Fix ui testsHubert Hirtz2-14/+14
2021-05-17ui/editor: add boundary checks for word actionsAlexey Yerin1-3/+3
2021-05-11Properly show cursor on two-width charactersHubert Hirtz1-8/+2
2021-05-11go fmtHubert Hirtz1-3/+2
2021-04-28Make mouse support optionalAlexey Yerin1-1/+4
2021-04-27editor: Ctrl+{Right,Left} moves cursor by wordsAlexey Yerin2-0/+39
2021-04-27Add BUFFER command to jump to the matching bufferAlexey Yerin1-0/+12
2021-04-27Fix duplicate lines when scrolling upHubert Hirtz1-1/+21
2021-04-27Blacklist more colorsHubert Hirtz1-1/+3
2021-04-26editor: add ^W delete word bindingAlexey Yerin2-0/+34
2021-03-04Support cycling backward in auto-completionsHubert Hirtz2-7/+5
2021-03-04Do not use dim styles on the buffer listHubert Hirtz1-3/+3
2021-01-07Fix random crash on startupHubert Hirtz1-2/+2
2020-11-13Move editor view when completing textHubert Hirtz1-0/+6
2020-11-08Fix click colors on highlighted channelHubert Hirtz1-1/+1
2020-11-07Handle Alt-Home and Alt-EndHubert Hirtz1-1/+4