aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_view.vala
Commit message (Collapse)AuthorAgeFilesLines
* Port from GTK3 to GTK4fiaxh2022-07-271-4/+33
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-5/+5
|
* Reduce use of Widget.destroy()fiaxh2021-02-101-1/+1
| | | | | | 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
* Fix GTK warning when closing Dinofiaxh2020-10-271-0/+6
| | | | "Can't set a target list on a widget until you've called gtk_drag_dest_set() to make the widget into a drag destination"
* Focus textinput after closing file send dialogfiaxh2020-06-231-0/+1
| | | | fixes #867
* Add file upload previewfiaxh2020-04-221-1/+26
| | | | fixes #756
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-221-0/+19
drag'n'drop on ConversationView level