summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-09-01move libastal to /coreAylur
starting point of the monorepo
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-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-04add: layer shell check on windowAylur
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-30fix: message apiAylur
2024-07-27add: Label widgetAylur
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-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-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-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
2024-06-10fix overlay settersAylur
setting overlays would remove its child
2024-06-09fix: centerbox settersAylur
2024-06-07add client capabilitiesAylur
breaking change for App.start
2024-06-05more widget subclassesAylur
* levelbar * overlay * scrollable * slider
2024-05-29add button and eventbox eventsAylur
2024-05-29fix(astal.vala): avoid throwingAylur
2024-05-26fix(astal.vala): instance_name setterAylur
2024-05-26rename vfunc_response to vfunc_requestAylur
2024-05-23hardcode GtkLayerShell enumsAylur
meson fails to link its gir file, but only two of its enums are referenced, so its fine to just hardcode it
2024-05-22add: Window.margin v2Aylur
2024-05-22add: Window.marginAylur
2024-05-22update meson formatAylur
2024-05-19init 0.1.0Aylur