summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-10core: reverse constructor props orderAylur
to make stack shown property behave as expected
2024-10-09core(gjs, lua): widget constructor set props before childrenAylur
2024-10-09gjs: update package.jsonAylur
2024-10-09gjs: fix widget props typeAylur
delete test
2024-10-09core: implement generic no_implicit_destroy propAylur
2024-10-09gjs: refactor widgets into classesAylur
2024-10-09gjs: add gobject decoratorsAylur
2024-10-08notifd: fix notification settersAylur
2024-10-07notifd: add doc commentsAylur
they are not included in the generated docs or gir yet
2024-10-06Merge pull request #35 from Jas-SinghFSU/patch/library_urlsAylur
Updated the library documentation URLs in the README of the bar examples.
2024-10-06fix #36: battery-icon-nameAylur
a
2024-10-03Updated the library documentation URLs for the bar examples.Jas Singh
2024-10-03docs: window togglingAylur
2024-10-03Update cli-app.mdAylur
highlight relative lines
2024-10-03docs: window togglingAylur
2024-10-03docs: update lock filesAylur
2024-10-02river: fix ouput remove bugkotontrion
2024-10-01Update FUNDING.ymlkotontrion
2024-09-30add CONTRIBUTING.mdAylur
2024-09-30docs: update readmeAylur
2024-09-30Create FUNDING.ymlAylur
2024-09-30Update issue templatesAylur
2024-09-30fix(core): MouseButton enumAylur
closes #29
2024-09-30fix(lua): correctly handle nil values in Variable.deriveAylur
closes #28
2024-09-30fix(notifd): check ignore-timeout after Notify calls tooAylur
#32
2024-09-30docs: clarify ags installation #30Aylur
2024-09-29fix typoAylur
2024-09-28Merge pull request #27 from tokyob0t/mainAylur
core: lua fix typo
2024-09-28lua: fix tpyoKevin
2024-09-28Merge pull request #25 from Aylur/fix/astalify-remove-childrenAylur
core: fix astalified container not removing children
2024-09-28gjs: astalify fix indentationkotontrion
2024-09-28lua: fix astalified containerkotontrion
2024-09-28core: fix astalified container not removing childrenkotontrion
2024-09-28fix #24 correctly insert nil vaues into transform paramsAylur
2024-09-28docs(faq): is there way to limit sizeAylur
2024-09-27Merge pull request #18 from Aylur/feat/idle-inhibitorAylur
add idle inhibitor
2024-09-27style: fix indentationAylur
I will setup uncrustify at some point, but the number of options is overwhelming it will take a while
2024-09-27core: move vapi dir to srckotontrion
2024-09-27core: idle inhibitor fix code stylekotontrion
2024-09-26fix #20: hyprland sync workspaces on focused_workspaceAylur
2024-09-26river: make focused-tags property writablekotontrion
2024-09-26lua: add notify::prop signal support for hooksAylur
2024-09-26fix #19: lua widget_toggle_class_nameAylur
2024-09-26add: python example barAylur
2024-09-25docs(gjs): add example reactive mapAylur
2024-09-25docs: restructureAylur
2024-09-25core: reregister inhibitor when window is shownkotontrion
2024-09-24core: inhibitor remove debug statementkotontrion
2024-09-24core: add window inhibit propertykotontrion
2024-09-23docs(ags): $GOPATH tipAylur