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-list.go
Age
Commit message (
Expand
)
Author
2020-04-19
Update copyright year
Tulir Asokan
2020-04-19
Update stuff and move pushrules to mautrix-go
Tulir Asokan
2020-03-03
More small changes to room list
Tulir Asokan
2020-03-01
Fix room list ordering
Tulir Asokan
2020-02-22
Make invites mostly work
Tulir Asokan
2020-02-22
Improve tags and add initial invite handling
Tulir Asokan
2020-02-20
Hide tombstoned rooms from room list
Tulir Asokan
2020-02-19
Add custom name for m.server_notice tag
Tulir Asokan
2019-06-15
Unbreak more things
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-04-27
Fix potential deadlock in room switching
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-03-30
Change even more things
Tulir Asokan
2019-03-26
Start moving to mauview
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2019-01-11
Switch to Go modules and make other changes
Tulir Asokan
2018-10-18
Alt-a to jump to next channel with unread messages.
Ville Ranki
2018-05-22
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-05-22
More cleanup
Tulir Asokan
2018-05-22
Split up TagRoomList.Draw()
Tulir Asokan
2018-05-22
Move TagRoomList stuff into new file and split RoomList.Draw()
Tulir Asokan
2018-05-22
Gofmt
Tulir Asokan
2018-05-17
Don't delete empty tags to avoid bugs
Tulir Asokan
2018-05-16
Show per-tag room count in room list
Tulir Asokan
2018-05-16
Handle m.direct and m.receipt events
Tulir Asokan
2018-05-15
Update room list Previous/Next handling when selected room is not visible
Tulir Asokan
2018-05-11
Add test for DeleteSession() and fix potential bug in roomlist CheckTag()
Tulir Asokan
2018-05-04
Highlight whole room list row even if room name is short
Tulir Asokan
2018-05-04
Add support for explicit ordering and limiting rooms shown under a tag
Tulir Asokan
2018-04-30
Fix autoscrolling in room list when using keyboard. Fixes #34
Tulir Asokan
2018-04-30
Add mouse scrolling support to room list (ref #34)
Tulir Asokan
2018-04-25
Fix People tag
Tulir Asokan
2018-04-24
Flatten calculateBufferWithText() and gofmt
Tulir Asokan
2018-04-24
Fix First(), Last(), Next() and Previous() of RoomList
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-24
Handle tag events
Tulir Asokan
2018-04-24
Make time-based room list sorting persistent (ref #11)
Tulir Asokan
2018-04-24
Organize room list by last received message (ref #11)
Tulir Asokan
2018-04-21
Allow clicking on room list entries to switch room. Fixes #30
Tulir Asokan
2018-04-19
Gofmt
Tulir Asokan
2018-04-11
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
Tulir Asokan
2018-04-09
Refactor UI to use interfaces everywhere
Tulir Asokan