Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-06-16 | fix(gjs): css, class_name setter | Aylur | |
2024-06-16 | fix(Variable): pass emitting object on observe | Aylur | |
2024-06-15 | fix(gjs): property getter in binding | Aylur | |
2024-06-15 | add river-control-unstable-v1 support | kotontrion | |
2024-06-14 | Add get_default method to obtain the singleton instance | kotontrion | |
2024-06-14 | fix vapi path | kotontrion | |
2024-06-14 | fix: layout_name use after free | kotontrion | |
2024-06-10 | fix overlay setters | Aylur | |
setting overlays would remove its child | |||
2024-06-10 | fix introspection data | kotontrion | |
2024-06-10 | fix: avoid unnecessary Binding.get calls | Aylur | |
2024-06-09 | fix: centerbox setters | Aylur | |
2024-06-09 | support deeply nested layout structures | Aylur | |
js, jsx, lua now allows deeply nested layouts that contains Bindings Variable.derive will be automatically constructed where needed and Bindings in layouts will be bound automatically it breaks compatibility with ags even more, but jsx should be preferred imo anyway | |||
2024-06-09 | initial commit | kotontrion | |
2024-06-07 | fix: jsx edge cases | Aylur | |
2024-06-07 | fix: client behaviour | Aylur | |
2024-06-07 | fix: empty constructor | Aylur | |
2024-06-07 | add client capabilities | Aylur | |
breaking change for App.start |