Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix chat input for IME | fiaxh | 2023-05-14 | 1 | -1/+6 |
| | | | | | | fixes #1419 Co-authored-by: Marvin W <git@larma.de> | ||||
* | Focus ChatInput textbox after selecting emoji | Karim Malhas | 2023-04-23 | 1 | -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 /command | fiaxh | 2023-02-10 | 1 | -7/+8 |
| | | | | fixes #1359 | ||||
* | Remove spell check setting | fiaxh | 2023-02-09 | 1 | -80/+0 |
| | | | | As there is currently no spell check support for GTK4 | ||||
* | Fix reply cancelling | fiaxh | 2023-01-16 | 1 | -2/+2 |
| | | | | fixes #1340 | ||||
* | Replies: Fix quoted message not being reset after sending | fiaxh | 2023-01-07 | 1 | -3/+5 |
| | | | | fixes #1334 | ||||
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 2 | -4/+48 |
| | |||||
* | Fix compiler warnings | fiaxh | 2022-12-30 | 1 | -1/+0 |
| | |||||
* | Fix encryption button update and reduce its required GTK version | fiaxh | 2022-08-21 | 3 | -25/+23 |
| | | | | MenuButton.activate only exists since 4.4 | ||||
* | Disable tooltips for GTK 4.6.4 - 4.6.6 | fiaxh | 2022-08-20 | 1 | -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 improvements | Marvin W | 2022-07-27 | 3 | -9/+35 |
| | |||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 3 | -52/+48 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 7 | -162/+80 |
| | |||||
* | Revert "Prevent ChatTextView from increasing in height after text was entered" | fiaxh | 2022-02-04 | 1 | -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 entered | fiaxh | 2022-01-12 | 1 | -2/+7 |
| | | | | fixes #1064 | ||||
* | Allow spaces in nick for affiliate command (#1170) | jugendhacker | 2022-01-05 | 1 | -3/+5 |
| | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -6/+6 |
| | |||||
* | Don't keep own reference to GspellTextView/Buffer | fiaxh | 2021-07-29 | 1 | -8/+15 |
| | | | | fixes #1058 | ||||
* | Make spell checking a setting, store language per conversation | fiaxh | 2021-01-21 | 1 | -10/+48 |
| | |||||
* | Add spell-checking using Gspell | Thibaut Girka | 2021-01-21 | 2 | -0/+38 |
| | |||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | Focus textinput after closing file send dialog | fiaxh | 2020-06-23 | 1 | -1/+5 |
| | | | | fixes #867 | ||||
* | Don't offer encryption in MUC PMs | fiaxh | 2020-06-23 | 1 | -2/+15 |
| | |||||
* | Add image sending via clipboard paste | fiaxh | 2020-06-04 | 1 | -0/+2 |
| | | | | fixes #385 | ||||
* | Code cleanup | fiaxh | 2020-06-03 | 1 | -17/+6 |
| | |||||
* | Fix compiler warnings | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Update translations | Translations | 2020-05-17 | 1 | -2/+2 |
| | |||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 1 | -1/+1 |
| | |||||
* | Prevent dino from sending whitespace only messages (#821) | selurvedu | 2020-04-24 | 1 | -1/+1 |
| | | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com> | ||||
* | Small fixes to moderation | Marvin W | 2020-04-22 | 1 | -13/+12 |
| | |||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -1/+34 |
| | |||||
* | Add file upload preview | fiaxh | 2020-04-22 | 2 | -22/+10 |
| | | | | fixes #756 | ||||
* | Add keyboard shortcut (up key) to activate last message correction | fiaxh | 2020-04-05 | 1 | -0/+13 |
| | |||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 6 | -56/+113 |
| | |||||
* | Add alternative character sequence for kiss emoji (#784) | mbeko | 2020-03-28 | 1 | -0/+1 |
| | |||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 2 | -5/+12 |
| | |||||
* | Add smiley translation <3 (#723) | Alyssa Rosenzweig | 2020-02-22 | 1 | -0/+1 |
| | |||||
* | Add smiley translations for :-* (#724) | ericschdt | 2020-02-22 | 1 | -0/+1 |
| | | | Just get yourself a kiss! | ||||
* | Rename folders/files conversation_summary -> conversation_content_view | fiaxh | 2020-02-22 | 1 | -0/+150 |
| | |||||
* | Support smiley->emoji conversion in the middle of the text | fiaxh | 2020-01-02 | 1 | -7/+22 |
| | |||||
* | Fix slash commands | fiaxh | 2019-10-16 | 1 | -2/+2 |
| | |||||
* | Add JET support | Marvin W | 2019-09-16 | 1 | -5/+8 |
| | |||||
* | Deactivate emoji button for gtk < 3.24 | fiaxh | 2019-09-15 | 1 | -11/+15 |
| | |||||
* | Add emoji button to chat input | fiaxh | 2019-09-09 | 2 | -2/+14 |
| | |||||
* | Rework encryption enabling logic + UI | fiaxh | 2019-08-02 | 5 | -103/+60 |
| | |||||
* | Hide encryption icon in public MUCs | fiaxh | 2019-06-22 | 2 | -2/+9 |
| | |||||
* | Fix when /affiliate cmd doesn't get enough args (#557) | Aearil | 2019-04-29 | 1 | -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 sent | fiaxh | 2019-04-16 | 1 | -3/+22 |
| | | | | fixes #401 | ||||
* | Forward KeyEvent (and change focus) on key press in conversation view (not ↵ | fiaxh | 2019-04-15 | 1 | -1/+1 |
| | | | | | | | chat input) fixes #28 fixes #513 | ||||
* | Fix segfault in nick completion for non-connected MUCs | fiaxh | 2019-04-14 | 1 | -1/+1 |
| | | | | Co-authored-by: Roberto Santalla <roobre@roobre.es> |