aboutsummaryrefslogtreecommitdiff
path: root/src/AsyncImageLoader.cpp
AgeCommit message (Collapse)Author
2020-10-29Matrix: add room tagsdec05eba
Fix pinned events that are added after starting QuickMedia (before this change it adds all elements again to the list). Add /me command. Other fixes...
2020-10-21Workaround sfml image loading thread race conditiondec05eba
See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes
2020-10-21Use correct size for thumbnail creationdec05eba
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), ↵dec05eba
caching of images smaller than thumbnail target size
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path ↵dec05eba
instead of base64 (filename limit is 256 on linux...)
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ↵dec05eba
body thumbnail size for 4chan and matrix (if available)
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 ↵dec05eba
room thumbnails
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