summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-06-09support deeply nested layout structuresAylur
js, jsx, lua now allows deeply nested layouts that contains Bindings Variable.derive will be automatically constructed where needed and Bindings in layouts will be bound automatically it breaks compatibility with ags even more, but jsx should be preferred imo anyway
2024-06-09initial commitkotontrion
2024-06-07fix: jsx edge casesAylur
2024-06-07fix: client behaviourAylur
2024-06-07fix: empty constructorAylur
2024-06-07add client capabilitiesAylur
breaking change for App.start
2024-06-07add overridesAylur
* Gtk.Container.child * Astal.Box.children
2024-06-07return bool from launchAylur
2024-06-07fix: gjs child setterAylur
2024-06-06improve matchingAylur
* add Score struct * more settings through properties
2024-06-05export BindingAylur
2024-06-05add widgets for jsxAylur
2024-06-05more widget subclassesAylur
* levelbar * overlay * scrollable * slider
2024-06-04small fixesAylur
* export Gdk * flatten jsx children
2024-05-29update readmeAylur
2024-05-29improve ts typesAylur
2024-05-29add button and eventbox eventsAylur
2024-05-29fix(astal.vala): fix super.vfunc_requestAylur
2024-05-29fix(astal.vala): avoid throwingAylur
2024-05-26fix(lua): child and children bindingsAylur
2024-05-26fix(astal.vala): instance_name setterAylur
2024-05-26rename vfunc_response to vfunc_requestAylur
2024-05-25fix(jsx): handle children betterAylur