aboutsummaryrefslogtreecommitdiff
path: root/ui/message-view.go
AgeCommit message (Expand)Author
2020-05-10Move loaded history pointer to message viewTulir Asokan
2020-04-19Fix messages sometimes overflowing until rerenderingTulir Asokan
2020-04-19Update copyright yearTulir Asokan
2020-04-19Update stuff and move pushrules to mautrix-goTulir Asokan
2020-04-08Display thumbnail for all files and add commands to download and open filesTulir Asokan
2020-04-07refactor to allow every file message to be downloadedSimon Magnin-Feysot
2020-03-01Add support for replying and reacting to messagesTulir Asokan
2020-02-22Fix unexpected results when clicking some message sendersTulir Asokan
2020-02-22Disable selecting service messagesTulir Asokan
2020-02-21Add initial message selecting stuffTulir Asokan
2020-02-20Add support for displaying reactionsTulir Asokan
2020-02-19Ignore mouse motion events inside MessageViewTulir Asokan
2019-06-17Add initial support for rendering repliesTulir Asokan
2019-06-16Fix reply rendering infinite loop bugTulir Asokan
2019-06-15Unbreak more thingsTulir Asokan
2019-06-15Unbreak thingsTulir Asokan
2019-04-27Add partial deadlock detection in debug modeTulir Asokan
2019-04-27Add locks and other sync stuffTulir Asokan
2019-04-13Add better stringification for UI message types for debuggingTulir Asokan
2019-04-10Use already parsed events for replies if possibleTulir Asokan
2019-04-10Remove commented codeTulir 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-09Fix non-syntax-highlighted code block newline renderingTulir Asokan
2019-04-07Improve handling of multiple linebreaksTulir 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-28Even more changesTulir Asokan
2019-03-26Start moving to mauviewTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2018-06-02GofmtTulir Asokan
2018-06-02Add ui toggle for image renderingTulir Asokan
2018-06-02Improve newlines in HTML parserTulir Asokan
2018-05-27Fix m.emote messages in bare message viewsTulir Asokan
2018-05-24Add UI preferences and simplify config save/load (ref #43)Tulir Asokan
2018-05-23Add real bare viewTulir Asokan
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-04-24Fix/break/change thingsTulir Asokan
2018-04-24Everything is no longer brokenTulir Asokan
2018-04-24Fix panic if replaceBuffer() is called with message not in buffer. Fixes #32Tulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-18Add support for sending Markdown messagesTulir Asokan
2018-04-18Create pills when tab-completing or clicking nicksTulir Asokan
2018-04-15Refactor thingsTulir Asokan
2018-04-14Allow clicking names to mention themTulir Asokan
2018-04-13Unknown changes that possibly fix and/or break thingsTulir 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