Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-01 | merge tray | Aylur | |
2024-09-01 | move to monorepo | Aylur | |
2024-09-01 | merge notifd | Aylur | |
2024-09-01 | move to monorepo | Aylur | |
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-23 | fix missing singals | kotontrion | |
2024-08-22 | feat: async Process.exec | Aylur | |
the exec_async function was not truly async but a signal based one | |||
2024-08-22 | fix: display_icon.begin | Aylur | |
2024-08-21 | add gicon property for easier icon usage | kotontrion | |
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 | fixes, features | Aylur | |
* cli dnd-toggle * save dnd and ignore_timeout state * block contstructor until dbus acqusition * fix proxy notify signals | |||
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 | fix: synchronous constructor | Aylur | |
2024-07-26 | switch to LGPLv2.1 | Aylur | |
2024-07-26 | switch to LGPLv2.1 | Aylur | |
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 | move c header back to astal-notifd.h | Aylur | |
2024-07-18 | auto apply bundled css | Aylur | |
2024-07-18 | fix(jsx): fat arrow widgets | Aylur | |
2024-07-17 | move c header back to astal-tray.h (#2) | Aylur | |
* move c header back to astal-tray.h as discussed before, placing the header to astal/tray.h breaks it when using it from another vala project * fix header location --------- Co-authored-by: kotontrion <[email protected]> | |||
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 daemonize flag | Aylur | |
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 |