summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28move c header to includedir/astalAylur
2024-06-28move c header to includedir/astalAylur
2024-06-27fix button hover eventAylur
2024-06-27cleanupAylur
* remove leftover to_json * add get_meta * fix notify::metadata signal
2024-06-27init 0.1.0Aylur
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-25add global default getterAylur
2024-06-25add global default getterAylur
2024-06-25cleanup(meson.build)Aylur
2024-06-23fix(box): only destroy old childrenAylur
2024-06-23try catch file utilsAylur
2024-06-22remove kbd and powerprofileAylur
2024-06-22init 0.1.0Aylur
2024-06-20automatically init object on creationkotontrion
fix object finalize
2024-06-20fix vapi namesAylur
2024-06-20fix vapi namesAylur
2024-06-20fix vapi namesAylur
2024-06-20fix: id countingAylur
restarting the daemon would restart the id counter
2024-06-20fix: cli hanging on empty argsAylur
2024-06-20feat: notified replaced parameterAylur
2024-06-20fix(config): export version numbersAylur
2024-06-20fix: vapi filesAylur
2024-06-20init 0.1.0Aylur
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
2024-06-19fix(gjs): interval typesAylur
2024-06-18add missing methodskotontrion
2024-06-17fix enum representation in jsonkotontrion
2024-06-17add get_default method to obtain the singleton instancekotontrion
2024-06-16fix code stylekotontrion
2024-06-16fix code stylekotontrion
2024-06-16fix(gjs): css, class_name setterAylur
2024-06-16fix(Variable): pass emitting object on observeAylur
2024-06-15fix(gjs): property getter in bindingAylur
2024-06-15add river-control-unstable-v1 supportkotontrion
2024-06-14Add get_default method to obtain the singleton instancekotontrion
2024-06-14fix vapi pathkotontrion
2024-06-14fix: layout_name use after freekotontrion
2024-06-10fix overlay settersAylur
setting overlays would remove its child
2024-06-10fix introspection datakotontrion
2024-06-10fix: avoid unnecessary Binding.get callsAylur
2024-06-09fix: centerbox settersAylur