summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-15remove changed signalskotontrion
2024-08-15add volume-iconkotontrion
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-08fix: notify device propertiesAylur
2024-08-08feat: device.connectingAylur
2024-08-04icon load pixbuf asyncAylur
2024-08-04fix(gjs): monitorFile callback return valueAylur
2024-08-04fix: enumsAylur
for some reason in gjs I experience Playing and Paused being 0
2024-08-04add: layer shell check on windowAylur
2024-08-04feat: accesspoint iconsAylur
2024-08-04fix(binding): kebabifyAylur
2024-08-04add: custom accesspointAylur
2024-08-02fix: default instance_nameAylur
2024-08-01init 0.1.0Aylur
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-31fix: position setterAylur
2024-07-30fix: message apiAylur
2024-07-30fix(astalify.ts): toggleClassNameAylur
2024-07-27add: Label widgetAylur
2024-07-26fix(endpoint.h): icon getterAylur
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-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-26switch to LGPLv2.1Aylur
2024-07-22add video device supportkotontrion
2024-07-21add iconskotontrion
2024-07-20add audio devices and profileskotontrion
2024-07-20update eslint, ts-for-girAylur
2024-07-19move headers to the correct locationkotontrion
2024-07-19move mixer handler to endpointskotontrion
2024-07-19add default speaker/microphone objectskotontrion
2024-07-18fix(gjs): binding settersAylur
Array and List types do not work as property from Vala, but their setter methods do