Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 1 | -0/+1 |
| | |||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 1 | -0/+1 |
| | |||||
* | Add emoji button to chat input | fiaxh | 2019-09-09 | 1 | -0/+1 |
| | |||||
* | Fix compilation | fiaxh | 2019-08-06 | 1 | -1/+0 |
| | |||||
* | Use own file type icons | fiaxh | 2019-08-06 | 1 | -0/+9 |
| | |||||
* | Rework encryption enabling logic + UI | fiaxh | 2019-08-02 | 1 | -9/+19 |
| | |||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -0/+1 |
| |