Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-06-20 | fix: id counting | Aylur | |
restarting the daemon would restart the id counter | |||
2024-06-20 | fix: cli hanging on empty args | Aylur | |
2024-06-20 | feat: notified replaced parameter | Aylur | |
2024-06-20 | fix(config): export version numbers | Aylur | |
2024-06-20 | fix: vapi files | Aylur | |
2024-06-20 | init 0.1.0 | Aylur | |
2024-06-20 | add file utils | Aylur | |
2024-06-19 | add(box): implicit_destroy | Aylur | |
this is a convinience property that is mostly useful in gjs and lua when binding children to a variable where these children set up connections themselves | |||
2024-06-19 | set eventbox css name | Aylur | |
2024-06-19 | expose toggleClassName | Aylur | |
2024-06-19 | fix(gjs): interval types | Aylur | |
2024-06-18 | add missing methods | kotontrion | |
2024-06-17 | fix enum representation in json | kotontrion | |
2024-06-17 | add get_default method to obtain the singleton instance | kotontrion | |
2024-06-16 | fix code style | kotontrion | |
2024-06-16 | fix code style | kotontrion | |