gomuks/ui/messages
Jaron Swab 3ebfb87da2 Scale image message based on the user's text area.
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-15 11:01:05 -04:00
..
html Fix go 1.11 and go get compatibility 2019-05-12 17:34:47 +03:00
tstring Use already parsed events for replies if possible 2019-04-10 21:06:19 +03:00
base.go Minor UI changes 2019-04-13 17:04:52 +03:00
doc.go Move event parsing to ui/messages and add image displaying 2018-04-10 19:31:28 +03:00
expandedtextmessage.go Use already parsed events for replies if possible 2019-04-10 21:06:19 +03:00
htmlmessage.go Fix go 1.11 and go get compatibility 2019-05-12 17:34:47 +03:00
imagemessage.go Scale image message based on the user's text area. 2019-06-15 11:01:05 -04:00
message.go Use already parsed events for replies if possible 2019-04-10 21:06:19 +03:00
parser.go Split container/text HTML entities and add support for <hr> 2019-04-10 22:49:33 +03:00
textbase.go More changes to do #91 2019-04-07 18:21:38 +03:00
textmessage.go Use already parsed events for replies if possible 2019-04-10 21:06:19 +03:00