aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-04-09Add .onion to list of valid tld, properly parse urls protocol partdec05eba
2021-04-09Add spankbang. Commit by coomestdec05eba
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-07Add upload date to manganelo and mangatown chaptersdec05eba
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-06Use malloc_trim to reduce memory usage after freeing memorydec05eba
2021-04-05Make url parsing better by using a list of valid tlds. Make urls blue in textdec05eba
2021-04-02FileManager: show video thumbnails, update thumbnail if name is the same but ↵dec05eba
the content has changed (last modified time changed)
2021-04-02QuickMedia -> quickmediadec05eba
2021-04-02Matrix: make video thumbnail use correct ratiodec05eba
2021-04-02Cancel all tasks when pressing escape to go to previous page or when closing ↵dec05eba
the window
2021-04-01Matrix: fix thumbnails when using pantalaimon, add more predefined rooms to ↵dec05eba
room directory
2021-04-01Remove http/https/www from room directory server namedec05eba
2021-04-01Matrix: add room directory for joining rooms, resize video thumbnaildec05eba
2021-03-31Do not upload thumbnail of thumbnail for videosdec05eba
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-29Fix crash when editing textdec05eba
2021-03-28Fix some spotify podcast failing to play (because of some characters in title?)dec05eba
2021-03-28Matrix: align messages from users with no avatar to the same x as users with ↵dec05eba
avatar
2021-03-28Asdfdec05eba
2021-03-28C++ was a mistakedec05eba
2021-03-28Soundcloud: the next audio is sometimes the previous one because url ↵dec05eba
changes. Fix that
2021-03-28Use imagemagick to create thumbnails instead of doing it ourselves. Better ↵dec05eba
result and less memory usage because out of process memory reclaimed on exit
2021-03-28Matrix: use proper url for downloading thumbnailsdec05eba
2021-03-27Fix some body flickering when loading embedded items that are in cachedec05eba
2021-03-27Once upon a time there was a man. He was retarded. That man was medec05eba
2021-03-27Fix annoying body item flickering. There is still a 1 frame delay to apply ↵dec05eba
it though
2021-03-27bladec05eba
2021-03-26Fix soundcloud music duration if longer than 1 hourdec05eba
2021-03-26Soundcloud: autoplay next song in listdec05eba
2021-03-26Add soundclouddec05eba
2021-03-26Bye bye construct, we use /event to get event by id instead of /contextdec05eba
2021-03-25Download audio files before playing them if they are non-streamable as welldec05eba
2021-03-254chan: fix crash when posting a replydec05eba
2021-03-24Decrease gui spacing, padding and remove lines between body itemsdec05eba
2021-03-24Pee pee poo poodec05eba
2021-03-24Matrix: merged last visible items should be counted as the last visible itemdec05eba
2021-03-24Matrix: merge body items if same authordec05eba
2021-03-22Matrix: Properly hide background when replying/editingdec05eba
2021-03-22Matrix: do not open url when posting a message with an urldec05eba
2021-03-22Ignore first 'i' after pressing 'i' to enable text entry on 4chan and matrixdec05eba
2021-03-22Close previous video when going deeper in navigation, for example ↵dec05eba
ctrl+r->search->channel->video
2021-03-22Fix touch scroll clamping to selected item, making it appear laggy. Fix ↵dec05eba
emoji offset for non 1.0 scaling
2021-03-20More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save ↵dec05eba
thumbnails with their size so using a different scaling will update thumbnails to the same scale
2021-03-19Fix glitching when using fractional scalingdec05eba
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-18Re-enable vsyncdec05eba