summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-10-26apps: add option to include categories in queriesmatteo4375
2024-10-25docs: battery doc commentsAylur
2024-10-25tray: fix method visibilitykotontrion
2024-10-25docs: add tray docskotontrion
2024-10-24apps: add option to include keywords in queries (#56)matteo4375
2024-10-24lib(apps): make scoring mechanism publicAylur
resolves #54
2024-10-23docs: astal3 and io commentsAylur
2024-10-23docs: fixup notifd and appsAylur
2024-10-23docs: notifd doc commentsAylur
2024-10-20fix #51 keymode enumAylur
2024-10-16Merge branch 'main' into fix/fuzzy-searchAylur
2024-10-16fix io send_messageAylur
2024-10-16apps: fuzzy: reduce panalty for not matchingkotontrion
2024-10-15docs: astal-io doc commentsAylur
2024-10-15docs: apps doc commentsAylur
docs: apps doc comments
2024-10-15docs: update references flakeAylur
2024-10-15refactor lua and gjs libAylur
2024-10-14feat: Astal3Aylur
2024-10-14feat: astal-ioAylur
2024-10-14Merge pull request #44 from 0x6e6174/mainAylur
check that conn is not null in Hyprland.write_socket() prior to setting output values
2024-10-14lib(hyprland): check if conn and strea is not nullAylur
2024-10-13check that conn is not nullgnat
2024-10-13apps: fix stylekotontrion
2024-10-11apps: better fuzzy search algorithmkotontrion
2024-10-08notifd: fix notification settersAylur
2024-10-07notifd: add doc commentsAylur
they are not included in the generated docs or gir yet
2024-10-06fix #36: battery-icon-nameAylur
a
2024-10-02river: fix ouput remove bugkotontrion
2024-09-30fix(notifd): check ignore-timeout after Notify calls tooAylur
#32
2024-09-26fix #20: hyprland sync workspaces on focused_workspaceAylur
2024-09-26river: make focused-tags property writablekotontrion
2024-09-22wireplumber: fix race conditionkotontrion
sometimes an endpoint gets added before the associated device. The creation of an endpoint is now delayed until the associated device is added.
2024-09-18Merge branch 'fix/wireplumber-11'kotontrion
2024-09-18add version constants to auth, river and wireplumber libskotontrion
2024-09-18wireplumber: rename get_default_wp to get_defaultkotontrion
2024-09-18device id null checkkotontrion
2024-09-17fix(battery): charged 100 battery iconAylur
2024-09-17battery: use json-glib for cliAylur
2024-09-17fix(notifications): urgency getterAylur
2024-09-17fix(mpris): length getterAylur
the spec says length is supposed to be an int64 but spotify is returning a uint64
2024-09-14fixAylur
2024-09-14battery: use numbered battery iconsAylur
2024-09-14fix: Network.get_device #6Aylur
2024-09-11tray: Change return type of create_menu methodkotontrion
Programs using this lib won't have to link against DBusmenu-gtk3 anymore.
2024-09-09lib: notifd check for valid replace idsAylur
2024-09-09lib: hyprland 0.42 fullscreen changesAylur
this means this library is for hyprland ^0.42
2024-09-05river: improve docskotontrion
2024-09-05wireplumber: improve docskotontrion
2024-09-02fix(notifd): urgency getterAylur
2024-09-02fix enum valuesAylur
when the first member is assigned 0, vala assigns 0 to the next member regardless