summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)Author
2024-11-26gjs: add workarounds for AstalWpkotontrion
2024-11-18fix: f5ed9aad mesonAylur
2024-11-18fix(gjs): add workaround for array propsAylur
2024-11-17fix: #106 gtk3 FragmentAylur
2024-11-15chore: update license on gjs and lua packageAylur
closes #89
2024-11-15fix(gjs): gobject decoratorsAylur
subclassing further now works correctly signals without args are fixed
2024-11-13Merge pull request #65 from tokyob0t/lua-refactorAylur
core: smol lua fixes
2024-11-12gjs: define pkg-config variableAylur
will be used by ags
2024-11-11core: Variable.derive fixKevin
2024-11-11Merge branch 'Aylur:main' into lua-refactorKevin
2024-11-08stoopid zedKevin
2024-11-07example: applauncherAylur
2024-11-05oopsKevin
2024-11-05core: typing for luaKevin
2024-11-04core: smol lua fixesKevin
2024-11-04core: smol lua fixesKevin
2024-11-03gjs: throw error instead when adding child to non containerAylur
2024-11-03Merge branch 'feat/gtk4'Aylur
initial gtk4 app and window
2024-11-03lib(astal4): touchupsAylur
2024-11-02Merge branch 'main' into feat/gtk4Aylur
2024-11-02feat: gtk4Aylur
initial gtk4 version of app and window
2024-10-26fix: lua flake and libAylur
2024-10-25docs: lua docs (#50)Kevin
2024-10-22fix(gjs): property decoratorAylur
make it not static
2024-10-18Merge pull request #48 from tokyob0t/lua-refactorAylur
core: lua refactor
2024-10-18fix(gjs): Overlay.overlaysAylur
2024-10-18reexport modulesAylur
- Gio from file - GLib from gobject - AstalIO.Process from process - AstalIO.Time from time
2024-10-17core: fix typoKevin
2024-10-16core: lua refactorKevin
2024-10-16core: lua fix requireKevin
2024-10-16core: table.unpack compat in lua, fix typo in astal/init.luaKevin
2024-10-16core: lua compat 5.1/5.4/luajitKevin
2024-10-15update lua and gjs layoutAylur
installing the gjs package through meson or npm now results in the same exposed structure lua: fix rockspec docs: aur package
2024-10-15docs: better explain agsAylur
2024-10-15refactor lua and gjs libAylur