summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2024-09-27style: fix indentationAylur
I will setup uncrustify at some point, but the number of options is overwhelming it will take a while
2024-09-27core: move vapi dir to srckotontrion
2024-09-27core: idle inhibitor fix code stylekotontrion
2024-09-25core: reregister inhibitor when window is shownkotontrion
2024-09-24core: inhibitor remove debug statementkotontrion
2024-09-24core: add window inhibit propertykotontrion
2024-09-21fix(box): children setterAylur
do not call destroy on an already removed child
2024-09-21fix(Variable): remove explicit run_disposeAylur
let gc collect them
2024-09-17style(gjs): binding runtime private propertiesAylur
so people don't try to access the emitter
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-12docs: list of jsx available widgetsAylur
2024-09-12fix: box and stack children setterAylur
2024-09-12lua: rockspeck urlsAylur
2024-09-11lua: fix hookAylur
2024-09-12fixes and touchupsAylur
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-07fix: default slider draw_value to falseAylur
2024-09-07feat: App monitor signalsAylur
2024-09-06cleanup: meson gjs variableAylur
use prefix instead
2024-09-02fix enum valuesAylur
when the first member is assigned 0, vala assigns 0 to the next member regardless
2024-09-02rename: box implicit_destroy to no_implicit_destroyAylur
2024-09-02Merge pull request #3 from Aylur/feat/circular_progressAylur
fixes circular progress widgets
2024-09-02copy draw method from agsAylur
2024-09-02core: add g_icon property to icon widget (#2)kotontrion
2024-09-02fixes circular progress widgetskotontrion
2024-09-01docs: variableAylur
2024-09-01docs: utilitiesAylur
2024-09-01monorepo structuringAylur
2024-09-01move libastal to /coreAylur
starting point of the monorepo