Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-18 | remove leftover print statement | Aylur | |
2024-07-18 | add Audio object and default nodes api | kotontrion | |
2024-07-18 | add nix flake (#1) | Aylur | |
2024-07-18 | move c header back to astal-powerprofiles.h | Aylur | |
2024-07-18 | move c header back to astal-notifd.h | Aylur | |
2024-07-18 | move c header back to astal-mpris.h | Aylur | |
2024-07-18 | move c header back to astal-hyprland.h | Aylur | |
2024-07-18 | move c header back to astal-bluetooth.h | Aylur | |
2024-07-18 | move c header back to astal-battery.h | Aylur | |
2024-07-18 | move c header to astal-apps.h | Aylur | |
2024-07-18 | auto apply bundled css | Aylur | |
2024-07-18 | fix(jsx): fat arrow widgets | Aylur | |
2024-07-17 | improve docs | kotontrion | |
2024-07-17 | improve docs | kotontrion | |
2024-07-17 | move 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-17 | fix header location in gir file | kotontrion | |
2024-07-17 | move header to astal-auth.h | kotontrion | |
2024-07-17 | move header to astal-river.h | kotontrion | |
2024-07-16 | initial commit | kotontrion | |
2024-07-15 | remove python and node | Aylur | |
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-15 | move message logic to Application class | Aylur | |
2024-07-15 | install gjs package to pkgdatadir | Aylur | |
this is needed for ags v2 so that it can setup a ts environment similar to the current --init flag | |||
2024-07-15 | add: cli options | Aylur | |
* list * toggle-window * quit * inspector | |||
2024-07-14 | fix daemonize flag | Aylur | |
2024-07-14 | fix(app): handle null message | Aylur | |
2024-07-14 | add slider default step value | Aylur | |
2024-07-14 | move c header back to astal-mpris.h | Aylur | |
2024-07-14 | fix position getter | Aylur | |
2024-07-14 | feat(slider): dragged signal | Aylur | |
2024-07-14 | chore(gjs): JSX types global | Aylur | |
allow null types in Bindings, this remove the need for .as(String) on string properties | |||
2024-07-14 | fix(slider) | Aylur | |
* remove custom css selector, so that default gtk theme works * set max to 1 by default | |||
2024-07-14 | cache cover art | Aylur | |
2024-07-13 | Add flake (#1) | Zoe Roux | |
2024-07-11 | fix(Time): canceling | Aylur | |
only try to remove the source on unfulfilled Time objects | |||
2024-07-11 | fix(Application) css providers | Aylur | |
2024-07-11 | few touchups | Aylur | |
2024-07-07 | init 0.1.0 | Aylur | |
2024-07-03 | add icon-name | Aylur | |
2024-07-03 | init 0.1.0 | Aylur | |
2024-06-29 | fix typelib name | Aylur | |
2024-06-28 | add 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-28 | move c header to includedir/astal | Aylur | |
2024-06-28 | move c haeder to includedir/astal | Aylur | |
2024-06-28 | move c header to includedir/asta | Aylur | |
2024-06-28 | fix(gjs) apply_css | Aylur | |
in gjs optional values always requires a null to be passed but in some cases I feel like its annoying | |||
2024-06-28 | feat(application) add_icons | Aylur | |
2024-06-28 | fix vapi name | Aylur | |
2024-06-28 | move c header to includedir/astal | Aylur | |
2024-06-28 | move c header to includedir/astal | Aylur | |
2024-06-27 | fix button hover event | Aylur | |