Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-01 | apps: remove redundant properties | Aylur | |
there is no need for the enable properties since setting the multiplier to a non zero or zero value is the same thing | |||
2024-11-01 | Merge pull request #61 from matteo4375/apps/categories | Aylur | |
apps: add option to include categories in queries | |||
2024-11-01 | fix: trailing empty category | Aylur | |
2024-10-30 | cli: new lines on error | Aylur | |
2024-10-30 | auth: fix gir warning | kotontrion | |
2024-10-29 | fix(mpris): bus_name setter | Aylur | |
for real this time | |||
2024-10-29 | fix(mpris): bus_name constructor setter | Aylur | |
2024-10-29 | fixup(notifd): make dismissed signal internal | Aylur | |
its used only internally, the resolved signal is meant to be the public api | |||
2024-10-29 | Merge pull request #31 from Aylur/feat/cava | Aylur | |
new lib: cava | |||
2024-10-29 | touchups | Aylur | |
fix docs derivation format meson.build | |||
2024-10-29 | docs: add cava | kotontrion | |
2024-10-29 | Merge branch 'main' into feat/cava | kotontrion | |
2024-10-29 | cava: add libcava as subproject | kotontrion | |
if libcava could not be found on the system, meson will fallback to the subproject, which should make packaging for nix easier | |||
2024-10-28 | fix: #57 hyprland fullscreen enum (#58) | João Pereira | |
2024-10-27 | fix(astal3): windowanchor annotation | Aylur | |
2024-10-27 | fix: mpris constructor | Aylur | |
2024-10-27 | cli: better err logs | Aylur | |
2024-10-27 | docs(mpris): doc comments | Aylur | |
2024-10-27 | Update FUNDING.yml | kotontrion | |
2024-10-27 | docs(bluetooth): doc comments | Aylur | |
2024-10-26 | apps: add option to include categories in queries | matteo4375 | |
2024-10-26 | docs: fix gtk3 widget broken links (#60) | (◕ᴥ◕) | |
2024-10-26 | fix: lua flake and lib | Aylur | |
2024-10-25 | docs: lua docs (#50) | Kevin | |
2024-10-25 | docs: battery doc comments | Aylur | |
2024-10-25 | tray: fix method visibility | kotontrion | |
2024-10-25 | docs: add tray docs | kotontrion | |
2024-10-24 | apps: add option to include keywords in queries (#56) | matteo4375 | |
2024-10-24 | lib(apps): make scoring mechanism public | Aylur | |
resolves #54 | |||
2024-10-23 | docs: astal3 and io comments | Aylur | |
2024-10-23 | docs(mpris): mention gvfs #52 | Aylur | |
2024-10-23 | docs: fixup notifd and apps | Aylur | |
2024-10-23 | docs: notifd doc comments | Aylur | |
2024-10-23 | Update nix.md | Aylur | |
2024-10-22 | fix(gjs): property decorator | Aylur | |
make it not static | |||
2024-10-20 | fix #51 keymode enum | Aylur | |
2024-10-19 | update installation.md | Aylur | |
2024-10-19 | Update installation.md | Aylur | |
2024-10-18 | Merge pull request #48 from tokyob0t/lua-refactor | Aylur | |
core: lua refactor | |||
2024-10-18 | fix(gjs): Overlay.overlays | Aylur | |
2024-10-18 | reexport modules | Aylur | |
- Gio from file - GLib from gobject - AstalIO.Process from process - AstalIO.Time from time | |||
2024-10-18 | Update FUNDING.yml | Aylur | |
2024-10-17 | core: fix typo | Kevin | |
2024-10-16 | core: lua refactor | Kevin | |
2024-10-16 | Merge pull request #43 from tokyob0t/main | Aylur | |
core: lua compat 5.1/5.4/luajit | |||
2024-10-16 | Merge pull request #47 from Aylur/fix/fuzzy-search | Aylur | |
apps: fix fuzzy search | |||
2024-10-16 | Merge branch 'main' into fix/fuzzy-search | Aylur | |
2024-10-16 | fix io send_message | Aylur | |
2024-10-16 | docs: update widget subclass example | Aylur | |
2024-10-16 | apps: fuzzy: reduce panalty for not matching | kotontrion | |