aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input
Commit message (Expand)AuthorAgeFilesLines
* Fix chat input for IMEfiaxh2023-05-141-1/+6
* Focus ChatInput textbox after selecting emojiKarim Malhas2023-04-231-0/+2
* Clear chat input after /commandfiaxh2023-02-101-7/+8
* Remove spell check settingfiaxh2023-02-091-80/+0
* Fix reply cancellingfiaxh2023-01-161-2/+2
* Replies: Fix quoted message not being reset after sendingfiaxh2023-01-071-3/+5
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-062-4/+48
* Fix compiler warningsfiaxh2022-12-301-1/+0
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-213-25/+23
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-201-0/+2
* Gtk4 bug fixes and improvementsMarvin W2022-07-273-9/+35
* Improve Gtk4 portfiaxh2022-07-273-52/+48
* Port from GTK3 to GTK4fiaxh2022-07-277-162/+80
* Revert "Prevent ChatTextView from increasing in height after text was entered"fiaxh2022-02-041-7/+2
* Prevent ChatTextView from increasing in height after text was enteredfiaxh2022-01-121-2/+7
* Allow spaces in nick for affiliate command (#1170)jugendhacker2022-01-051-3/+5
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-6/+6
* Don't keep own reference to GspellTextView/Bufferfiaxh2021-07-291-8/+15
* Make spell checking a setting, store language per conversationfiaxh2021-01-211-10/+48
* Add spell-checking using GspellThibaut Girka2021-01-212-0/+38
* Fix some compiler warningsfiaxh2020-10-271-2/+2
* Focus textinput after closing file send dialogfiaxh2020-06-231-1/+5
* Don't offer encryption in MUC PMsfiaxh2020-06-231-2/+15
* Add image sending via clipboard pastefiaxh2020-06-041-0/+2
* Code cleanupfiaxh2020-06-031-17/+6
* Fix compiler warningsfiaxh2020-06-031-1/+1
* Update translationsTranslations2020-05-171-2/+2
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-1/+1
* Prevent dino from sending whitespace only messages (#821)selurvedu2020-04-241-1/+1
* Small fixes to moderationMarvin W2020-04-221-13/+12
* voice handling in moderated groups (#788)Anmol2020-04-221-1/+34
* Add file upload previewfiaxh2020-04-222-22/+10
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-051-0/+13
* Add support for last message correctionfiaxh2020-04-036-56/+113
* Add alternative character sequence for kiss emoji (#784)mbeko2020-03-281-0/+1
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-082-5/+12
* Add smiley translation <3 (#723)Alyssa Rosenzweig2020-02-221-0/+1
* Add smiley translations for :-* (#724)ericschdt2020-02-221-0/+1
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-221-0/+150
* Support smiley->emoji conversion in the middle of the textfiaxh2020-01-021-7/+22
* 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-092-2/+14
* Rework encryption enabling logic + UIfiaxh2019-08-025-103/+60
* Hide encryption icon in public MUCsfiaxh2019-06-222-2/+9
* Fix when /affiliate cmd doesn't get enough args (#557)Aearil2019-04-291-2/+6
* Order MUC occupants tab completion by most recent message sentfiaxh2019-04-161-3/+22
* Forward KeyEvent (and change focus) on key press in conversation view (not ch...fiaxh2019-04-151-1/+1
* Fix segfault in nick completion for non-connected MUCsfiaxh2019-04-141-1/+1