aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
AgeCommit message (Collapse)Author
2021-04-21Use shader for rounded rectangle, improve circle shaderdec05eba
2021-04-20Fix random crash when displaying chapter progressdec05eba
2021-04-19Move tab code to separate class, fix upload time missing for certain manga ↵dec05eba
plugins, fix touch room click messed up
2021-04-18Fix misc matrix bugs related to leaving a room when side panel is visible ↵dec05eba
and changing room, misc visual changes to manga
2021-04-14Rework manga plugins downloading.. preparing for parallel downloadsdec05eba
2021-04-08Temporary workaround tabbed bugdec05eba
When closing the tabbed window, all embedded windows except the first one are killed
2021-04-07Matrix: mark window as urgent when being mentioned or receiving an invitedec05eba
2021-04-06Add support for embedding the window into another application, such as ↵dec05eba
suckless tabbed
2021-04-06Create a unified launcher for quickmediadec05eba
2021-04-02Cancel all tasks when pressing escape to go to previous page or when closing ↵dec05eba
the window
2021-03-31Soundcloud: automatically fetch next page when reaching end of related music ↵dec05eba
list
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-26Soundcloud: autoplay next song in listdec05eba
2021-03-26Add soundclouddec05eba
2021-03-19Start on touch support, add support for ui scaling, revert back to old ↵dec05eba
get_message_by_id method for matrix to support loading user display names in replies
2021-03-16Temporary add --low-cpu-mode to reduce cpu usage when idledec05eba
2021-03-10Youtube: add youtube comments to ctrl+rdec05eba
2021-02-08Matrix: add QM_PHONE_FACTOR to hide room list side panel, do not render room ↵dec05eba
list tabs when viewing room
2021-02-08Matrix: add room list on the left side when in a roomdec05eba
2020-11-04Show loading animation for initial logindec05eba
2020-11-04Add channels page to related videos menu, fix related videos menu broken ↵dec05eba
after video failing to load
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add ↵dec05eba
async loading for more tasks
2020-10-31Load fonts on demanddec05eba
2020-10-31Make matrix posting, deleting, replying, edit async and video check if ↵dec05eba
streamable async
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..
2020-10-29Matrix: download unstreamable videos before playing them (mp4)dec05eba
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-20Add thumbnail loading animationdec05eba
Use correct ref in matrix replies, make text that contains our user id also count as a mention.
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-17Matrix: make displayname more bright, add circle mask shader for avatar and ↵dec05eba
room thumbnails
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-10-05Manga: add f keybinding to fit image to windowdec05eba
2020-10-05Manga: add --upscale-images-force to force upscaling, regardless of original ↵dec05eba
image resolution
2020-10-02Add --no-video option to play videos with only audiodec05eba
2020-09-23Fallback to cjk font, change font to system noto sansdec05eba
2020-09-23Add matrix image uploaddec05eba
2020-09-22Initial file manager implementation, with thumbnail cachingdec05eba
2020-09-21Initial matrix supportdec05eba
2020-09-17Add image upscaling with waifu2x-ncnn-vulkan, async load images in scroll ↵dec05eba
image view mode
2020-09-15Add manga creators page to navigate to others works by the creatorsdec05eba
2020-09-14Use manual vsync since nouveau drivers are brokendec05eba
2020-09-10Add ctrl+r keybind to show related videos menudec05eba
2020-08-15Only save recommendations if video is watched >= 15 secondsdec05eba
2020-08-15Add youtube recommendations based on unwatched related videosdec05eba
2020-07-11Add youtube watch historydec05eba
2020-07-10Make autocomplete asynchronousdec05eba
2020-07-03bind I to switching between single image and scroll modedec05eba
2020-06-30Add infinite image scroll modedec05eba
2020-06-28Add --use-system-mpv-config optiondec05eba