Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-06-27 | cleanup | Aylur | |
* remove leftover to_json * add get_meta * fix notify::metadata signal | |||
2024-06-27 | init 0.1.0 | Aylur | |
2024-06-26 | cleanup flake and meson | Aylur | |
2024-06-26 | feat: widget click through | Aylur | |
2024-06-25 | fix gjs types | Aylur | |
2024-06-25 | box implicit destroy default to true | Aylur | |
this is the current behavior on ags | |||
2024-06-25 | add global default getter | Aylur | |
2024-06-25 | add global default getter | Aylur | |
2024-06-25 | cleanup(meson.build) | Aylur | |
2024-06-23 | fix(box): only destroy old children | Aylur | |
2024-06-23 | try catch file utils | Aylur | |
2024-06-22 | remove kbd and powerprofile | Aylur | |
2024-06-22 | init 0.1.0 | Aylur | |
2024-06-20 | automatically init object on creation | kotontrion | |
fix object finalize | |||
2024-06-20 | fix vapi names | Aylur | |
2024-06-20 | fix vapi names | Aylur | |
2024-06-20 | fix vapi names | Aylur | |