Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-17 | Wrap events in custom struct to add gomuks-specific fields | Tulir Asokan | |
2019-06-16 | Merge remote-tracking branch 'jrswab/imageResize' | Tulir Asokan | |
2019-06-16 | Re-enable downloading images | Tulir Asokan | |
2019-06-15 | Scale 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-15 | Unbreak things | Tulir Asokan | |
2019-04-10 | Use already parsed events for replies if possible | Tulir Asokan | |
2019-04-10 | Re-add reply rendering | Tulir Asokan | |
2019-04-09 | Start refactoring various things in message rendering and sending | Tulir Asokan | |
2019-04-07 | More changes to do #91 | Tulir Asokan | |
2019-03-26 | Start moving to mauview | Tulir Asokan | |
2019-01-23 | Update license and sort imports | Tulir Asokan | |
2018-11-14 | Fix things | Tulir Asokan | |
2018-09-05 | Update to latest gomatrix. Things are broken | Tulir Asokan | |
2018-06-02 | Gofmt | Tulir Asokan | |
2018-06-02 | Add ui toggle for image rendering | Tulir Asokan | |
2018-05-22 | Add bare mode and fix terminal resize bug. Fixes #48 | Tulir Asokan | |
2018-04-30 | Move defer and add a debug print | Tulir Asokan | |
2018-04-18 | Disconnect UI from main Gomuks struct. Fixes #21 | Tulir Asokan | |
2018-04-18 | Add support for sending Markdown messages | Tulir Asokan | |
2018-04-18 | Create pills when tab-completing or clicking nicks | Tulir Asokan | |
2018-04-13 | Unknown changes that possibly fix and/or break things | Tulir Asokan | |
2018-04-11 | Allow clicking images and load images from cache | Tulir Asokan | |
2018-04-11 | Rename UIString to TString, move ansimage to lib/ and switch to tcell fork | Tulir Asokan | |
2018-04-10 | Move event parsing to ui/messages and add image displaying | Tulir Asokan | |