aboutsummaryrefslogtreecommitdiff
path: root/ui/widget
AgeCommit message (Expand)Author
2020-04-19Update copyright yearTulir Asokan
2020-04-19Update stuff and move pushrules to mautrix-goTulir Asokan
2020-02-19Hardcode name colors so individual colors can be removedTulir Asokan
2019-03-26Change thingsTulir Asokan
2019-03-26Start moving to mauviewTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2019-01-12Fix potential negative index when getting color from nameTulir Asokan
2018-11-14Fix thingsTulir Asokan
2018-05-22GofmtTulir Asokan
2018-05-21Add transparent centering to widgetTulir Asokan
2018-05-04Highlight whole room list row even if room name is shortTulir Asokan
2018-04-30Fix native terminal paste and custom form widgetsTulir Asokan
2018-04-23Show errors in login view. Fixes #14Tulir Asokan
2018-04-21Improve tab completion systemTulir Asokan
2018-04-19GofmtTulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-18Fix nick coloringTulir Asokan
2018-04-11Rename UIString to TString, move ansimage to lib/ and switch to tcell forkTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan
2018-04-02GofmtTulir Asokan
2018-03-26Don't wrap user listTulir Asokan
2018-03-26Show notifications and highlights in room list. Fixes #8Tulir Asokan
2018-03-26Fix and/or break scroll barTulir Asokan
2018-03-25Move room list to custom widgetTulir Asokan
2018-03-25Refactor things and add proper wheel scroll supportTulir Asokan
2018-03-24Add mouse handler stub and keep track of focusTulir Asokan
2018-03-23Refactoring and documentationTulir Asokan
2018-03-23Remove panic when sending message if GetSessionOwner() returns nilTulir Asokan
2018-03-23Render scroll position and indicate if at end/beginning of history. Fixes #9Tulir Asokan
2018-03-23gofmt and govetTulir Asokan
2018-03-22Fix bugs and compile errorsTulir Asokan
2018-03-22Rename matrix/room/ to matrix/rooms/Tulir Asokan
2018-03-22Add doc.go filesTulir Asokan
2018-03-22Refactoring and documentationTulir Asokan
2018-03-22Refactoring and documentationTulir Asokan
2018-03-22Add support for m.emote. Fixes #6Tulir Asokan
2018-03-22Save history to disk. Fixes #1Tulir Asokan
2018-03-22Update constants and demagicify RoomView drawingTulir Asokan
2018-03-22Move history mutex to rooms.RoomTulir Asokan
2018-03-22Move input field to RoomViewTulir Asokan
2018-03-21Handle some corner cases in MessageViewTulir Asokan
2018-03-21Refactor some things and format everythingTulir Asokan
2018-03-20Show messages in message view while sendingTulir Asokan
2018-03-20Simplify MessageView buffer recalculation to one loopTulir Asokan
2018-03-20Add colon after username completion at beginning of lineTulir Asokan
2018-03-20Re-add colors to date change messagesTulir Asokan
2018-03-20Add support for loading more historyTulir Asokan
2018-03-20Add some vim-style keybindings to advanced inputfieldsTulir Asokan
2018-03-19Switch forms to use advanced inputfields and use user-friendly panics for UI ...Tulir Asokan
2018-03-18Organize filesTulir Asokan