Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-13 | Merge pull request #2 from NicolaiVdS/main | Aylur | |
added missing `file.lua` to rockspec | |||
2024-08-13 | added missing to rockspec | Nicolai Van der Storm | |
2024-08-11 | feat: Process.signal | Aylur | |
expose Gio.Subprocess.send_signal | |||
2024-08-11 | fix: dangling socket on crash | Aylur | |
check running instance through dbus | |||
2024-08-11 | feat: Window.namespace | Aylur | |
2024-08-04 | icon load pixbuf async | Aylur | |
2024-08-04 | fix(gjs): monitorFile callback return value | Aylur | |
2024-08-04 | add: layer shell check on window | 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-26 | switch to LGPLv2.1 | Aylur | |
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-15 | remove python and node | Aylur | |
I have no desire to work on the python version The node version has the issue of promises not working which makes it unusable but gjs works just as good if not better. Might look back into node later | |||
2024-07-15 | move message logic to Application class | Aylur | |
2024-07-15 | install gjs package to pkgdatadir | Aylur | |
this is needed for ags v2 so that it can setup a ts environment similar to the current --init flag | |||
2024-07-15 | add: cli options | Aylur | |
* list * toggle-window * quit * inspector | |||
2024-07-14 | fix(app): handle null message | Aylur | |
2024-07-14 | add slider default step value | 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-14 | fix(slider) | Aylur | |
* remove custom css selector, so that default gtk theme works * set max to 1 by default | |||
2024-07-11 | fix(Time): canceling | Aylur | |
only try to remove the source on unfulfilled Time objects | |||
2024-07-11 | fix(Application) css providers | Aylur | |
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-28 | feat(application) add_icons | Aylur | |
2024-06-28 | fix vapi name | Aylur | |
2024-06-27 | fix button hover event | Aylur | |
2024-06-26 | cleanup flake and meson | Aylur | |
2024-06-26 | feat: widget click through | Aylur | |
2024-06-25 | fix gjs types | Aylur | |
2024-06-25 | box implicit destroy default to true | Aylur | |
this is the current behavior on ags | |||
2024-06-23 | fix(box): only destroy old children | Aylur | |
2024-06-23 | try catch file utils | Aylur | |
2024-06-20 | add file utils | Aylur | |
2024-06-19 | add(box): implicit_destroy | Aylur | |
this is a convinience property that is mostly useful in gjs and lua when binding children to a variable where these children set up connections themselves | |||
2024-06-19 | set eventbox css name | Aylur | |
2024-06-19 | expose toggleClassName | Aylur | |