aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2020-02-22Fix unexpected results when clicking some message sendersTulir Asokan
2020-02-22Add separate messages for invite reject/acceptTulir Asokan
2020-02-22Disable selecting service messagesTulir Asokan
2020-02-22Make invites mostly workTulir Asokan
2020-02-22Improve tags and add initial invite handlingTulir Asokan
2020-02-22Fix invite parentheses in member listTulir Asokan
2020-02-22Enable lazy loading of membersTulir Asokan
2020-02-21Add initial message selecting stuffTulir Asokan
2020-02-20Redraw UI when starting to load more messagesTulir Asokan
2020-02-20Fix compilation errorTulir Asokan
2020-02-20Add background color for reactionsTulir Asokan
2020-02-20Add support for displaying reactionsTulir Asokan
2020-02-20Hide tombstoned rooms from room listTulir Asokan
2020-02-20Improve login view and add .well-known resolutionTulir Asokan
2020-02-19Always set cursor to end when switching edit messageTulir Asokan
2020-02-19Fix some issues when logging outTulir Asokan
2020-02-19Hardcode name colors so individual colors can be removedTulir Asokan
2020-02-19Add custom name for m.server_notice tagTulir Asokan
2020-02-19Show multiline errors in login viewTulir Asokan
2020-02-19Don't ignore history init errorsTulir Asokan
2020-02-19Fix rendering formatted m.emotesTulir Asokan
2020-02-19Add support for editing /meTulir Asokan
2020-02-19Remove duplicate code for finding message to editTulir Asokan
2020-02-19Ignore mouse motion events inside MessageViewTulir Asokan
2020-02-19Add support for editing messagesTulir Asokan
2020-02-19Fix mouse motion not being passed to input areasTulir Asokan
2020-02-18Update readme a bit and add SSO supportTulir Asokan
2020-02-18Update depsTulir Asokan
2019-06-17Add initial support for rendering repliesTulir Asokan
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
Using the "image" package from the standard library the images loaded by gomuks now scale to one third the size of the text area. The image data contains both hight and width while the scaling uses only width the option to scale by hight is possible if passed into `CalculateBuffer()`. `ansimage.NewScaledFromReader()` now takes the new variable based off the size of the buffers' width. This may resolve issue #92
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
Added the ability to create a room from within gomuks using the now `/create` command. This comman takes the room name followed by the alias. Room name may contain spaces but the alias may not as per the Matrix alias conventions. Also update `/help` to include the new command.
2019-05-12Fix go 1.11 and go get compatibilityTulir Asokan
2019-04-27Fix potential deadlock in room switchingTulir Asokan