aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
AgeCommit message (Collapse)Author
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
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-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 ↵dec05eba
load 4chan board
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
backspace repeat char
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 ↵dec05eba
local read marker
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ↵dec05eba
element does
2020-10-10Matrix: only show notification on mention if window is not focused or ↵dec05eba
message was received in another room Also fix caret position in text being incorrect after resize. Change caret behavior when pressing up/down at the first/last row, to not go to the beginning/end.
2020-10-03Matrix: show unread marker from previous session (fetch m.read marker from ↵dec05eba
server)
2020-10-03Reduce memory usage by cleaning up text not visible on the screendec05eba
As a text, memory usage decreased from 150mb to 20mb
2020-10-034chan: use entry instead of search input, fix postingdec05eba
2020-09-30Matrix: implement message editingdec05eba