aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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
2018-04-24Fix/break/change thingsTulir 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-24Fix panic if replaceBuffer() is called with message not in buffer. Fixes #32Tulir Asokan
2018-04-23Show errors in login view. Fixes #14Tulir Asokan
2018-04-23Gofmt and enable a testTulir Asokan
2018-04-22Add room alias autocompletionTulir Asokan
2018-04-22Fix golint warningsTulir Asokan
2018-04-21Allow clicking on room list entries to switch room. Fixes #30Tulir Asokan
2018-04-21Improve Markdown renderingTulir Asokan
2018-04-21Improve tab completion systemTulir Asokan
2018-04-19Fix golint issuesTulir Asokan
2018-04-19GofmtTulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-18Fix nick coloringTulir Asokan
2018-04-18Add support for sending Markdown messagesTulir Asokan
2018-04-18Create pills when tab-completing or clicking nicksTulir Asokan
2018-04-16Fix another nil pointer panic in the HTML parser (ref #20)Tulir Asokan
2018-04-15Fix panic in HTML parser (#20)Tulir Asokan
2018-04-15Refactor thingsTulir Asokan
2018-04-15Add package docsTulir Asokan
2018-04-14Allow clicking names to mention themTulir Asokan
2018-04-14Fix typo in newline strippingTulir Asokan
2018-04-14Move message parsing to parser subpackageTulir Asokan
2018-04-14Make HTML rendering more advancedTulir Asokan
2018-04-14Add basic HTML rendering (ref #16)Tulir Asokan