Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Adw.HeaderBar for CSD header bars | Teemu Ikonen | 2023-01-24 | 1 | -2/+2 |
| | | | | | This allows showing the correct buttons with 'show-start-title-buttons' and 'show-end-title-buttons' properties when folding. | ||||
* | 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 | ||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 1 | -12/+6 |
| | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -4/+4 |
| | |||||
* | Move ConversationTitlebar into ConversationViewController responsibility | fiaxh | 2020-02-22 | 1 | -12/+23 |
| | |||||
* | Fix+improve conversation selection when joining channel or starting MUC PM | fiaxh | 2019-12-21 | 1 | -2/+0 |
| | |||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 1 | -28/+9 |
| | | | | accessible, no-CSD option for main window | ||||
* | ui: search sidebar initial | bobufa | 2018-08-13 | 1 | -1/+0 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -2/+2 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 1 | -7/+3 |
| | |||||
* | main: extend theming capabilities | Marvin W | 2017-08-29 | 1 | -0/+4 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 1 | -2/+2 |
| | |||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 1 | -2/+8 |
| | |||||
* | Conversation details dialog | fiaxh | 2017-05-30 | 1 | -6/+6 |
| | |||||
* | Fix a couple of warnings relating to parents of dialogs | hrxi | 2017-05-09 | 1 | -3/+3 |
| | | | | | | | | | | | | Fixes these kind of warnings: ``` (dino:<PID>): Gtk-CRITICAL **: gtk_window_set_transient_for: assertion 'parent == NULL || GTK_IS_WINDOW (parent)' failed Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. (dino:<PID>): GLib-GObject-WARNING **: invalid cast from 'GtkPaned' to 'GtkWindow' ``` Also centers these dialogs (settings, add chat, join conversation) on top of their parent windows. | ||||
* | Move UI code into main dir | Marvin W | 2017-03-11 | 1 | -0/+47 |