aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_content_view/message_widget.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some memory leaksfiaxh2023-02-271-37/+51
|
* Stop regenerating message menu buttonsfiaxh2023-02-161-1/+2
| | | | mitigates #1343
* Always display reaction+reply buttons, disable if not possiblefiaxh2023-01-301-26/+3
|
* Fix UI for libadwaitaMarvin W2023-01-251-0/+3
|
* Support replies and reactions to filesfiaxh2023-01-111-2/+2
|
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-061-4/+25
|
* Add support for reactionsfiaxh2022-10-111-3/+23
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-3/+1
|
* Improve Gtk4 portfiaxh2022-07-271-1/+1
|
* Port from GTK3 to GTK4fiaxh2022-07-271-127/+90
|
* Fix quote styling occurring in the middle of a linefiaxh2022-02-071-2/+2
| | | | fixup 454c00a, 795af2d, 4e9e09a
* Remove color from /me name, remove use_markup from sender labelfiaxh2022-01-231-3/+1
|
* Stop using opacity for text due to side-effectsfiaxh2022-01-231-4/+6
| | | | | Fixes #1178 Due to https://gitlab.gnome.org/GNOME/gtk/-/issues/2957
* Use opacity for "pending" and "edited" hintsfiaxh2022-01-041-4/+2
| | | | Getting the dim-label color doesn't work without actually rendering it
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-5/+5
|
* Display message delivery error, color text using theme colorsfiaxh2021-08-171-13/+50
| | | | fixes #672
* 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