aboutsummaryrefslogtreecommitdiff
path: root/ui/room-list.go
AgeCommit message (Expand)Author
2020-04-19Update copyright yearTulir Asokan
2020-04-19Update stuff and move pushrules to mautrix-goTulir Asokan
2020-03-03More small changes to room listTulir Asokan
2020-03-01Fix room list orderingTulir Asokan
2020-02-22Make invites mostly workTulir Asokan
2020-02-22Improve tags and add initial invite handlingTulir Asokan
2020-02-20Hide tombstoned rooms from room listTulir Asokan
2020-02-19Add custom name for m.server_notice tagTulir Asokan
2019-06-15Unbreak more thingsTulir Asokan
2019-06-15Unbreak thingsTulir Asokan
2019-04-27Fix potential deadlock in room switchingTulir Asokan
2019-04-27Add partial deadlock detection in debug modeTulir Asokan
2019-04-27Add locks and other sync stuffTulir Asokan
2019-03-30Change even more thingsTulir Asokan
2019-03-26Start moving to mauviewTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2019-01-11Switch to Go modules and make other changesTulir Asokan
2018-10-18Alt-a to jump to next channel with unread messages.Ville Ranki
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-05-22More cleanupTulir Asokan
2018-05-22Split up TagRoomList.Draw()Tulir Asokan
2018-05-22Move TagRoomList stuff into new file and split RoomList.Draw()Tulir Asokan
2018-05-22GofmtTulir Asokan
2018-05-17Don't delete empty tags to avoid bugsTulir Asokan
2018-05-16Show per-tag room count in room listTulir Asokan
2018-05-16Handle m.direct and m.receipt eventsTulir Asokan
2018-05-15Update room list Previous/Next handling when selected room is not visibleTulir Asokan
2018-05-11Add test for DeleteSession() and fix potential bug in roomlist CheckTag()Tulir Asokan
2018-05-04Highlight whole room list row even if room name is shortTulir Asokan
2018-05-04Add support for explicit ordering and limiting rooms shown under a tagTulir Asokan
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