summary refs log tree commit diff
path: root/src/TextInputWidget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-13Temporary fix to work with mx-reply tagsKonstantinos Sideris2-6/+15
2018-09-13Strip paragraph tagsKonstantinos Sideris4-22/+21
fixes #438
2018-09-12Use <em></em> for m.emote messagesKonstantinos Sideris1-8/+21
2018-09-12Remove italics from m.notice messagesKonstantinos Sideris1-2/+0
2018-09-12Open user profile on matrix.to linksKonstantinos Sideris3-0/+53
2018-09-12Add context menu option to show the raw messageKonstantinos Sideris7-4/+112
fixes #437
2018-09-12Move some info logs to debugKonstantinos Sideris1-4/+4
2018-09-12Trim whitespace from text messagesKonstantinos Sideris4-20/+13
2018-09-12Enable html attributesKonstantinos Sideris1-1/+8
2018-09-12Don't break the layout on empty text messagesKonstantinos Sideris1-3/+0
2018-09-12Use cmark.lib in appveyorKonstantinos Sideris1-1/+1
2018-09-11Use absolute paths in appveyorKonstantinos Sideris1-2/+2
2018-09-11Update CI with cmarkKonstantinos Sideris8-20/+66
2018-09-11Switch to libcmarkKonstantinos Sideris5-37/+51
2018-09-08Fix the docker buildKonstantinos Sideris4-32/+39
fixes #334
2018-09-08Enable Qt auto scalingKonstantinos Sideris2-0/+5
fixes #397
2018-09-08Show sidebar after initial syncKonstantinos Sideris3-4/+4
fixes #412