summary refs log tree commit diff
path: root/src/popups/PopupItem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve compile times a tiny bitNicolas Werner2020-05-261-0/+1
|
* Fix broken avatars in quick switcherNicolas Werner2020-03-221-2/+7
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-3/+3
|
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-21/+5
|
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-0/+10
| | | | | | | 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-1/+1
|
* Initial Support for Rich RepliesJoseph Donofry2019-06-111-0/+147
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).