Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix drag and drop uploading | fiaxh | 2022-10-09 | 1 | -6/+0 |
| | |||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 1 | -2/+2 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 1 | -4/+33 |
| | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -5/+5 |
| | |||||
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 1 | -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 Dino | fiaxh | 2020-10-27 | 1 | -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 dialog | fiaxh | 2020-06-23 | 1 | -0/+1 |
| | | | | fixes #867 | ||||
* | Add file upload preview | fiaxh | 2020-04-22 | 1 | -1/+26 |
| | | | | fixes #756 | ||||
* | Move ConversationContentView+ChatInput into ConversationView, handle ↵ | fiaxh | 2020-02-22 | 1 | -0/+19 |
drag'n'drop on ConversationView level |