summaryrefslogtreecommitdiff
path: root/core/lua
AgeCommit message (Collapse)Author
2024-10-15refactor lua and gjs libAylur
2024-10-11replace widget_set_class_names with wiget_get_class_namesgnat
2024-10-10core: reverse constructor props orderAylur
to make stack shown property behave as expected
2024-10-09core(gjs, lua): widget constructor set props before childrenAylur
2024-10-09gjs: fix widget props typeAylur
delete test
2024-10-09core: implement generic no_implicit_destroy propAylur
2024-09-30fix(lua): correctly handle nil values in Variable.deriveAylur
closes #28
2024-09-28lua: fix tpyoKevin
2024-09-28Merge pull request #25 from Aylur/fix/astalify-remove-childrenAylur
core: fix astalified container not removing children
2024-09-28lua: fix astalified containerkotontrion
2024-09-28fix #24 correctly insert nil vaues into transform paramsAylur
2024-09-26lua: add notify::prop signal support for hooksAylur
2024-09-26fix #19: lua widget_toggle_class_nameAylur
2024-09-21fix(Variable): remove explicit run_disposeAylur
let gc collect them
2024-09-14lua: adjust Variable.poll for 25664dbeAylur
2024-09-14lua: adjust exec functionsAylur
2024-09-12fix: widget constructor assigning orderAylur
assign children first, so props that depend on them work for example Stack.shown
2024-09-12lua: rockspeck urlsAylur
2024-09-11lua: fix hookAylur
2024-09-12Merge pull request #5 from Aylur/nix/lua-builderAylur
lua example, nix builder
2024-09-11add: stack widgetAylur
2024-09-11example: add lua simple-barAylur
2024-09-02fixes circular progress widgetskotontrion
2024-09-01move libastal to /coreAylur
starting point of the monorepo