aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/message.go
AgeCommit message (Expand)Author
2019-06-15Unbreak thingsTulir Asokan
2019-04-10Use already parsed events for replies if possibleTulir Asokan
2019-04-10Re-add reply renderingTulir Asokan
2019-04-10Fix date change messages and input submit handlingTulir Asokan
2019-04-10It compiles. Ship it!Tulir Asokan
2019-04-09Start refactoring various things in message rendering and sendingTulir Asokan
2019-04-07More changes to do #91Tulir Asokan
2019-04-07Initial changes to do #91Tulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2018-06-02GofmtTulir Asokan
2018-06-02Add ui toggle for image renderingTulir Asokan
2018-05-23Add real bare viewTulir Asokan
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-05-16Fix notifications about own messagesTulir Asokan
2018-04-22Fix golint warningsTulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-18Create pills when tab-completing or clicking nicksTulir Asokan
2018-04-11Allow clicking images and load images from cacheTulir Asokan
2018-04-11Rename UIString to TString, move ansimage to lib/ and switch to tcell forkTulir Asokan
2018-04-10Move event parsing to ui/messages and add image displayingTulir Asokan
2018-04-10Convert message buffer to use custom colorable stringsTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan