aboutsummaryrefslogtreecommitdiff
path: root/ui/messages
AgeCommit message (Expand)Author
2019-04-07Improve handling of multiple linebreaksTulir Asokan
2019-04-07Move special list/blockquote prefixing to rendererTulir Asokan
2019-04-07Add syntax highlighting. Fixes #28Tulir Asokan
2019-04-07Remove commented codeTulir Asokan
2019-04-07More changes to do #91Tulir Asokan
2019-04-07Initial changes to do #91Tulir Asokan
2019-04-05Move history storage to matrix package. Fixes #90Tulir Asokan
2019-03-26Change more thingsTulir Asokan
2019-03-26Change thingsTulir Asokan
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