aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
AgeCommit message (Expand)Author
2019-04-27Add locks and other sync stuffTulir Asokan
2019-04-10Misc changesTulir Asokan
2019-04-10It compiles. Ship it!Tulir Asokan
2019-04-09Start refactoring various things in message rendering and sendingTulir Asokan
2019-04-09Refactor message parsing thingsTulir Asokan
2019-04-05Move history storage to matrix package. Fixes #90Tulir Asokan
2019-03-30Change even more thingsTulir Asokan
2019-03-28Even more changesTulir Asokan
2019-03-26Change more thingsTulir Asokan
2019-03-26Change thingsTulir Asokan
2019-03-26Start moving to mauviewTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2018-11-14Merge branch 'master' into updateTulir Asokan
2018-11-14Fix thingsTulir Asokan
2018-10-18Alt-a to jump to next channel with unread messages.Ville Ranki
2018-09-05Update to latest gomatrix. Things are brokenTulir Asokan
2018-07-02Emojify message (#65)Vishnunarayan K I
2018-06-30Add support for more key events (#64)Digital
2018-06-30Add option to disable typing notifications (#63)Digital
2018-06-02GofmtTulir Asokan
2018-06-02Add ui toggle for image renderingTulir Asokan
2018-05-27Split command system from main viewTulir Asokan
2018-05-24Add UI preferences and simplify config save/load (ref #43)Tulir Asokan
2018-05-23Add real bare viewTulir Asokan
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-05-22Clean up codeTulir Asokan
2018-05-21fuzzy search prototypeevan
2018-05-17Move all cache to ~/.cache/gomuksTulir Asokan
2018-05-16Fix notifications about own messagesTulir Asokan
2018-05-16Handle m.direct and m.receipt eventsTulir Asokan
2018-05-16Fix user list after initial sync. Fixes #36Tulir Asokan
2018-05-15Fix room ordering after initial sync (ref #36)Tulir Asokan
2018-05-10Don't parse room IDTulir Asokan
2018-05-10Add command to log outTulir Asokan
2018-05-04Add support for explicit ordering and limiting rooms shown under a tagTulir Asokan
2018-05-02Fix panic adding new room views from MainView.GetRoom()Tulir Asokan
2018-04-30Update ui AddRoom and RemoveRoom parametersTulir Asokan
2018-04-30Fix room list updating when joining/leavingTulir Asokan
2018-04-30Re-render UI after printing message send errorTulir Asokan
2018-04-30Stop showing rooms the user has left in the room list. Fixes #35Tulir Asokan
2018-04-30Add mouse scrolling support to room list (ref #34)Tulir Asokan
2018-04-25Fix People tagTulir Asokan
2018-04-24Fix First(), Last(), Next() and Previous() of RoomListTulir Asokan
2018-04-24Disable initial history fetch (comes with initial sync)Tulir 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-23Gofmt and enable a testTulir Asokan
2018-04-22Add room alias autocompletionTulir Asokan