aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
AgeCommit message (Expand)Author
2022-12-16Fix bug where image are not removed from loading when not visibledec05eba
2022-12-01Add more texts to config font size, set colors for all text from theme, add d...dec05eba
2022-11-26Support more emojidec05eba
2022-11-23Allow opening 4chan post directlydec05eba
2022-11-11Matrix: fix emojis not removed from codeblocks when posting a message, clamp ...dec05eba
2022-11-11Add image (custom emoji) alt text for copy-pasting, limit custom emoji size i...dec05eba
2022-11-11Support images in text, add custom emoji to matrixdec05eba
2022-11-09Matrix: reply body formatting shouldn't have html, formatted body should be p...dec05eba
2022-11-08Add syntax highlighting (currently only for matrix codeblocks)dec05eba
2022-11-08Fix emoji drawn outside border when max lines set, username autocomplete care...dec05eba
2022-11-07Unformat text for clipboarddec05eba
2022-11-07Fix some emoji that end with fe0fdec05eba
2022-11-07Add option to limit number of lines of text drawn in Text classdec05eba
2022-11-07Formatted text with color in matrix, monospace for codeblocksdec05eba
2022-11-06Matrix: post reply should use the last edited message in the raw bodydec05eba
2022-11-06Matrix/4chan: fix text input not being in order if typing text fast (for exam...dec05eba
2022-11-05Fix possible crash on backspace in edit text with invalid utf8dec05eba
2022-11-05Trooneyjakdec05eba
2022-11-05Local code accidentaldec05eba
2022-11-05Support as many emoji as possible, using separate emoji images in textdec05eba
2022-09-10Matrix: support uploading files from clipboard (direct image data, png, jpg, ...dec05eba
2022-06-16Soundcloud: fix title and download link not updating when changing video, fix...dec05eba
2022-04-09Proper reaction wrappingdec05eba
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