aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite contact details dialogfiaxh2023-09-241-3/+2
|
* Fix chat input for IMEfiaxh2023-05-141-1/+6
| | | | | | fixes #1419 Co-authored-by: Marvin W <git@larma.de>
* Focus ChatInput textbox after selecting emojiKarim Malhas2023-04-231-0/+2
| | | | | | | | | | | | After selecting an emoji, the emoji is inserted into the textbox, but focus remains on the emoji_button. This causes the EmojiChooser to be opened again if a user hits the Enter key directly, but text is inserted into the textbox if they continue to type. This commit just explicitely focuses on the textbox after an emoji has been selected.
* Clear chat input after /commandfiaxh2023-02-101-7/+8
| | | | fixes #1359
* Remove spell check settingfiaxh2023-02-091-80/+0
| | | | As there is currently no spell check support for GTK4
* Fix reply cancellingfiaxh2023-01-161-2/+2
| | | | fixes #1340
* Replies: Fix quoted message not being reset after sendingfiaxh2023-01-071-3/+5
| | | | fixes #1334
* 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
| | | | MenuButton.activate only exists since 4.4
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-201-0/+2
| | | | | A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941
* 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
| | | | | | | This reverts commit eefce3fd81d7fcb349acb073941ebf5ca9140507. The workaround doesn't seem to be necessary anymore. fixes #1188
* Prevent ChatTextView from increasing in height after text was enteredfiaxh2022-01-121-2/+7
| | | | fixes #1064
* 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
| | | | fixes #1058
* 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
| | | | fixes #867
* Don't offer encryption in MUC PMsfiaxh2020-06-231-2/+15
|
* Add image sending via clipboard pastefiaxh2020-06-041-0/+2
| | | | fixes #385
* 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
| | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* 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
| | | | fixes #756
* 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
| | | Just get yourself a kiss!
* 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
| | | | | | Added array bounds checking to /affiliate command parsing. Maybe some user feedback when using the different commands would be useful.
* Order MUC occupants tab completion by most recent message sentfiaxh2019-04-161-3/+22
| | | | fixes #401
* Forward KeyEvent (and change focus) on key press in conversation view (not ↵fiaxh2019-04-151-1/+1
| | | | | | | chat input) fixes #28 fixes #513