summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-07-03init 0.1.0Aylur
2024-06-29fix typelib nameAylur
2024-06-28add flake, format, small fixes (#1)Aylur
* add flake, format, small fixes * moved the mainloop in cli.vala to the scope of deamonize * made versions public in config.vala * added notify_property("items") calls in tray.vala, this makes it work with the bind API in gjs * added flake.nix NOTE for nix: The dbusmenu workaround in meson seems to break typelib linking on nix which I could not find a solution for. A simple workaround is to simply put the dependencies of dbusmenu-gtk in buildInputs, which is fine, but I'm sure this will cause confusion since no other libs require additional packages in buildInputs * fix(cli): item changed event * move header to includedir/astal
2024-06-28move c header to includedir/astalAylur
2024-06-28move c haeder to includedir/astalAylur
2024-06-28move c header to includedir/astaAylur
2024-06-28fix(gjs) apply_cssAylur
in gjs optional values always requires a null to be passed but in some cases I feel like its annoying
2024-06-28feat(application) add_iconsAylur
2024-06-28fix vapi nameAylur
2024-06-28move c header to includedir/astalAylur
2024-06-28move c header to includedir/astalAylur
2024-06-27fix button hover eventAylur
2024-06-27cleanupAylur
* remove leftover to_json * add get_meta * fix notify::metadata signal
2024-06-27init 0.1.0Aylur
2024-06-26cleanup flake and mesonAylur
2024-06-26feat: widget click throughAylur
2024-06-25fix gjs typesAylur
2024-06-25box implicit destroy default to trueAylur
this is the current behavior on ags
2024-06-25add global default getterAylur
2024-06-25add global default getterAylur
2024-06-25cleanup(meson.build)Aylur
2024-06-23fix(box): only destroy old childrenAylur
2024-06-23try catch file utilsAylur
2024-06-22remove kbd and powerprofileAylur
2024-06-22init 0.1.0Aylur
2024-06-20automatically init object on creationkotontrion
fix object finalize
2024-06-20fix vapi namesAylur
2024-06-20fix vapi namesAylur
2024-06-20fix vapi namesAylur