aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_titlebar/occupants_entry.vala
Commit message (Collapse)AuthorAgeFilesLines
* Use Adw.StatusPage instead of custom placeholdersfiaxh2023-01-241-1/+1
|
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-201-1/+1
| | | | | 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 GTK4fiaxh2022-07-271-28/+14
|
* Reduce use of Widget.destroy()fiaxh2021-02-101-1/+0
| | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17
* Rework no-open-conversation placeholderfiaxh2019-10-011-1/+5
|
* Add headerbar button tooltips, don't remove relieffiaxh2019-03-181-0/+1
|
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-8/+8
| | | | accessible, no-CSD option for main window
* Fix memory leakfiaxh2017-11-231-3/+5
|
* Fix warningsfiaxh2017-10-311-1/+1
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-5/+8
|
* Http file uploadfiaxh2017-08-031-0/+50