summaryrefslogtreecommitdiff
path: root/lib/tray
AgeCommit message (Collapse)Author
2025-04-25AstalTray: make dbus calls async (#323)kotontrion
* AstalTray: make dbus calls async * Tray: improve async property handling * Tray: fix missing icon update
2025-04-25AstalTray: reduce dbus call timeoutkotontrion
2025-04-25AstalTray: isMenu default to truekotontrion
close #306
2025-02-17tray: fix last commitkotontrion
2025-02-17tray: add small checkkotontrion
to prevent segfault when tray app does not follow the spec correctly. There probably should be more though.
2025-02-12tray: add missing doc commentskotontrion
2025-01-10tray: add a way to call the menus AboutToShowkotontrion
2025-01-07fix(vala): add namespace and version annotation for gir filesmatt1432
2024-12-21nix: refactor (#197)Aylur
close #192
2024-12-19update examples, fix stylingAylur
2024-12-10tray: use highest res pixmap availablekotontrion
2024-11-26tray: workaround for icon name as pathkotontrion
2024-11-16Merge branch 'main' into feat/tray-gtk4kotontrion
2024-11-15tray: fix missing vapikotontrion
2024-11-08tray: icon lookupkotontrion
2024-11-07tray: use appmenu-glib-translator for menuskotontrion
2024-10-25tray: fix method visibilitykotontrion
2024-10-25docs: add tray docskotontrion
2024-09-11tray: Change return type of create_menu methodkotontrion
Programs using this lib won't have to link against DBusmenu-gtk3 anymore.
2024-09-01monorepo structuringAylur