aboutsummaryrefslogtreecommitdiff
path: root/ui/messages
AgeCommit message (Expand)Author
2019-03-26Start moving to mauviewTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2019-01-11Switch to Go modules and make other changesTulir Asokan
2018-11-14Fix named colors and remove HTML from plaintext body when sendingTulir Asokan
2018-11-14Fix thingsTulir Asokan
2018-09-05Update to latest gomatrix. Things are brokenTulir Asokan
2018-06-11Add font tag support and /rainbow commandTulir Asokan
2018-06-02GofmtTulir Asokan
2018-06-02Add ui toggle for image renderingTulir Asokan
2018-06-02Improve newlines in HTML parserTulir Asokan
2018-05-31Rewrite HTML parserTulir Asokan
2018-05-27Fix m.emote messages in bare message viewsTulir Asokan
2018-05-23Add real bare viewTulir Asokan
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-05-22Re-enable coloring of new name in name change eventsTulir Asokan
2018-05-22Split up getMembershipEventContent()Tulir Asokan
2018-05-22Clean up codeTulir Asokan
2018-05-16Fix notifications about own messagesTulir Asokan
2018-05-15Display ban/unban eventsTulir Asokan
2018-05-15Fix displayname in leave messagesTulir Asokan
2018-05-15Fix sender color in membership eventsTulir Asokan
2018-05-15Don't colorize new name in name change messageTulir Asokan
2018-04-30Fix room list updating when joining/leavingTulir Asokan
2018-04-30Fix splitting long messages without spaces. Fixes #38Tulir Asokan
2018-04-30Move defer and add a debug printTulir Asokan
2018-04-24Merge pull request #33 from tulir/initial-syncTulir Asokan
2018-04-24Flatten calculateBufferWithText() and gofmtTulir Asokan
2018-04-24Replace tabs with spaces so that they get renderedTulir Asokan
2018-04-24Everything is no longer brokenTulir Asokan
2018-04-22Fix golint warningsTulir Asokan
2018-04-19Fix golint issuesTulir Asokan
2018-04-19GofmtTulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-18Fix nick coloringTulir Asokan
2018-04-18Add support for sending Markdown messagesTulir Asokan
2018-04-18Create pills when tab-completing or clicking nicksTulir Asokan
2018-04-16Fix another nil pointer panic in the HTML parser (ref #20)Tulir Asokan
2018-04-15Fix panic in HTML parser (#20)Tulir Asokan
2018-04-15Add package docsTulir Asokan
2018-04-14Fix typo in newline strippingTulir Asokan
2018-04-14Move message parsing to parser subpackageTulir Asokan
2018-04-14Make HTML rendering more advancedTulir Asokan
2018-04-14Add basic HTML rendering (ref #16)Tulir Asokan
2018-04-13Unknown changes that possibly fix and/or break thingsTulir Asokan
2018-04-11Cache TString version of UITextMessage.MsgTextTulir 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