aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input/chat_text_view.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix chat input for IMEfiaxh2023-05-141-1/+6
| | | | | | fixes #1419 Co-authored-by: Marvin W <git@larma.de>
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-6/+32
|
* Improve Gtk4 portfiaxh2022-07-271-18/+8
|
* Port from GTK3 to GTK4fiaxh2022-07-271-26/+29
|
* 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
* Add spell-checking using GspellThibaut Girka2021-01-211-0/+3
|
* Prevent dino from sending whitespace only messages (#821)selurvedu2020-04-241-1/+1
| | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* Add support for last message correctionfiaxh2020-04-031-0/+91