fiaxh
|
8d8dcf5af6
|
Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')
|
2021-10-12 17:58:18 +02:00 |
|
fiaxh
|
0626bad8e9
|
Reduce use of Widget.destroy()
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
|
2021-02-10 18:32:39 -06:00 |
|
fiaxh
|
cc01374d3c
|
Use advertized/server/live time for sorting instead of arrival time
fixes #310
|
2020-12-04 19:11:27 +01:00 |
|
fiaxh
|
f31e96d6bb
|
Improve contact description in OMEMO warnings
fixes #947
|
2020-12-04 17:16:09 +01:00 |
|
fiaxh
|
2e0357877c
|
Fix some compiler warnings
|
2020-10-27 16:05:30 +01:00 |
|
fiaxh
|
3b6e8700b4
|
ConversationSummaryView: Fix crash when accessing content_item's first() or last() if the TreeSet is empty
|
2020-04-28 23:11:08 +02:00 |
|
selurvedu
|
a74d44ad93
|
Fix mouse hover highlighting the wrong message
Fixes #795.
|
2020-04-22 20:13:24 +02:00 |
|
selurvedu
|
1f4899df16
|
Improve message highlighting logic
|
2020-04-22 20:13:24 +02:00 |
|
selurvedu
|
b73ec9e0ca
|
Fix late highlighting of conversation items
If the pointer was moved from outside to a conversation item with a
straight horizontal move, the conversation item was not getting highlighted.
|
2020-04-22 20:13:24 +02:00 |
|
fiaxh
|
d091a6c3cd
|
Add keyboard shortcut (up key) to activate last message correction
|
2020-04-05 16:19:56 +02:00 |
|
fiaxh
|
871ff33ac7
|
Add support for last message correction
|
2020-04-03 22:49:59 +02:00 |
|
Marvin W
|
2f52291be5
|
Fix issue rendering messages outside reachable scroll area
Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
|
2020-04-01 00:30:37 +02:00 |
|
fiaxh
|
1fd045236b
|
Update time labels in conversation view at the moment they actually change
|
2020-03-26 15:27:48 +01:00 |
|
fiaxh
|
909689827e
|
Only create ItemMetaDataHeader and AvatarImage once it is actually displayed
|
2020-03-24 13:58:25 +01:00 |
|
fiaxh
|
42ae68eb40
|
Move message hover effect into converstion view
|
2020-03-21 20:53:10 +01:00 |
|
fiaxh
|
4ed6204fc2
|
Rename folders/files conversation_summary -> conversation_content_view
|
2020-02-22 02:58:36 +01:00 |
|