Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 1 | -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 time | fiaxh | 2020-12-04 | 1 | -15/+10 |
| | | | | fixes #310 | ||||
* | Improve contact description in OMEMO warnings | fiaxh | 2020-12-04 | 1 | -0/+1 |
| | | | | fixes #947 | ||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | ConversationSummaryView: Fix crash when accessing content_item's first() or ↵ | fiaxh | 2020-04-28 | 1 | -2/+2 |
| | | | | last() if the TreeSet is empty | ||||
* | Fix mouse hover highlighting the wrong message | selurvedu | 2020-04-22 | 1 | -4/+5 |
| | | | | Fixes #795. | ||||
* | Improve message highlighting logic | selurvedu | 2020-04-22 | 1 | -12/+13 |
| | |||||
* | Fix late highlighting of conversation items | selurvedu | 2020-04-22 | 1 | -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 correction | fiaxh | 2020-04-05 | 1 | -0/+18 |
| | |||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -22/+41 |
| | |||||
* | Fix issue rendering messages outside reachable scroll area | Marvin W | 2020-04-01 | 1 | -1/+7 |
| | | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556 | ||||
* | Update time labels in conversation view at the moment they actually change | fiaxh | 2020-03-26 | 1 | -7/+0 |
| | |||||
* | Only create ItemMetaDataHeader and AvatarImage once it is actually displayed | fiaxh | 2020-03-24 | 1 | -0/+4 |
| | |||||
* | Move message hover effect into converstion view | fiaxh | 2020-03-21 | 1 | -14/+96 |
| | |||||
* | Rename folders/files conversation_summary -> conversation_content_view | fiaxh | 2020-02-22 | 1 | -0/+374 |