aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/imagemessage.go
AgeCommit message (Collapse)Author
2020-04-07refactor to allow every file message to be downloadedSimon Magnin-Feysot
2019-06-17Wrap events in custom struct to add gomuks-specific fieldsTulir Asokan
2019-06-16Merge remote-tracking branch 'jrswab/imageResize'Tulir Asokan
2019-06-16Re-enable downloading imagesTulir 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-15Unbreak thingsTulir Asokan
2019-04-10Use already parsed events for replies if possibleTulir Asokan
2019-04-10Re-add reply renderingTulir Asokan
2019-04-09Start refactoring various things in message rendering and sendingTulir Asokan
2019-04-07More changes to do #91Tulir Asokan
2019-03-26Start moving to mauviewTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2018-11-14Fix thingsTulir Asokan
2018-09-05Update to latest gomatrix. Things are brokenTulir Asokan
2018-06-02GofmtTulir Asokan
2018-06-02Add ui toggle for image renderingTulir Asokan
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-04-30Move defer and add a debug printTulir 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-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-10Move event parsing to ui/messages and add image displayingTulir Asokan