summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-27style: fix indentationAylur
I will setup uncrustify at some point, but the number of options is overwhelming it will take a while
2024-09-27core: move vapi dir to srckotontrion
2024-09-27core: idle inhibitor fix code stylekotontrion
2024-09-25core: reregister inhibitor when window is shownkotontrion
2024-09-24core: inhibitor remove debug statementkotontrion
2024-09-24core: add window inhibit propertykotontrion
2024-09-23fix: hero bg blur on mobileAylur
2024-09-23docs: nix derivation for valaAylur
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-22docs: add iconAylur
2024-09-22examples: add vala barAylur
2024-09-21Merge pull request #15 from zoriya/mainAylur
Fix flake for river
2024-09-21examples: update battery widget to use battery_icon_nameAylur
closes #14
2024-09-21fix(box): children setterAylur
do not call destroy on an already removed child
2024-09-21fix(Variable): remove explicit run_disposeAylur
let gc collect them
2024-09-20Fix flake for riverZoe Roux
2024-09-19Update wireplumber.mdAylur
de096e16da8a76c60b97ca0238a1cd1b545fa295
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-18cleanup workflowsAylur
2024-09-17style(gjs): binding runtime private propertiesAylur
so people don't try to access the emitter
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-14docs: versioned gi-docgenAylur
2024-09-14Merge pull request #10 from tokyob0t/mainAylur
docs: fixed typo in mpris.md
2024-09-14docs: fixed typo in mpris.mdKevin
2024-09-14Update installation.mdAylur
it should probably be moved to the root from the src directory
2024-09-14lua: adjust Variable.poll for 25664dbeAylur
2024-09-14lua: adjust exec functionsAylur
2024-09-14fix: Network.get_device #6Aylur
2024-09-14Merge pull request #9 from tokyob0t/mainAylur
Added examples for python and lua to the docs :nerd_face:
2024-09-14docs: lib examples consistencyAylur
2024-09-14Added examples for python and luaKevin
2024-09-13Merge pull request #7 from marleypowell/patch-1Aylur
docs: fixed typo in faq.md
2024-09-13docs: fixed typo in faq.mdMarley
2024-09-12fix: widget constructor assigning orderAylur
assign children first, so props that depend on them work for example Stack.shown
2024-09-12docs: list of jsx available widgetsAylur
2024-09-12fix: box and stack children setterAylur
2024-09-12lua: rockspeck urlsAylur
2024-09-11lua: fix hookAylur
2024-09-12fixes and touchupsAylur
2024-09-12docs: fix urlAylur
2024-09-12docs: touchupsAylur
2024-09-12Merge pull request #5 from Aylur/nix/lua-builderAylur
lua example, nix builder