aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2018-05-24Add UI preferences and simplify config save/load (ref #43)Tulir Asokan
2018-05-23switch fuzzysearch to upstreamevan
2018-05-23Add real bare viewTulir Asokan
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-05-22Re-enable coloring of new name in name change eventsTulir 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-22Split up getMembershipEventContent()Tulir Asokan
2018-05-22Fix missing newlinesTulir Asokan
2018-05-22GofmtTulir Asokan
2018-05-22Clean up codeTulir Asokan
2018-05-21fuzzy finder cleanupevan
2018-05-21make room finder transparentevan
2018-05-21fuzzy search prototypeevan
2018-05-21Add transparent centering to widgetTulir Asokan
2018-05-17Don't delete empty tags to avoid bugsTulir Asokan
2018-05-17Move all cache to ~/.cache/gomuksTulir Asokan
2018-05-16Fix notifications about own messagesTulir Asokan
2018-05-16Show per-tag room count in room listTulir 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-15Display ban/unban eventsTulir Asokan
2018-05-15Fix displayname in leave messagesTulir Asokan
2018-05-15Fix sender color in membership eventsTulir Asokan
2018-05-15Don't colorize new name in name change messageTulir 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-10Don't parse room IDTulir Asokan
2018-05-10Add command to log outTulir 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-05-02Fix panic adding new room views from MainView.GetRoom()Tulir Asokan
2018-05-01RefactoringTulir 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-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-30Fix splitting long messages without spaces. Fixes #38Tulir Asokan
2018-04-30Move defer and add a debug printTulir Asokan
2018-04-30Fix native terminal paste and custom form widgetsTulir Asokan
2018-04-25Fix People tagTulir Asokan
2018-04-24Merge pull request #33 from tulir/initial-syncTulir Asokan
2018-04-24Flatten calculateBufferWithText() and gofmtTulir Asokan
2018-04-24Fix First(), Last(), Next() and Previous() of RoomListTulir Asokan
2018-04-24Replace tabs with spaces so that they get renderedTulir Asokan
2018-04-24Disable initial history fetch (comes with initial sync)Tulir Asokan