summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-01merge trayAylur
2024-09-01move to monorepoAylur
2024-09-01merge notifdAylur
2024-09-01move to monorepoAylur
2024-09-01move libastal to /coreAylur
starting point of the monorepo
2024-08-31add icons option to App.startAylur
2024-08-23fix missing singalskotontrion
2024-08-22feat: async Process.execAylur
the exec_async function was not truly async but a signal based one
2024-08-22fix: display_icon.beginAylur
2024-08-21add gicon property for easier icon usagekotontrion
2024-08-13Merge pull request #2 from NicolaiVdS/mainAylur
added missing `file.lua` to rockspec
2024-08-13added missing to rockspecNicolai Van der Storm
2024-08-11feat: Process.signalAylur
expose Gio.Subprocess.send_signal
2024-08-11fix: dangling socket on crashAylur
check running instance through dbus
2024-08-11feat: Window.namespaceAylur
2024-08-04icon load pixbuf asyncAylur
2024-08-04fix(gjs): monitorFile callback return valueAylur
2024-08-04add: layer shell check on windowAylur
2024-08-04fix(binding): kebabifyAylur
2024-08-02fix: default instance_nameAylur
2024-07-31feat: optiona exit code on App.quitAylur
2024-07-31fix(process): execAylur
throw stdout as error
2024-07-31fixes, featuresAylur
* cli dnd-toggle * save dnd and ignore_timeout state * block contstructor until dbus acqusition * fix proxy notify signals
2024-07-31feat: optional Variable.derive transformAylur
2024-07-30fix: message apiAylur
2024-07-30fix(astalify.ts): toggleClassNameAylur
2024-07-27add: Label widgetAylur
2024-07-26fix: time functionsAylur
dont explicitly return callback's return closure in vala expects void
2024-07-26fix: css autoloadAylur
check if file is a css file
2024-07-26fix: synchronous constructorAylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-20update eslint, ts-for-girAylur
2024-07-18fix(gjs): binding settersAylur
Array and List types do not work as property from Vala, but their setter methods do
2024-07-18remove leftover print statementAylur
2024-07-18move c header back to astal-notifd.hAylur
2024-07-18auto apply bundled cssAylur
2024-07-18fix(jsx): fat arrow widgetsAylur
2024-07-17move 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-15remove python and nodeAylur
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-15move message logic to Application classAylur
2024-07-15install gjs package to pkgdatadirAylur
this is needed for ags v2 so that it can setup a ts environment similar to the current --init flag
2024-07-15add: cli optionsAylur
* list * toggle-window * quit * inspector
2024-07-14fix daemonize flagAylur
2024-07-14fix(app): handle null messageAylur
2024-07-14add slider default step valueAylur
2024-07-14feat(slider): dragged signalAylur
2024-07-14chore(gjs): JSX types globalAylur
allow null types in Bindings, this remove the need for .as(String) on string properties
2024-07-14fix(slider)Aylur
* remove custom css selector, so that default gtk theme works * set max to 1 by default