summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2025-02-26feat: apply_css from resourceAylur
2025-02-19Fix/circular progress (#289)kotontrion
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-02-12wireplumber: fix lintkotontrion
2025-02-12wireplumber: add more propertieskotontrion
closes #280
2025-02-10fix(window): anchor getterAylur
2025-02-07Revert "fix(window): auto shrink gtk4 windows"Aylur
This reverts commit 173e35fb3b4e2e219524e1232e93683283e8fe81.
2025-02-06fix(window): auto shrink gtk4 windowsAylur
by setting default sizes to 1
2025-02-06fix(notifd): invalidate props from proxyAylur
this fixes dont-disturb and ignore-timeout getters from the proxy, currently the cached values were returned which were set at launch and never changed might be a better idea to use the PropertiesChanged interface instead
2025-02-05fix typoAylur
2025-02-01fix the other typo in ifaces (#272)cccslater
I missed it the first time
2025-02-01 upower.vala: fix typo (#269)cccslater
Lis -> lid
2025-01-29fix(hyprland): focused_workspaceDr0med4r
If moving a workspace to another monitor the newly created workspace has the focus. Also notify the workspaces as a property of a workspace has changed.
2025-01-28Merge pull request #141 from ojaskavathe/mainAylur
feat: add battery_percentage to bluetooth devices
2025-01-24fix(bluetooth): battery between 0-1Ojas Kavathe
2025-01-23feat: monitor get_current_monitorAylur
2025-01-16fix(hyprland): update clients on openwindow if needed (#148)pynappo
closes #188
2025-01-12chore(hyprland): add 3 missing properties for `Bind` (#234)Juhan
2025-01-12fix #238: Astal.Slider page incrementAylur
2025-01-10tray: add a way to call the menus AboutToShowkotontrion
2025-01-08apps: fix wrong penaltykotontrion
2025-01-07fix(vala): add namespace and version annotation for gir filesmatt1432
2025-01-03docs: remove random lineAylur
2024-12-30feat: auto create parent dirs on write_fileAylur
2024-12-30feat: AstalIO.DaemonAylur
This class can be used for applications running as a daemon that don't use Gtk but only run in the background benefitting from the astal cli
2024-12-29gtk4 print error when css loading failedkotontrion
2024-12-27feat: Process exit signalAylur
close #214
2024-12-27fix #199kotontrion
2024-12-25docs: add gtk4 jsx documentationAylur
2024-12-24Merge branch 'main' into feat/jsx-gtk4Aylur
2024-12-21nix: fix river buildAylur
2024-12-21Merge branch 'main' into feat/wayland-glibAylur
2024-12-21nix: refactor (#197)Aylur
close #192
2024-12-21astal3 icon: use Gtk Image's GIcon (#187)kotontrion
2024-12-20fix: sliderAylur
style
2024-12-20Merge branch 'main' into feat/jsx-gtk4Aylur
2024-12-20Merge branch 'main' into feat/wayland-glibkotontrion
2024-12-20wayland-glib: rename namespacekotontrion
2024-12-19update examples, fix stylingAylur
2024-12-19Merge branch 'main' into feat/tray-gtk4Aylur
2024-12-19style: IO.Process constructorAylur
2024-12-17wayland-glib: clean up vapikotontrion
2024-12-17wayland-glib: fix freezekotontrion
occured sometimes when used by multiple libs at the same time
2024-12-17move wayland-glib into its own libkotontrion
2024-12-13fix #179: power profiles missing profile keyAylur
2024-12-10tray: use highest res pixmap availablekotontrion
2024-12-06fix(mpris): shuffle/loop unsupporteddanielwerg
2024-12-04fix(network): specify values for State enummunicorn