Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-01 | feat: Astal.Bin | Aylur | |
2025-02-27 | rename: message -> request | Aylur | |
the same thing was called either message or request now its only referred to as a request | |||
2025-02-26 | feat: apply_css from resource | Aylur | |
2025-02-20 | fix broken links (#294) | Dacian | |
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 | Update widget.md | Aylur | |
fix gtk4 hook | |||
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-11 | fix(gjs): pass type to vfunc_add_child | Aylur | |
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-02-01 | Merge pull request #270 from Dr0med4r/focused_workspace | Aylur | |
fix(hyprland): focused_workspace | |||
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 | fix #264: mpris exampe | Aylur | |
2025-01-28 | Merge pull request #141 from ojaskavathe/main | Aylur | |
feat: add battery_percentage to bluetooth devices | |||
2025-01-28 | fix(gjs/overrides): add patch for Hyprland.prototype.binds (#257) | Juhan | |
2025-01-28 | Fix this in default signal handler (#263) | João Pereira | |
2025-01-24 | fix(bluetooth): battery between 0-1 | Ojas Kavathe | |
2025-01-23 | chore: nix flake update | Aylur | |
2025-01-23 | update popover example #249 | Aylur | |
2025-01-23 | update popover example | Aylur | |
2025-01-23 | feat: monitor get_current_monitor | Aylur | |
2025-01-23 | add: lua gtk3 examples (#156) | Kevin | |
2025-01-20 | Fix signal names for EventControllerFocus (#251) | agentx3 | |
2025-01-18 | Update theming.md | Aylur | |
2025-01-16 | fix(hyprland): update clients on openwindow if needed (#148) | pynappo | |
closes #188 | |||
2025-01-16 | add: OSD ts example #195 | Aylur | |
2025-01-16 | add: gtk3 ts popover example | Aylur | |
closes #224 closes #157 | |||
2025-01-16 | Update installation.md (#248) | Alexandre1a | |
I added a package : wayland-protocol-devel This package is required to build astal3 on Fedora and was not included in the package line in the docs. | |||
2025-01-13 | notification example: fix implicit destroy | kotontrion | |
the notificationsMap holds references to the notification widgets, therefore the box should not destroy the widgets in the bind | |||
2025-01-12 | chore: update gjs example | Aylur | |
use camelCase to satisfy types | |||
2025-01-12 | Added HyprPanel to showcase. (#244) | Jas Singh | |
2025-01-12 | fix #228: gjs: onScroll controller flags | Aylur | |
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-12 | fix #241: gjs: return value of hook callback | Aylur | |
2025-01-12 | docs: update nix page | Aylur | |
close #245 | |||
2025-01-10 | tray: add a way to call the menus AboutToShow | kotontrion | |
2025-01-08 | apps: fix wrong penalty | kotontrion | |
2025-01-07 | Merge pull request #225 from matt1432/types | Aylur | |
Annotate Vala namespaces to fix gir files | |||
2025-01-07 | chore(gjs): update meson.build | Aylur | |
2025-01-07 | fix(vala): add namespace and version annotation for gir files | matt1432 | |