aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input/view.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-6/+6
|
* Focus textinput after closing file send dialogfiaxh2020-06-231-1/+5
| | | | fixes #867
* Add file upload previewfiaxh2020-04-221-14/+3
| | | | fixes #756
* Add support for last message correctionfiaxh2020-04-031-44/+8
|
* Fix slash commandsfiaxh2019-10-161-2/+2
|
* Add JET supportMarvin W2019-09-161-5/+8
|
* Deactivate emoji button for gtk < 3.24fiaxh2019-09-151-11/+15
|
* Add emoji button to chat inputfiaxh2019-09-091-1/+14
|
* Rework encryption enabling logic + UIfiaxh2019-08-021-93/+43
|
* Hide encryption icon in public MUCsfiaxh2019-06-221-1/+2
|
* Fix when /affiliate cmd doesn't get enough args (#557)Aearil2019-04-291-2/+6
| | | | | | Added array bounds checking to /affiliate command parsing. Maybe some user feedback when using the different commands would be useful.
* Forward KeyEvent (and change focus) on key press in conversation view (not ↵fiaxh2019-04-151-1/+1
| | | | | | | chat input) fixes #28 fixes #513
* Make file read/write asyncfiaxh2019-02-141-1/+1
|
* ui: search sidebar initialbobufa2018-08-131-1/+2
|
* Move chat input to .ui file, fix smiley conversion on enterfiaxh2018-05-101-26/+15
|
* Redesign chat input + move file upload therefiaxh2018-04-301-9/+61
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-281-1/+1
| | | | include and use pgp embedded file names
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-2/+2
|
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-0/+4
| | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-0/+5
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-0/+5
|
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
|
* add plugin api for text commandsMarvin W2017-08-171-9/+25
|
* Undo/redo text in chat inputfiaxh2017-08-171-1/+5
|
* fixup bcb9690 (Roster versioning)fiaxh2017-05-241-0/+4
|
* Send message on enter from numblockfiaxh2017-05-111-1/+1
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-2/+2
|
* Tab completion for MUC occupantsfiaxh2017-03-241-0/+102