aboutsummaryrefslogtreecommitdiff
path: root/src/AsyncImageLoader.cpp
AgeCommit message (Expand)Author
2021-05-14Move thumbnail loading/unloading to AsyncImageLoaderdec05eba
2021-04-30Remove temporary file created for .webp thumbnailsdec05eba
2021-04-30Support webp thumbnailsdec05eba
2021-04-20Proper atomic rename? also do not generate mipmap for mangadec05eba
2021-04-02FileManager: show video thumbnails, update thumbnail if name is the same but ...dec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-28Use imagemagick to create thumbnails instead of doing it ourselves. Better re...dec05eba
2021-03-20More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save thum...dec05eba
2020-11-24Make async image loader static to reduce number of process threads when using...dec05eba
2020-11-03Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec w...dec05eba
2020-10-29Matrix: add room tagsdec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
2020-10-21Use correct size for thumbnail creationdec05eba
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), c...dec05eba
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path in...dec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ...dec05eba
2020-10-18Fix potential crash in thumbnail loader: 2dec05eba
2020-10-18Fix potential crash in thumbnail loaderdec05eba
2020-10-17Matrix: make displayname more bright, add circle mask shader for avatar and r...dec05eba
2020-10-06Matrix: fix crash when entering room with no avatardec05eba
2020-10-02Matrix: add video/regular file uploaddec05eba
2020-10-01Matrix: add room name and avatar of the current room at the topdec05eba