Age | Commit message (Expand) | Author |
2023-08-17 | Error if thumbnail resize fails | dec05eba |
2023-06-30 | Dont show spinning circle when thumbnail failed to load | dec05eba |
2022-12-17 | Only unload the exact thumbnail that is not visible on the screen | dec05eba |
2022-12-16 | Revert back to non resized url for image thumbnail hash | dec05eba |
2022-12-16 | Fix bug where image are not removed from loading when not visible | dec05eba |
2022-11-08 | Fix emoji drawn outside border when max lines set, username autocomplete care... | dec05eba |
2022-10-29 | Matrix: add media reply with ctrl+u | dec05eba |
2022-09-08 | Remove linux specific sendfile function (unused) | dec05eba |
2022-07-01 | Mangatown: use referer header for thumbnails to fix permission issue | dec05eba |
2022-03-04 | Do not call ffprobe for thumbnails unless its guaranteed to be a local video ... | dec05eba |
2022-02-18 | Faster image loading/thumbnail creation by using multiple threads | dec05eba |
2022-02-17 | Add local anime tracking. Check readme for more info about local_anime config | dec05eba |
2022-02-17 | Wip: fix video duration not working for some analyzed files, get frame in mid... | dec05eba |
2022-02-11 | Add local-manga plugin to read local manga | dec05eba |
2022-02-07 | Use one struct for all args in Page::submit instead of multiple args (easier ... | dec05eba |
2021-11-19 | Revert back to loading thumbnails with multiple threads instead of loading th... | dec05eba |
2021-11-17 | Replace sfml with mgl | dec05eba |
2021-11-17 | Limit image loading to one thread in async image loader | dec05eba |
2021-10-27 | Stop download of thumbnail if the thumbnail is no longer visible on the screen | dec05eba |
2021-10-15 | Remove dependency on xrdb for Xft.dpi | dec05eba |
2021-10-14 | Remove async image loader threads and instead check if the curl download proc... | dec05eba |
2021-08-08 | Matrix: fix thumbnail upload of small thumbnails, fix small thumbnail creatio... | dec05eba |
2021-07-17 | Youtube: remove dependency on youtube-dl for downloads (also fixes downloads ... | dec05eba |
2021-07-11 | Remove dependency on imagemagick. Use stb resize to downscale image. | dec05eba |
2021-06-11 | Remove dependency on youtube-dl for streaming youtube, resulting in faster vi... | dec05eba |
2021-06-08 | Remove images that are not visible from the loading queue, prepare for inline... | dec05eba |
2021-05-14 | Move thumbnail loading/unloading to AsyncImageLoader | dec05eba |
2021-04-30 | Remove temporary file created for .webp thumbnails | dec05eba |
2021-04-30 | Support webp thumbnails | dec05eba |
2021-04-20 | Proper atomic rename? also do not generate mipmap for manga | dec05eba |
2021-04-02 | FileManager: show video thumbnails, update thumbnail if name is the same but ... | dec05eba |
2021-03-30 | Remove tor option. Use torsocks instead (which is what quickmedia did anyways) | dec05eba |
2021-03-28 | Use imagemagick to create thumbnails instead of doing it ourselves. Better re... | dec05eba |
2021-03-20 | More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save thum... | dec05eba |
2020-11-24 | Make async image loader static to reduce number of process threads when using... | dec05eba |
2020-11-03 | Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec w... | dec05eba |
2020-10-29 | Matrix: add room tags | dec05eba |
2020-10-21 | Workaround sfml image loading thread race condition | dec05eba |
2020-10-21 | Use correct size for thumbnail creation | dec05eba |
2020-10-19 | Fix threading crash (assigning to a new thread before the thread has died), c... | dec05eba |
2020-10-19 | Load thumbnails with multiple threads, use sha256 for saving image to path in... | dec05eba |
2020-10-19 | Change thumbnail creation from nearest neighbor to linear interpolation, set ... | dec05eba |
2020-10-18 | Fix potential crash in thumbnail loader: 2 | dec05eba |
2020-10-18 | Fix potential crash in thumbnail loader | dec05eba |
2020-10-17 | Matrix: make displayname more bright, add circle mask shader for avatar and r... | dec05eba |
2020-10-06 | Matrix: fix crash when entering room with no avatar | dec05eba |
2020-10-02 | Matrix: add video/regular file upload | dec05eba |
2020-10-01 | Matrix: add room name and avatar of the current room at the top | dec05eba |