aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
AgeCommit message (Expand)Author
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
2018-04-21Allow clicking on room list entries to switch room. Fixes #30Tulir Asokan
2018-04-21Improve tab completion systemTulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-18Add support for sending Markdown messagesTulir Asokan
2018-04-18Create pills when tab-completing or clicking nicksTulir Asokan
2018-04-14Allow clicking names to mention themTulir Asokan
2018-04-14Move message parsing to parser subpackageTulir Asokan
2018-04-14Add basic HTML rendering (ref #16)Tulir Asokan
2018-04-13Unknown changes that possibly fix and/or break thingsTulir Asokan
2018-04-11Allow clicking images and load images from cacheTulir Asokan
2018-04-11Rename UIString to TString, move ansimage to lib/ and switch to tcell forkTulir Asokan
2018-04-11Move notification package to lib/ and add open packageTulir Asokan
2018-04-10Move event parsing to ui/messages and add image displayingTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan
2018-03-26Don't send notifications for current roomTulir Asokan
2018-03-26Add sounds to notificationsTulir Asokan
2018-03-26Show notifications and highlights in room list. Fixes #8Tulir Asokan
2018-03-26Fix and/or break scroll barTulir Asokan
2018-03-25Move room list to custom widgetTulir Asokan
2018-03-25Refactor things and add proper wheel scroll supportTulir Asokan
2018-03-24Add mouse handler stub and keep track of focusTulir Asokan
2018-03-24Possibly speed up syncs with filtersTulir Asokan
2018-03-23Documentation and refactoringTulir Asokan
2018-03-23Fix membership event processingTulir Asokan
2018-03-23gofmt and govetTulir Asokan
2018-03-23Refactor PushRuleset#GetActions() and ViewMain event processingTulir Asokan
2018-03-22Fix bugs and compile errorsTulir Asokan
2018-03-22Use display names in join/leave messagesTulir Asokan
2018-03-22Add support for m.emote. Fixes #6Tulir Asokan
2018-03-22Save history to disk. Fixes #1Tulir Asokan
2018-03-22Update constants and demagicify RoomView drawingTulir Asokan