aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-04-09Add .onion to list of valid tld, properly parse urls protocol partdec05eba
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-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-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: add room directory for joining rooms, resize video thumbnaildec05eba
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-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-27bladec05eba
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-24Matrix: merge body items if same authordec05eba
2021-03-22Matrix: do not open url when posting a message with an urldec05eba
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-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-10Its all so tiresomedec05eba
2021-02-09Matrix: put an end to my unread messages miserydec05eba
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: always show room list selection, make widerdec05eba
2021-02-08Matrix: add room list on the left side when in a roomdec05eba
2021-01-25Limit ytdl video resolution to the largest monitors heightdec05eba
2020-12-21Add pipe plugin, increase video load timeout to 500 secondsdec05eba
2020-12-15Matrix: keep image/video open. Need to manually close. Fixes auto close of ↵dec05eba
images
2020-12-14ffs, fix stutter ↵dec05eba
again...........................................................
2020-12-14Attempt to fix spastic body when using embedded items and loading them in ↵dec05eba
render callback, fix gif play next on 4chan.. test
2020-11-28Matrix: fetching users shouldn't delay loading of replied to messages and ↵dec05eba
show 'loading text' immediately even if there is another message loading
2020-11-24Start on mastodon/pleromadec05eba
2020-11-24Make async image loader static to reduce number of process threads when ↵dec05eba
using multiple instances
2020-11-22Matrix: add reactionsdec05eba
2020-11-22Matrix: fix embedded text (replies) making body stutter if word wrapping but ↵dec05eba
original item does not
2020-11-21Render emoji in text, do not show notification count for cache sync, lazy ↵dec05eba
load 4chan board
2020-11-19Matrix: fix too long path in event cache, bug when not using error handler..dec05eba
2020-11-19Matrix: fix duplicate tag items, cache events we dont have permission to ↵dec05eba
view as well
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-14Resume video when navigating back from related/channel videosdec05eba
2020-11-12Matrix: workaround synapse bug where sync doesn't include membership states ↵dec05eba
when using messages filter
2020-11-10Scroll body automatically to reveal more items when making the window ↵dec05eba
larger, even after resizing to smaller size before
2020-11-10Scroll page instead of changing body item if the item cant be fully ↵dec05eba
displayed inside the window
2020-11-09Matrix: update user display name/avatar when updated in /sync; fix backspace ↵dec05eba
search delay
2020-11-05Do not sort rooms after navigating backdec05eba