aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input/view.vala
Commit message (Expand)AuthorAgeFilesLines
* Focus ChatInput textbox after selecting emojiKarim Malhas2023-04-231-0/+2
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-061-1/+14
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-211-1/+1
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-201-0/+2
* Improve Gtk4 portfiaxh2022-07-271-10/+10
* Port from GTK3 to GTK4fiaxh2022-07-271-22/+8
* 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
* Add file upload previewfiaxh2020-04-221-14/+3
* 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
* Forward KeyEvent (and change focus) on key press in conversation view (not ch...fiaxh2019-04-151-1/+1
* 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, i...fiaxh2018-01-281-1/+1
* 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
* 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