summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2024-09-01move libastal to /coreAylur
starting point of the monorepo
2024-08-31add icons option to App.startAylur
2024-08-22feat: async Process.execAylur
the exec_async function was not truly async but a signal based one
2024-08-13added missing to rockspecNicolai Van der Storm
2024-07-31feat: optiona exit code on App.quitAylur
2024-07-31feat: optional Variable.derive transformAylur
2024-07-30fix: message apiAylur
2024-06-26feat: widget click throughAylur
2024-06-20add file utilsAylur
2024-06-19expose toggleClassNameAylur
2024-06-16fix(Variable): pass emitting object on observeAylur
2024-06-10fix: avoid unnecessary Binding.get callsAylur
2024-06-09fix: centerbox settersAylur
2024-06-09support deeply nested layout structuresAylur
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-07fix: client behaviourAylur
2024-06-07fix: empty constructorAylur
2024-06-07add client capabilitiesAylur
breaking change for App.start
2024-06-05more widget subclassesAylur
* levelbar * overlay * scrollable * slider
2024-06-04small fixesAylur
* export Gdk * flatten jsx children
2024-05-26fix(lua): child and children bindingsAylur
2024-05-26rename vfunc_response to vfunc_requestAylur
2024-05-20add rockspec file for packaging lua bindingskotontrion
2024-05-19init 0.1.0Aylur