Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2025-01-06 | fix 70ed5584 | Aylur | |
2025-01-06 | fix(gjs): app.launch | Aylur | |
2025-01-05 | Merge pull request #233 from ezerinz/main | Aylur | |
Add my configuration to showcases | |||
2025-01-05 | add epik-shell to showcases | Edwin | |
2025-01-03 | Merge pull request #227 from tokyob0t/lua-smol-fix | Aylur | |
lua: Variable.derive fix | |||
2025-01-03 | lua: Variable.derive fix | Kevin | |
2025-01-03 | docs: remove random line | Aylur | |
2025-01-03 | docs: update tray install guide | Aylur | |
2025-01-03 | docs: update tray installation guide | Aylur | |
2025-01-02 | Merge pull request #222 from matt1432/nix-passthru | Aylur | |
[Nix] Expose `girName` of each lib with `passthru` | |||
2025-01-01 | docs(faq): how to register keybindings | Aylur | |
close #223 | |||
2025-01-01 | docs: update showcases | Aylur | |
2024-12-31 | feat(nix): expose girName with passthru | matt1432 | |
2024-12-31 | fix(nix): add nativeBuildInputs param to drv | matt1432 | |
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-30 | style(gjs): reexport Time and Process | Aylur | |
2024-12-30 | Merge pull request #218 from Aylur/feat/gtk4-css-error | Aylur | |
gtk4 print error when css loading failed | |||
2024-12-30 | Update faq.md | Aylur | |
grammar | |||
2024-12-29 | gtk4 print error when css loading failed | kotontrion | |
2024-12-29 | fix: python example | Aylur | |
2024-12-28 | Merge pull request #208 from matt1432/main | Aylur | |
[Gtk3] Fix type of actionGroup prop | |||
2024-12-28 | fix: binding return type | Aylur | |
2024-12-28 | fix: examples without wifi | Aylur | |
2024-12-27 | feat: Process exit signal | Aylur | |
close #214 | |||
2024-12-27 | Merge pull request #212 from jgroboredo/fix/ubuntu_install_doc | Aylur | |
doc: Add valadoc as a dependency for Ubuntu | |||
2024-12-27 | fix #199 | kotontrion | |
2024-12-27 | fix(gtk3): add actionGroup to jsx ConstructProps | matt1432 | |
2024-12-26 | doc: Add valadoc as a dependency for Ubuntu&Arch | Gonçalo Roboredo | |
valadoc package was missing from the dependency list for ubuntu installation. |