summary refs log tree commit diff
path: root/src/ui/MxcAnimatedImage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add minimum scale in image viewerNicolas Werner2022-01-031-2/+0
|
* Port image overlay to qmlNicolas Werner2022-01-021-3/+18
| | | | | | Allows you to zoom and pan now. relates to #647
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Try to reduce CPU overhead of animated images a bitNicolas Werner2021-12-301-4/+8
|
* Cache supported animated image formatsNicolas Werner2021-12-291-1/+2
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-2/+2
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-6/+4
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-141/+138
|
* Fix another leak when creating an animated image without an imageNicolas Werner2021-08-291-1/+6
|
* Fix memory leak of animated image texturesNicolas Werner2021-08-291-1/+3
|
* Add option to only play animated images on hoverNicolas Werner2021-08-291-1/+8
|
* Support animated imagesNicolas Werner2021-08-291-0/+164
fixes #461