aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_content_view/conversation_view.vala
Commit message (Collapse)AuthorAgeFilesLines
* Reduce use of Widget.destroy()fiaxh2021-02-101-5/+4
| | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-15/+10
| | | | fixes #310
* Improve contact description in OMEMO warningsfiaxh2020-12-041-0/+1
| | | | fixes #947
* Fix some compiler warningsfiaxh2020-10-271-2/+2
|
* ConversationSummaryView: Fix crash when accessing content_item's first() or ↵fiaxh2020-04-281-2/+2
| | | | last() if the TreeSet is empty
* Fix mouse hover highlighting the wrong messageselurvedu2020-04-221-4/+5
| | | | Fixes #795.
* Improve message highlighting logicselurvedu2020-04-221-12/+13
|
* Fix late highlighting of conversation itemsselurvedu2020-04-221-2/+5
| | | | | If the pointer was moved from outside to a conversation item with a straight horizontal move, the conversation item was not getting highlighted.
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-051-0/+18
|
* Add support for last message correctionfiaxh2020-04-031-22/+41
|
* Fix issue rendering messages outside reachable scroll areaMarvin W2020-04-011-1/+7
| | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
* Update time labels in conversation view at the moment they actually changefiaxh2020-03-261-7/+0
|
* Only create ItemMetaDataHeader and AvatarImage once it is actually displayedfiaxh2020-03-241-0/+4
|
* Move message hover effect into converstion viewfiaxh2020-03-211-14/+96
|
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-221-0/+374