summary refs log tree commit diff
path: root/src/popups/ReplyPopup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix reply not closingNicolas Werner2020-04-131-103/+0
| | | | fixes #124
* modernize: use nullptrNicolas Werner2020-02-041-3/+3
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-0/+1
|
* Further UI Updates to Rich RepliesJoseph Donofry2019-06-141-6/+10
|
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-25/+63
| | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements.
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-111-2/+2
|
* Initial Support for Rich RepliesJoseph Donofry2019-06-111-0/+60
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).