Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-26 | feat: apply_css from resource | Aylur | |
2025-02-19 | Fix/circular progress (#289) | kotontrion | |
2025-02-17 | tray: fix last commit | kotontrion | |
2025-02-17 | tray: add small check | kotontrion | |
to prevent segfault when tray app does not follow the spec correctly. There probably should be more though. | |||
2025-02-12 | tray: add missing doc comments | kotontrion | |
2025-02-12 | wireplumber: fix lint | kotontrion | |
2025-02-12 | wireplumber: add more properties | kotontrion | |
closes #280 | |||
2025-02-10 | fix(window): anchor getter | Aylur | |
2025-02-07 | Revert "fix(window): auto shrink gtk4 windows" | Aylur | |
This reverts commit 173e35fb3b4e2e219524e1232e93683283e8fe81. | |||
2025-02-06 | fix(window): auto shrink gtk4 windows | Aylur | |
by setting default sizes to 1 | |||
2025-02-06 | fix(notifd): invalidate props from proxy | Aylur | |
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-05 | fix typo | Aylur | |
2025-02-01 | fix 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-29 | fix(hyprland): focused_workspace | Dr0med4r | |
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-28 | Merge pull request #141 from ojaskavathe/main | Aylur | |
feat: add battery_percentage to bluetooth devices | |||
2025-01-24 | fix(bluetooth): battery between 0-1 | Ojas Kavathe | |
2025-01-23 | feat: monitor get_current_monitor | Aylur | |
2025-01-16 | fix(hyprland): update clients on openwindow if needed (#148) | pynappo | |
closes #188 | |||
2025-01-12 | chore(hyprland): add 3 missing properties for `Bind` (#234) | Juhan | |
2025-01-12 | fix #238: Astal.Slider page increment | Aylur | |
2025-01-10 | tray: add a way to call the menus AboutToShow | kotontrion | |
2025-01-08 | apps: fix wrong penalty | kotontrion | |
2025-01-07 | fix(vala): add namespace and version annotation for gir files | matt1432 | |
2025-01-03 | docs: remove random line | Aylur | |
2024-12-30 | feat: auto create parent dirs on write_file | Aylur | |
2024-12-30 | feat: AstalIO.Daemon | Aylur | |
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-29 | gtk4 print error when css loading failed | kotontrion | |
2024-12-27 | feat: Process exit signal | Aylur | |
close #214 | |||
2024-12-27 | fix #199 | kotontrion | |
2024-12-25 | docs: add gtk4 jsx documentation | Aylur | |
2024-12-24 | Merge branch 'main' into feat/jsx-gtk4 | Aylur | |
2024-12-21 | nix: fix river build | Aylur | |
2024-12-21 | Merge branch 'main' into feat/wayland-glib | Aylur | |
2024-12-21 | nix: refactor (#197) | Aylur | |
close #192 | |||
2024-12-21 | astal3 icon: use Gtk Image's GIcon (#187) | kotontrion | |
2024-12-20 | fix: slider | Aylur | |
style | |||
2024-12-20 | Merge branch 'main' into feat/jsx-gtk4 | Aylur | |
2024-12-20 | Merge branch 'main' into feat/wayland-glib | kotontrion | |
2024-12-20 | wayland-glib: rename namespace | kotontrion | |
2024-12-19 | update examples, fix styling | Aylur | |
2024-12-19 | Merge branch 'main' into feat/tray-gtk4 | Aylur | |
2024-12-19 | style: IO.Process constructor | Aylur | |
2024-12-17 | wayland-glib: clean up vapi | kotontrion | |
2024-12-17 | wayland-glib: fix freeze | kotontrion | |
occured sometimes when used by multiple libs at the same time | |||
2024-12-17 | move wayland-glib into its own lib | kotontrion | |
2024-12-13 | fix #179: power profiles missing profile key | Aylur | |
2024-12-10 | tray: use highest res pixmap available | kotontrion | |
2024-12-06 | fix(mpris): shuffle/loop unsupported | danielwerg | |
2024-12-04 | fix(network): specify values for State enum | municorn | |