aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
AgeCommit message (Collapse)Author
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
emoji size during post not upload
2022-11-11Add image (custom emoji) alt text for copy-pasting, limit custom emoji size ↵dec05eba
in room description, change max size to 32, 32, cache custom emoji locally
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 ↵dec05eba
pure html. Dont display urls in codeblocks
2022-11-08Add syntax highlighting (currently only for matrix codeblocks)dec05eba
2022-11-08Fix emoji drawn outside border when max lines set, username autocomplete ↵dec05eba
caret not moving to end of text, multiple images on the same page with different sizes (downscaled)
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 ↵dec05eba
example xdotool
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
gif)
2022-06-16Soundcloud: fix title and download link not updating when changing video, ↵dec05eba
fix text y offset after mgl update
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 ↵dec05eba
window is in use, text editing not working for the first character
2021-11-17Readd kerningdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
2021-09-04Make font sizes customizable with a config file, see example-config.json. ↵dec05eba
Remove environment variables
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 ↵dec05eba
first value is invalid if the array size is 0
2021-07-03Fix wraparound embedded text, go to last line in pinned events if another ↵dec05eba
tab is selected
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 ↵dec05eba
videos on youtube...
2021-06-09Show critical notification before abort on critical errordec05eba
2021-06-08Remove images that are not visible from the loading queue, prepare for ↵dec05eba
inline images
2021-05-28Improve body navigationdec05eba
2021-05-22Temporary fix for crash when resizing (text is deallocated when hidden), fix ↵dec05eba
text randomly getting glitched out
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
item
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 ↵dec05eba
emoji offset for non 1.0 scaling