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
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
2018-04-10
Convert message buffer to use custom colorable strings
Tulir Asokan
2018-04-09
Refactor UI to use interfaces everywhere
Tulir Asokan