summary refs log tree commit diff
path: root/src/popups/SuggestionsPopup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete old room listNicolas Werner2021-05-281-164/+0
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* lintNicolas Werner2020-12-251-1/+2
|
* Fix some compiler warningsNicolas Werner2020-12-251-5/+5
|
* Remove redundant user search suggestion codeNicolas Werner2020-11-251-38/+35
|
* Optimize buildNicolas Werner2020-10-271-0/+6
|
* Remove metatypes from headersNicolas Werner2020-01-311-2/+2
|
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-111-1/+1
|
* Initial Support for Rich RepliesJoseph Donofry2019-06-111-0/+156
Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit).