summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-20fix focused container & give output nameHEADmainame
2025-04-25fix(mpris): skip unnecessary notify emissionAylur
2025-04-25docs: add Astal4 documentation link to navigationkotontrion
2025-04-25fix(AstalApps): increase min score threshold to 0.5kotontrion
The default minimum score for application queries has been increased from 0 to 0.5 to correctly filter out mismatches when using the exact query algorithm fixes #339
2025-04-25AstalTray: make dbus calls async (#323)kotontrion
* AstalTray: make dbus calls async * Tray: improve async property handling * Tray: fix missing icon update
2025-04-25AstalWp: fix Video recorders property annotationkotontrion
2025-04-25Astal4: fix namespace setterkotontrion
2025-04-25fix: battery cli flush outputAylur
2025-04-25AstalTray: reduce dbus call timeoutkotontrion
2025-04-25fix typosAylur
2025-04-25Fixed JSX syntax typos (#321)Timur Gruzdev
2025-04-25fix missing get-type for enums in cava and riverkotontrion
2025-04-25astal3: centerbox Gtk.Buildable implAylur
2025-04-25AstalRiver: fix memory leakkotontrion
2025-04-25AstalRiver: fix scale-factor typekotontrion
2025-04-25AstalRiver: add wl_output properties.kotontrion
2025-04-25AstalTray: isMenu default to truekotontrion
close #306
2025-03-21fix empty nodesnoname
2025-03-20make setters privatenoname
2025-03-07fix startupnoname
2025-03-07fix workspace focusnoname
2025-03-07finalize projectnoname
2025-03-07make setter of properties privatenoname
2025-03-07improve error handlingnoname
2025-03-07move stuffs to structs.valanoname
2025-03-07change indent to 4 spacesnoname
2025-03-07add init functionnoname
2025-03-06remove scratch from workspacesnoname
2025-03-06implement outputsnoname
2025-03-04implement containers and windowsnoname
2025-03-03nodes properties and workspace eventsnoname
2025-03-03implement node classnoname
2025-03-03null terminate before converting to stringnoname
2025-03-03basic ipc setupnoname
2025-03-03test2noname
2025-03-03testnoname
2025-03-03feat: follow symlinks in file write and monitor functions (#303)davfsa
2025-03-01add gtk4 examplesAylur
2025-03-01feat: Astal.BinAylur
2025-02-27rename: message -> requestAylur
the same thing was called either message or request now its only referred to as a request
2025-02-26feat: apply_css from resourceAylur
2025-02-20fix broken links (#294)Dacian
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-12Update widget.mdAylur
fix gtk4 hook
2025-02-12tray: add missing doc commentskotontrion
2025-02-12wireplumber: fix lintkotontrion
2025-02-12wireplumber: add more propertieskotontrion
closes #280
2025-02-11fix(gjs): pass type to vfunc_add_childAylur