aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_view.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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