gomuks/ui
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
..
messages Scale image message based on the user's text area. 2019-06-15 11:01:05 -04:00
widget Change things 2019-03-26 19:57:44 +02:00
command-processor.go Add pm command 2019-06-14 21:01:24 +03:00
commands.go Add pm command 2019-06-14 21:01:24 +03:00
doc.go Add doc.go files 2018-03-22 23:45:54 +02:00
fuzzy-search-modal.go Even more changes 2019-03-28 23:28:27 +02:00
member-list.go Stop replacing text of event links 2019-04-15 00:34:48 +03:00
message-view.go Add partial deadlock detection in debug mode 2019-04-27 15:02:52 +03:00
room-list.go Fix potential deadlock in room switching 2019-04-27 15:11:38 +03:00
room-view.go Fix user list 2019-04-13 14:27:50 +03:00
tag-room-list.go Add locks and other sync stuff 2019-04-27 15:02:21 +03:00
ui.go Focus username field in login view automatically 2019-04-06 18:03:37 +03:00
view-login.go Initial changes to do #91 2019-04-07 03:22:51 +03:00
view-main.go Add partial deadlock detection in debug mode 2019-04-27 15:02:52 +03:00