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
/
room-view.go
Age
Commit message (
Collapse
)
Author
2018-05-22
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-04-23
Gofmt and enable a test
Tulir Asokan
2018-04-22
Add room alias autocompletion
Tulir Asokan
2018-04-22
Fix golint warnings
Tulir Asokan
2018-04-21
Improve Markdown rendering
Tulir Asokan
* Remove paragraphs from output HTML * Remove mention link wrapper from text (leaving only mention name)
2018-04-21
Improve tab completion system
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Fix nick coloring
Tulir Asokan
2018-04-18
Create pills when tab-completing or clicking nicks
Tulir Asokan
2018-04-14
Allow clicking names to mention them
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-09
Refactor UI to use interfaces everywhere
Tulir Asokan