aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
AgeCommit message (Collapse)Author
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
2020-09-29Fix caret navigationdec05eba
2020-09-28Implement text editing with navigation and multilingual fontsdec05eba
2020-09-24Fix broken author textdec05eba
2020-09-23Temporary fix for text-wraparounddec05eba
2020-09-23Fallback to cjk font, change font to system noto sansdec05eba
2020-09-21Initial matrix supportdec05eba
2020-09-10Add ctrl+r keybind to show related videos menudec05eba
2020-07-20Word-wrap body textdec05eba