Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-01 | move libastal to /core | Aylur | |
starting point of the monorepo | |||
2024-08-31 | add icons option to App.start | Aylur | |
2024-08-22 | feat: async Process.exec | Aylur | |
the exec_async function was not truly async but a signal based one | |||
2024-08-04 | fix(gjs): monitorFile callback return value | Aylur | |
2024-08-04 | fix(binding): kebabify | Aylur | |
2024-08-02 | fix: default instance_name | Aylur | |
2024-07-31 | feat: optiona exit code on App.quit | Aylur | |
2024-07-31 | fix(process): exec | Aylur | |
throw stdout as error | |||
2024-07-31 | feat: optional Variable.derive transform | Aylur | |
2024-07-30 | fix: message api | Aylur | |
2024-07-30 | fix(astalify.ts): toggleClassName | Aylur | |
2024-07-27 | add: Label widget | Aylur | |
2024-07-26 | fix: time functions | Aylur | |
dont explicitly return callback's return closure in vala expects void | |||
2024-07-26 | fix: css autoload | Aylur | |
check if file is a css file | |||
2024-07-20 | update eslint, ts-for-gir | Aylur | |
2024-07-18 | fix(gjs): binding setters | Aylur | |
Array and List types do not work as property from Vala, but their setter methods do | |||
2024-07-18 | remove leftover print statement | Aylur | |
2024-07-18 | auto apply bundled css | Aylur | |
2024-07-18 | fix(jsx): fat arrow widgets | Aylur | |
2024-07-14 | feat(slider): dragged signal | Aylur | |
2024-07-14 | chore(gjs): JSX types global | Aylur | |
allow null types in Bindings, this remove the need for .as(String) on string properties | |||
2024-07-11 | few touchups | Aylur | |
2024-06-28 | fix(gjs) apply_css | Aylur | |
in gjs optional values always requires a null to be passed but in some cases I feel like its annoying | |||
2024-06-26 | feat: widget click through | Aylur | |
2024-06-25 | fix gjs types | Aylur | |
2024-06-20 | add file utils | Aylur | |
2024-06-19 | expose toggleClassName | Aylur | |
2024-06-19 | fix(gjs): interval types | Aylur | |
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-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-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 | |||
2024-06-07 | add overrides | Aylur | |
* Gtk.Container.child * Astal.Box.children | |||
2024-06-07 | fix: gjs child setter | Aylur | |
2024-06-05 | add widgets for jsx | Aylur | |
2024-06-05 | more widget subclasses | Aylur | |
* levelbar * overlay * scrollable * slider | |||
2024-06-04 | small fixes | Aylur | |
* export Gdk * flatten jsx children | |||
2024-05-29 | improve ts types | Aylur | |
2024-05-29 | fix(astal.vala): fix super.vfunc_request | Aylur | |
2024-05-26 | rename vfunc_response to vfunc_request | Aylur | |
2024-05-25 | fix(jsx): handle children better | Aylur | |
2024-05-25 | improve jsx | Aylur | |
edge cases will need to be handled as widgets are added | |||
2024-05-25 | add(gjs): jsx support | Aylur | |
2024-05-25 | rename runJS to eval | Aylur | |