Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 1 | -1/+14 |
| | |||||
* | Fix encryption button update and reduce its required GTK version | fiaxh | 2022-08-21 | 1 | -1/+1 |
| | | | | 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 | ||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 1 | -10/+10 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 1 | -22/+8 |
| | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -6/+6 |
| | |||||
* | Focus textinput after closing file send dialog | fiaxh | 2020-06-23 | 1 | -1/+5 |
| | | | | fixes #867 | ||||
* | Add file upload preview | fiaxh | 2020-04-22 | 1 | -14/+3 |
| | | | | fixes #756 | ||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -44/+8 |
| | |||||
* | 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 | 1 | -1/+14 |
| | |||||
* | Rework encryption enabling logic + UI | fiaxh | 2019-08-02 | 1 | -93/+43 |
| | |||||
* | Hide encryption icon in public MUCs | fiaxh | 2019-06-22 | 1 | -1/+2 |
| | |||||
* | 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. | ||||
* | 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 | ||||
* | Make file read/write async | fiaxh | 2019-02-14 | 1 | -1/+1 |
| | |||||
* | ui: search sidebar initial | bobufa | 2018-08-13 | 1 | -1/+2 |
| | |||||
* | Move chat input to .ui file, fix smiley conversion on enter | fiaxh | 2018-05-10 | 1 | -26/+15 |
| | |||||
* | Redesign chat input + move file upload there | fiaxh | 2018-04-30 | 1 | -9/+61 |
| | |||||
* | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 1 | -1/+1 |
| | | | | include and use pgp embedded file names | ||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | Add support for setting a new Affiliation in a muc (#266) | David Plassmann | 2018-01-09 | 1 | -0/+4 |
| | | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order | ||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 1 | -0/+5 |
| | |||||
* | Handle xmpp ?join and ?message uris | fiaxh | 2017-08-25 | 1 | -0/+5 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | add plugin api for text commands | Marvin W | 2017-08-17 | 1 | -9/+25 |
| | |||||
* | Undo/redo text in chat input | fiaxh | 2017-08-17 | 1 | -1/+5 |
| | |||||
* | fixup bcb9690 (Roster versioning) | fiaxh | 2017-05-24 | 1 | -0/+4 |
| | |||||
* | Send message on enter from numblock | fiaxh | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | Tab completion for MUC occupants | fiaxh | 2017-03-24 | 1 | -0/+102 |