Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unread indicator | fiaxh | 2024-03-02 | 1 | -0/+1 |
| | | | | | Co-authored-by: Alexandre Jousset <mid@gtmp.org> Co-authored-by: Aidan Epstein <aidan@jmad.org> | ||||
* | Conversation details dialog: Fix notification+block icons | fiaxh | 2023-12-10 | 1 | -0/+3 |
| | |||||
* | Rewrite contact details dialog | fiaxh | 2023-09-24 | 1 | -4/+18 |
| | |||||
* | Fix build on some Vala compiler versions | Marvin W | 2023-09-24 | 1 | -0/+15 |
| | | | | See https://gitlab.gnome.org/GNOME/vala/-/issues/1474 and https://gitlab.gnome.org/GNOME/vala/-/issues/1478 | ||||
* | Cleanup automatically loaded help overlay | fiaxh | 2023-07-08 | 1 | -1/+1 |
| | |||||
* | application: Load help overlay automatically | Christopher Davis | 2023-07-08 | 1 | -1/+1 |
| | | | | | | | | | GTK automatically loads and sets up the action and keyboard shortcut for the Keyboard Shortcuts dialog. We don't need to manually do it as long as we put everything in the right place. See https://docs.gtk.org/gtk4/class.Application.html#automatic-resources | ||||
* | icons: Refresh some symbolic icons (#1444) | Tobias Bernard | 2023-05-29 | 1 | -4/+0 |
| | |||||
* | Always export symbols to fix startup on BSDs | Klemens Nanni | 2023-03-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | ``` $ dino (dino:38515): Gtk-ERROR **: 15:38:38.538: failed to add UI from resource /im/dino/Dino/unified_main_content.ui: .:26:1 Invalid object type 'DinoUiConversationSelector' Trace/BPT trap (core dumped) ``` This works on Linux because CMake itself links with `-rdynamic` by default as per its `Modules/Platform/Linux-*.cmake`. OpenBSD carries this as local patch, FreeBSD links with `--export-dynamics`. Just linking with `-rdynamic` also fixes it on OpenBSD, as expected. https://cmake.org/cmake/help/latest/prop_tgt/ENABLE_EXPORTS.html Fix #438. | ||||
* | New Avatar UI | Marvin W | 2023-03-05 | 1 | -2/+1 |
| | |||||
* | New Date Separator | Marvin W | 2023-01-31 | 1 | -0/+1 |
| | |||||
* | Always display reaction+reply buttons, disable if not possible | fiaxh | 2023-01-30 | 1 | -0/+1 |
| | |||||
* | Fix UI for libadwaita | Marvin W | 2023-01-25 | 1 | -1/+6 |
| | |||||
* | Small UI fixes for libAdwaita | Marvin W | 2023-01-24 | 1 | -1/+2 |
| | |||||
* | Only use Adw.AboutWindow for Adwaita >= 1.2 | fiaxh | 2023-01-24 | 1 | -0/+3 |
| | |||||
* | Add libadwaita to build system | Teemu Ikonen | 2023-01-24 | 1 | -0/+1 |
| | |||||
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 1 | -0/+2 |
| | |||||
* | Add support for reactions | fiaxh | 2022-10-11 | 1 | -0/+2 |
| | |||||
* | Move icons out of scalable/ui/ since it's not allowed by icon naming spec | fiaxh | 2022-09-18 | 1 | -6/+5 |
| | |||||
* | GTK4: Don't require use of MenuButton.set_child introduced with 4.6 | Marvin W | 2022-08-21 | 1 | -0/+8 |
| | |||||
* | Move all icons in respective paths | Marvin W | 2022-08-20 | 1 | -8/+7 |
| | |||||
* | Gtk4 bug fixes and improvements | Marvin W | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 1 | -24/+6 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 1 | -53/+51 |
| | |||||
* | Fix Version handling, add function to retrieve short version without git commit | Marvin W | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | Remove GStreamer dependencies from main | Marvin W | 2022-01-09 | 1 | -2/+0 |
| | | | | Fixes #1060 | ||||
* | Add (disabled) multi-party call UI | fiaxh | 2021-11-10 | 1 | -0/+3 |
| | |||||
* | Calls: Indicate whether OMEMO key is verified | fiaxh | 2021-05-11 | 1 | -0/+1 |
| | |||||
* | Add UI for audio/video calls | fiaxh | 2021-03-21 | 1 | -0/+21 |
| | |||||
* | Add spell-checking using Gspell | Thibaut Girka | 2021-01-21 | 1 | -0/+2 |
| | |||||
* | Refactor Notifications, add freedesktop backend | fiaxh | 2020-11-20 | 1 | -1/+2 |
| | | | | fixes #707 | ||||
* | Include 128x128 Dino icon as resource | fiaxh | 2020-10-15 | 1 | -0/+1 |
| | |||||
* | Remove unused file (fixup 51a2372) | fiaxh | 2020-04-24 | 1 | -1/+0 |
| | |||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+1 |
| | |||||
* | Add file upload preview | fiaxh | 2020-04-22 | 1 | -0/+3 |
| | | | | fixes #756 | ||||
* | Clean up file widget code | fiaxh | 2020-04-10 | 1 | -0/+2 |
| | |||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -1/+3 |
| | |||||
* | Fix issue rendering messages outside reachable scroll area | Marvin W | 2020-04-01 | 1 | -0/+1 |
| | | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556 | ||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 1 | -2/+4 |
| | |||||
* | Visually mark unencrypted messages if conversation is encrypted | fiaxh | 2020-03-29 | 1 | -0/+1 |
| | |||||
* | Visually mark OMEMO messages from a trusted device as trusted | fiaxh | 2020-03-29 | 1 | -0/+1 |
| | |||||
* | Scale files and images to the available space | Marvin W | 2020-03-14 | 1 | -0/+2 |
| | |||||
* | Rename UnifiedWindow -> MainWindow | fiaxh | 2020-02-22 | 1 | -2/+2 |
| | |||||
* | Rename folders/files conversation_summary -> conversation_content_view | fiaxh | 2020-02-22 | 1 | -12/+12 |
| | |||||
* | Move ConversationTitlebar into ConversationViewController responsibility | fiaxh | 2020-02-22 | 1 | -1/+0 |
| | |||||
* | Move ConversationContentView+ChatInput into ConversationView, handle ↵ | fiaxh | 2020-02-22 | 1 | -0/+3 |
| | | | | drag'n'drop on ConversationView level | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -3/+3 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add shortcuts window | fiaxh | 2019-12-17 | 1 | -0/+1 |
| | |||||
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 1 | -0/+1 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -1/+1 |
| | | | | Fixes #598 |