Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix blurry thumbnails AGAIN | Nicolas Werner | 2021-12-08 | 1 | -1/+5 |
| | |||||
* | Fix display of images, that can't be thumbnailed | Nicolas Werner | 2021-12-08 | 1 | -3/+3 |
| | |||||
* | Get rid of threadpool for images | Nicolas Werner | 2021-12-08 | 1 | -7/+5 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -221/+199 |
| | |||||
* | Fix dpi scaling of avatars | Nicolas Werner | 2021-08-16 | 1 | -1/+1 |
| | |||||
* | Round images in the image provider | Nicolas Werner | 2021-08-14 | 1 | -15/+81 |
| | |||||
* | Basic sticker pack editor | Nicolas Werner | 2021-08-06 | 1 | -7/+19 |
| | |||||
* | Fix some media not being cached properly | Nicolas Werner | 2021-07-21 | 1 | -1/+0 |
| | | | | Most noticeable in the goose chooser. | ||||
* | Fix exif rotation in unencrypted rooms | Nicolas Werner | 2021-04-04 | 1 | -3/+5 |
| | |||||
* | Fix shadowing | Nicolas Werner | 2021-03-17 | 1 | -7/+10 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -6/+12 |
| | |||||
* | Refactor image download code to be reusable | Nicolas Werner | 2021-03-17 | 1 | -72/+158 |
| | |||||
* | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 2021-03-17 | 1 | -4/+4 |
| | | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else. | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 1 | -2/+2 |
| | |||||
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -0/+2 |
| | |||||
* | Fix some images not showing up | Nicolas Werner | 2020-09-16 | 1 | -6/+13 |
| | |||||
* | Smooth scaling for images | Nicolas Werner | 2020-06-07 | 1 | -1/+2 |
| | | | | Fixes some issues with inline images. | ||||
* | Respect exif rotation of images | Nicolas Werner | 2020-04-26 | 1 | -9/+19 |
| | | | | | | Sometimes thumbnails still have the wrong dimensions, as they are scaled to fit inside a rectange of the reported size in the image. Not sure, who is wrong there, the media repo or we. | ||||
* | Reduce Cache.h includes further via one forward declaration | Nicolas Werner | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -4/+6 |
| | |||||
* | Implement decryption of images | Nicolas Werner | 2019-12-03 | 1 | -2/+7 |
| | | | | It is a bit of a hack, but it works... | ||||
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 1 | -4/+2 |
| | | | | Thanks to red_sky for the feedback! | ||||
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
| | |||||
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+79 |