aboutsummaryrefslogtreecommitdiff
path: root/ui/room-list.go
AgeCommit message (Expand)Author
2018-04-30Fix autoscrolling in room list when using keyboard. Fixes #34Tulir Asokan
2018-04-30Add mouse scrolling support to room list (ref #34)Tulir Asokan
2018-04-25Fix People tagTulir Asokan
2018-04-24Flatten calculateBufferWithText() and gofmtTulir Asokan
2018-04-24Fix First(), Last(), Next() and Previous() of RoomListTulir Asokan
2018-04-24Everything is no longer brokenTulir Asokan
2018-04-24Handle tag eventsTulir Asokan
2018-04-24Make time-based room list sorting persistent (ref #11)Tulir Asokan
2018-04-24Organize room list by last received message (ref #11)Tulir Asokan
2018-04-21Allow clicking on room list entries to switch room. Fixes #30Tulir Asokan
2018-04-19GofmtTulir Asokan
2018-04-11Rename UIString to TString, move ansimage to lib/ and switch to tcell forkTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan