aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
AgeCommit message (Expand)Author
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2021-11-21Remove abort if font is not availabledec05eba
2021-11-18Fix corrupt reactions in matrix (use of deleted vertex buffer)dec05eba
2021-11-18Fix window not being visible on kde because color map is deleted while the wi...dec05eba
2021-11-17Readd kerningdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and /usr/...dec05eba
2021-09-04Make font sizes customizable with a config file, see example-config.json. Rem...dec05eba
2021-09-03Scale emoji by font scaledec05eba
2021-09-03Consistently calculate font height for different fontsdec05eba
2021-08-17Properly sort rooms (sort read rooms too)dec05eba
2021-07-07fix vertex indexing for hardened glibc where getting the address to the first...dec05eba
2021-07-03Fix wraparound embedded text, go to last line in pinned events if another tab...dec05eba
2021-06-21Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEMEdec05eba
2021-06-13Support braille, temporary disable video cache to support seeking in long vid...dec05eba
2021-06-09Show critical notification before abort on critical errordec05eba
2021-06-08Remove images that are not visible from the loading queue, prepare for inline...dec05eba
2021-05-28Improve body navigationdec05eba
2021-05-22Temporary fix for crash when resizing (text is deallocated when hidden), fix ...dec05eba
2021-05-18Add mention autocompletedec05eba
2021-05-16Use vertex buffer for rendering textdec05eba
2021-05-11Improve file saving guidec05eba
2021-05-05Prepare youtube for auto fetch of api key, add author name for subscriptions ...dec05eba
2021-04-21Temporary revert text vertexbuffer code because of sfml bugdec05eba
2021-04-21Use vertex buffer to render textdec05eba
2021-04-06Create a unified launcher for quickmediadec05eba
2021-04-05Make url parsing better by using a list of valid tlds. Make urls blue in textdec05eba
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 emoji...dec05eba
2021-03-19Fix glitching when using fractional scalingdec05eba
2021-03-19Start on touch support, add support for ui scaling, revert back to old get_me...dec05eba
2021-03-17Use triangles instead of quads for textdec05eba
2020-11-21Smooth emojidec05eba
2020-11-21Render emoji in text, do not show notification count for cache sync, lazy loa...dec05eba
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-04Add ctrl+arrow key to move by word in text input, fix search triggering with ...dec05eba
2020-10-31Do not load fonts that are not used in Text)dec05eba
2020-10-31Load fonts on demanddec05eba
2020-10-30Add support for korean and all chinese charactersdec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-21Matrix: dont count edit/redacts as new unread messages in a room, update loca...dec05eba
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ele...dec05eba
2020-10-10Matrix: only show notification on mention if window is not focused or message...dec05eba
2020-10-03Matrix: show unread marker from previous session (fetch m.read marker from se...dec05eba
2020-10-03Reduce memory usage by cleaning up text not visible on the screendec05eba
2020-10-034chan: use entry instead of search input, fix postingdec05eba
2020-09-30Matrix: implement message editingdec05eba
2020-09-29Fix caret navigationdec05eba
2020-09-28Implement text editing with navigation and multilingual fontsdec05eba
2020-09-24Fix broken author textdec05eba