summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-18auto apply bundled cssAylur
2024-07-18fix(jsx): fat arrow widgetsAylur
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(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
2024-07-11fix(Time): cancelingAylur
only try to remove the source on unfulfilled Time objects
2024-07-11fix(Application) css providersAylur
2024-07-11few touchupsAylur
2024-06-28fix(gjs) apply_cssAylur
in gjs optional values always requires a null to be passed but in some cases I feel like its annoying
2024-06-28feat(application) add_iconsAylur
2024-06-28fix vapi nameAylur
2024-06-27fix button hover eventAylur
2024-06-26cleanup flake and mesonAylur
2024-06-26feat: widget click throughAylur
2024-06-25fix gjs typesAylur
2024-06-25box implicit destroy default to trueAylur
this is the current behavior on ags
2024-06-23fix(box): only destroy old childrenAylur
2024-06-23try catch file utilsAylur
2024-06-20add file utilsAylur
2024-06-19add(box): implicit_destroyAylur
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-19set eventbox css nameAylur
2024-06-19expose toggleClassNameAylur