index
:
gomuks
master
A terminal based matrix client written in go. Modified to support uploading files (using /upload command) and greentext.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
message-view.go
Age
Commit message (
Expand
)
Author
2020-04-19
Fix messages sometimes overflowing until rerendering
Tulir Asokan
2020-04-19
Update copyright year
Tulir Asokan
2020-04-19
Update stuff and move pushrules to mautrix-go
Tulir Asokan
2020-04-08
Display thumbnail for all files and add commands to download and open files
Tulir Asokan
2020-04-07
refactor to allow every file message to be downloaded
Simon Magnin-Feysot
2020-03-01
Add support for replying and reacting to messages
Tulir Asokan
2020-02-22
Fix unexpected results when clicking some message senders
Tulir Asokan
2020-02-22
Disable selecting service messages
Tulir Asokan
2020-02-21
Add initial message selecting stuff
Tulir Asokan
2020-02-20
Add support for displaying reactions
Tulir Asokan
2020-02-19
Ignore mouse motion events inside MessageView
Tulir Asokan
2019-06-17
Add initial support for rendering replies
Tulir Asokan
2019-06-16
Fix reply rendering infinite loop bug
Tulir Asokan
2019-06-15
Unbreak more things
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-04-27
Add partial deadlock detection in debug mode
Tulir Asokan
2019-04-27
Add locks and other sync stuff
Tulir Asokan
2019-04-13
Add better stringification for UI message types for debugging
Tulir Asokan
2019-04-10
Use already parsed events for replies if possible
Tulir Asokan
2019-04-10
Remove commented code
Tulir Asokan
2019-04-10
Fix date change messages and input submit handling
Tulir Asokan
2019-04-10
It compiles. Ship it!
Tulir Asokan
2019-04-09
Start refactoring various things in message rendering and sending
Tulir Asokan
2019-04-09
Fix non-syntax-highlighted code block newline rendering
Tulir Asokan
2019-04-07
Improve handling of multiple linebreaks
Tulir Asokan
2019-04-07
More changes to do #91
Tulir Asokan
2019-04-07
Initial changes to do #91
Tulir Asokan
2019-04-05
Move history storage to matrix package. Fixes #90
Tulir Asokan
2019-03-28
Even more changes
Tulir Asokan
2019-03-26
Start moving to mauview
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2018-06-02
Gofmt
Tulir Asokan
2018-06-02
Add ui toggle for image rendering
Tulir Asokan
2018-06-02
Improve newlines in HTML parser
Tulir Asokan
2018-05-27
Fix m.emote messages in bare message views
Tulir Asokan
2018-05-24
Add UI preferences and simplify config save/load (ref #43)
Tulir Asokan
2018-05-23
Add real bare view
Tulir Asokan
2018-05-22
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-04-24
Fix/break/change things
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-24
Fix panic if replaceBuffer() is called with message not in buffer. Fixes #32
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Add support for sending Markdown messages
Tulir Asokan
2018-04-18
Create pills when tab-completing or clicking nicks
Tulir Asokan
2018-04-15
Refactor things
Tulir Asokan
2018-04-14
Allow clicking names to mention them
Tulir Asokan
2018-04-13
Unknown changes that possibly fix and/or break things
Tulir Asokan
2018-04-11
Allow clicking images and load images from cache
Tulir Asokan
2018-04-11
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
Tulir Asokan
2018-04-10
Move event parsing to ui/messages and add image displaying
Tulir Asokan
[next]