aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_content_view/message_widget.vala
Commit message (Collapse)AuthorAgeFilesLines
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-2/+2
| | | | fixes #310
* Handle xmpp URIs opened within Dino with Dinofiaxh2020-12-031-0/+9
| | | | fixes #914
* Unregister handlers related to displaying messages as pendingfiaxh2020-10-111-2/+7
|
* Fix warning when clicking to correct a messagefiaxh2020-09-101-1/+0
|
* Visually highlight pending messages, improve resendingfiaxh2020-07-161-2/+21
|
* Fix messages mistakenly treated as /me command (#872)Kim Alvefur2020-07-021-4/+4
| | | | Per XEP-0245 only messages that start with "/me " (with the trailing space) should treated as 3rd person actions.
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-051-1/+23
|
* Add support for last message correctionfiaxh2020-04-031-0/+211