aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2019-06-17Wrap events in custom struct to add gomuks-specific fieldsTulir Asokan
2019-06-16Add support for redactions. Fixes #19Tulir Asokan
2019-06-16Improve emoji autocompletion when the same emoji has many namesTulir Asokan
2019-06-16Add support for editing room tagsTulir Asokan
2019-06-16Fix message text color. Fixes #82Tulir Asokan
2019-06-16Somewhat hackily force focus to room view. Fixes #95Tulir Asokan
2019-06-16Add/change commandsTulir Asokan
2019-06-16Merge remote-tracking branch 'jrswab/imageResize'Tulir Asokan
2019-06-16Re-enable downloading imagesTulir Asokan
2019-06-16Fix reply rendering infinite loop bugTulir Asokan
2019-06-15Add call trace commandTulir Asokan
2019-06-15Fix infinite recursionTulir Asokan
2019-06-15Scale image message based on the user's text area.Jaron Swab
2019-06-15Fix bumping unloaded rooms in room list when receiving messagesTulir Asokan
2019-06-15Unbreak more thingsTulir Asokan
2019-06-15Unbreak thingsTulir Asokan
2019-06-14Add pm commandTulir Asokan
2019-06-14Remove room alias argument and switch to room after creatingTulir Asokan
2019-06-13Users can now create a new room directly in GomuksJaron Swab
2019-05-12Fix go 1.11 and go get compatibilityTulir 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-04-15Stop replacing text of event linksTulir Asokan
2019-04-13Minor UI changesTulir Asokan
2019-04-13Fix user listTulir Asokan
2019-04-13Add better stringification for UI message types for debuggingTulir Asokan
2019-04-10Fix code block renderingTulir Asokan
2019-04-10Split container/text HTML entities and add support for <hr>Tulir Asokan
2019-04-10Use already parsed events for replies if possibleTulir Asokan
2019-04-10Fix m.emote renderingTulir Asokan
2019-04-10Fix testsTulir Asokan
2019-04-10Misc changesTulir Asokan
2019-04-10Re-add reply renderingTulir Asokan
2019-04-10Remove commented codeTulir Asokan
2019-04-10Fix date change messages and input submit handlingTulir 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-09Move stripLinebreak to a struct field in the HTML parserTulir Asokan
2019-04-09Fix non-syntax-highlighted code block newline renderingTulir Asokan
2019-04-07Improve handling of multiple linebreaksTulir Asokan
2019-04-07Move special list/blockquote prefixing to rendererTulir Asokan
2019-04-07Add syntax highlighting. Fixes #28Tulir Asokan
2019-04-07Remove commented codeTulir Asokan
2019-04-07More changes to do #91Tulir Asokan
2019-04-07Initial changes to do #91Tulir Asokan
2019-04-06Focus username field in login view automaticallyTulir Asokan
2019-04-05Move history storage to matrix package. Fixes #90Tulir Asokan
2019-03-30Change even more thingsTulir Asokan