aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_view_controller.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warningsfiaxh2022-12-301-3/+4
|
* Small fixesfiaxh2022-10-091-1/+1
|
* Fix drag and drop uploadingfiaxh2022-10-091-13/+13
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-11/+15
|
* Improve Gtk4 portfiaxh2022-07-271-84/+65
|
* Port from GTK3 to GTK4fiaxh2022-07-271-87/+97
|
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-121-2/+2
| | | | connecting closures
* Fixed name change (#1076)sojuz1512021-08-241-0/+5
|
* Add UI for audio/video callsfiaxh2021-03-211-0/+1
|
* Fix some compiler warningsfiaxh2020-10-271-6/+14
|
* Only query entity caps when we need themfiaxh2020-07-161-20/+27
|
* Only consider first file if multiple ones are drag and dropedfiaxh2020-06-041-6/+13
| | | | fixes #818
* Add image sending via clipboard pastefiaxh2020-06-041-0/+14
| | | | fixes #385
* Add shortcuts for search (CTRL+F) and file upload (CTRL+U)fiaxh2020-06-031-2/+11
| | | | fixes #806
* Add file upload previewfiaxh2020-04-221-4/+65
| | | | fixes #756
* Last message correction fixesfiaxh2020-04-061-0/+4
|
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-051-1/+1
|
* Add support for last message correctionfiaxh2020-04-031-5/+8
|
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-1/+1
|
* Move widget insertion logic from ConversationTitlebar to controllerfiaxh2020-02-221-3/+4
|
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-20/+89
|
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-221-0/+96
drag'n'drop on ConversationView level