summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-22add video device supportkotontrion
2024-07-21add iconskotontrion
2024-07-20add audio devices and profileskotontrion
2024-07-20update eslint, ts-for-girAylur
2024-07-19move headers to the correct locationkotontrion
2024-07-19move mixer handler to endpointskotontrion
2024-07-19add default speaker/microphone objectskotontrion
2024-07-18fix(gjs): binding settersAylur
Array and List types do not work as property from Vala, but their setter methods do
2024-07-18remove leftover print statementAylur
2024-07-18add Audio object and default nodes apikotontrion
2024-07-18add nix flake (#1)Aylur
2024-07-18move c header back to astal-powerprofiles.hAylur
2024-07-18move c header back to astal-notifd.hAylur
2024-07-18move c header back to astal-mpris.hAylur
2024-07-18move c header back to astal-hyprland.hAylur
2024-07-18move c header back to astal-bluetooth.hAylur
2024-07-18move c header back to astal-battery.hAylur
2024-07-18move c header to astal-apps.hAylur
2024-07-18auto apply bundled cssAylur
2024-07-18fix(jsx): fat arrow widgetsAylur
2024-07-17improve docskotontrion
2024-07-17improve docskotontrion
2024-07-17move c header back to astal-tray.h (#2)Aylur
* move c header back to astal-tray.h as discussed before, placing the header to astal/tray.h breaks it when using it from another vala project * fix header location --------- Co-authored-by: kotontrion <[email protected]>
2024-07-17fix header location in gir filekotontrion
2024-07-17move header to astal-auth.hkotontrion
2024-07-17move header to astal-river.hkotontrion
2024-07-16initial commitkotontrion
2024-07-15remove python and nodeAylur
I have no desire to work on the python version The node version has the issue of promises not working which makes it unusable but gjs works just as good if not better. Might look back into node later
2024-07-15move message logic to Application classAylur
2024-07-15install gjs package to pkgdatadirAylur
this is needed for ags v2 so that it can setup a ts environment similar to the current --init flag
2024-07-15add: cli optionsAylur
* list * toggle-window * quit * inspector
2024-07-14fix daemonize flagAylur
2024-07-14fix(app): handle null messageAylur
2024-07-14add slider default step valueAylur
2024-07-14move c header back to astal-mpris.hAylur
2024-07-14fix position getterAylur
2024-07-14feat(slider): dragged signalAylur
2024-07-14chore(gjs): JSX types globalAylur
allow null types in Bindings, this remove the need for .as(String) on string properties
2024-07-14fix(slider)Aylur
* remove custom css selector, so that default gtk theme works * set max to 1 by default
2024-07-14cache cover artAylur
2024-07-13Add flake (#1)Zoe Roux
2024-07-11fix(Time): cancelingAylur
only try to remove the source on unfulfilled Time objects
2024-07-11fix(Application) css providersAylur
2024-07-11few touchupsAylur
2024-07-07init 0.1.0Aylur
2024-07-03add icon-nameAylur