Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-15 | refactor lua and gjs lib | Aylur | |
2024-10-13 | feat: App window-toggled signal | Aylur | |
2024-10-09 | core: implement generic no_implicit_destroy prop | Aylur | |
2024-09-30 | fix(core): MouseButton enum | Aylur | |
closes #29 | |||
2024-09-27 | style: fix indentation | Aylur | |
I will setup uncrustify at some point, but the number of options is overwhelming it will take a while | |||
2024-09-27 | core: move vapi dir to src | kotontrion | |
2024-09-27 | core: idle inhibitor fix code style | kotontrion | |
2024-09-25 | core: reregister inhibitor when window is shown | kotontrion | |
2024-09-24 | core: inhibitor remove debug statement | kotontrion | |
2024-09-24 | core: add window inhibit property | kotontrion | |
2024-09-21 | fix(box): children setter | Aylur | |
do not call destroy on an already removed child | |||
2024-09-12 | fix: box and stack children setter | Aylur | |
2024-09-12 | fixes and touchups | Aylur | |
2024-09-11 | add: stack widget | Aylur | |
2024-09-07 | fix: default slider draw_value to false | Aylur | |
2024-09-07 | feat: App monitor signals | Aylur | |
2024-09-06 | cleanup: meson gjs variable | Aylur | |
use prefix instead | |||
2024-09-02 | fix enum values | Aylur | |
when the first member is assigned 0, vala assigns 0 to the next member regardless | |||
2024-09-02 | rename: box implicit_destroy to no_implicit_destroy | Aylur | |
2024-09-02 | Merge pull request #3 from Aylur/feat/circular_progress | Aylur | |
fixes circular progress widgets | |||
2024-09-02 | copy draw method from ags | Aylur | |
2024-09-02 | core: add g_icon property to icon widget (#2) | kotontrion | |
2024-09-02 | fixes circular progress widgets | kotontrion | |
2024-09-01 | move libastal to /core | Aylur | |
starting point of the monorepo |