summary refs log tree commit diff
path: root/src/MxcImageProvider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix exif rotation in unencrypted roomsNicolas Werner2021-04-041-3/+5
|
* Fix shadowingNicolas Werner2021-03-171-7/+10
|
* Clean up notification code a bitNicolas Werner2021-03-171-6/+12
|
* Refactor image download code to be reusableNicolas Werner2021-03-171-72/+158
|
* Switch readImage to take a reference instead of a pointerLoren Burkholder2021-03-171-4/+4
| | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else.
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix some compiler warningsNicolas Werner2020-12-251-2/+2
|
* Optimize buildNicolas Werner2020-10-271-0/+2
|
* Fix some images not showing upNicolas Werner2020-09-161-6/+13
|
* Smooth scaling for imagesNicolas Werner2020-06-071-1/+2
| | | | Fixes some issues with inline images.
* Respect exif rotation of imagesNicolas Werner2020-04-261-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 declarationNicolas Werner2019-12-151-1/+1
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-4/+6
|
* Implement decryption of imagesNicolas Werner2019-12-031-2/+7
| | | | It is a bit of a hack, but it works...
* Improve avatar look and layoutingNicolas Werner2019-11-231-4/+2
| | | | Thanks to red_sky for the feedback!
* Size images/videos by timeline widthNicolas Werner2019-11-231-1/+2
|
* Implement avatars in qml timelineNicolas Werner2019-11-231-0/+79