summary refs log tree commit diff
path: root/src/popups/PopupItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Remove UserItem classLoren Burkholder2021-01-151-20/+0
|
* Improve compile times a tiny bitNicolas Werner2020-05-261-3/+2
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-2/+1
|
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-0/+1
| | | | | | | 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.
* Initial Support for Rich RepliesJoseph Donofry2019-06-111-0/+83
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).