summary refs log tree commit diff
path: root/src/ui/MxcAnimatedImage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
* Fix animated images rendering offscreen for the first frameNicolas Werner2024-03-051-1/+3
* Fix CPU usage from out of frame animated imagesNicolas Werner2023-10-091-2/+7
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-2/+2
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* Enable -WconversionNicolas Werner2022-10-261-1/+1
* Revert accidental animated image changeNicolas Werner2022-09-301-26/+21
* Basic threading supportNicolas Werner2022-09-301-21/+26
* Properly mark image node as dirty on size updateNicolas Werner2022-05-111-3/+3
* More image dialog fixesNicolas Werner2022-05-101-1/+2
* Don't crash on corrupt animated imagesNicolas Werner2022-05-041-15/+20
* Fix scaling of animated images in fullscreen image viewerNicolas Werner2022-04-261-3/+9
* Add minimum scale in image viewerNicolas Werner2022-01-031-2/+0
* Port image overlay to qmlNicolas Werner2022-01-021-3/+18
* 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