summary refs log tree commit diff
path: root/src/ui/MxcAnimatedImage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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