Commit Graph

1761 Commits

Author SHA1 Message Date
Byson94
26ee4e5560 chore: cargo fmt v0.3.1 2025-11-01 19:38:27 +05:30
Byson94
622a9c1b06 feat: bump to ewwii 0.3.1 2025-11-01 19:37:36 +05:30
Byson94
6b0e94698b fix: localsignal not working for non-gchararray props 2025-11-01 18:43:41 +05:30
Byson94
08e1f2d5f3 fix: circularprogress not updating to dyn vars 2025-11-01 18:30:43 +05:30
Byson94
b53431d861 chore: run cargo fmt v0.3.0 2025-11-01 12:22:30 +05:30
Byson94
327b223998 chore: add 0.3.0 release in changelog 2025-11-01 12:21:27 +05:30
Byson94
e26cd16ef9 fix: ensure full teardown of signals in reload 2025-11-01 10:29:04 +05:30
Byson94
669e7e9566 fix: minor issues with localsignals 2025-10-31 21:51:57 +05:30
Byson94
9bb8a9e3dd feat: turn localbind from a widget to a utility 2025-10-30 21:40:14 +05:30
Byson94
249cacdd0a chore: run cargo fmt 2025-10-30 19:47:28 +05:30
Byson94
167fe26f30 chore: notedown changes in changelog 2025-10-30 19:47:15 +05:30
Byson94
44a86e0937 feat: make localsignal simpler through localbind container 2025-10-30 19:45:43 +05:30
Byson94
f5e1b61dcf Revert "wip: adding localsignal support for all widget"
This reverts commit 7dc64014fd.
2025-10-30 15:11:08 +05:30
Byson94
1ca23373e1 Revert "wip: add localsignal support to eventbox"
This reverts commit 7095cb6637.
2025-10-30 15:11:06 +05:30
Byson94
78dafcc5b3 Revert "wip: add localsignal handling for basic props"
This reverts commit 74718b064f.
2025-10-30 15:11:05 +05:30
Byson94
e92ccab3d1 Revert "wip: adding more support to localsignal"
This reverts commit 19b790d4fa.
2025-10-30 15:11:03 +05:30
Byson94
8820a0f274 Revert "wip: making localsignal only bind once"
This reverts commit 8f15274fb9.
2025-10-30 15:11:02 +05:30
Byson94
9c15f8aed1 Revert "feat: make localsignal id relative to its props"
This reverts commit 9458d95222.
2025-10-30 15:11:00 +05:30
Byson94
f5ad63ed33 Revert "feat: moving initial of localsignal to a different place"
This reverts commit b3043afe04.
2025-10-30 15:10:59 +05:30
Byson94
7abc39d051 Revert "feat: add clear fn for localsignal store"
This reverts commit 60af15fb8d.
2025-10-30 15:10:58 +05:30
Byson94
47745fa501 Revert "feat: mvoe from widget binding to notify_local"
This reverts commit 2ac527bcbc.
2025-10-30 15:10:56 +05:30
Byson94
4c2e460127 Revert "feat: add localsignal support to many more widgets"
This reverts commit 902ca67c58.
2025-10-30 15:10:55 +05:30
Byson94
fa567b06d0 Revert "feat: add localsignal support to even moer widgets"
This reverts commit bfe1d248a4.
2025-10-30 15:10:53 +05:30
Byson94
892c09512c Revert "feat: add default text/markup values for gtk_label"
This reverts commit b369f648db.
2025-10-30 15:10:47 +05:30
Byson94
8be2f01058 Revert "fix: gtk_label default text/markup value being &str"
This reverts commit 91e7a86e7a.
2025-10-30 15:10:44 +05:30
Byson94
673ef2e09d Revert "feat: set gtk box space evenly to true"
This reverts commit 425ef5020b.
2025-10-30 15:10:36 +05:30
Byson94
cd271ed283 Revert "feat: moving all localsignal into a localbind wrapper"
This reverts commit 98e370ac60.
2025-10-30 15:10:19 +05:30
Byson94
98e370ac60 feat: moving all localsignal into a localbind wrapper 2025-10-30 15:00:00 +05:30
Byson94
425ef5020b feat: set gtk box space evenly to true 2025-10-30 14:12:10 +05:30
Byson94
91e7a86e7a fix: gtk_label default text/markup value being &str 2025-10-30 14:09:14 +05:30
Byson94
b369f648db feat: add default text/markup values for gtk_label 2025-10-30 14:07:18 +05:30
Byson94
bfe1d248a4 feat: add localsignal support to even moer widgets 2025-10-30 13:39:55 +05:30
Byson94
902ca67c58 feat: add localsignal support to many more widgets 2025-10-29 20:07:26 +05:30
Byson94
2ac527bcbc feat: mvoe from widget binding to notify_local 2025-10-29 16:16:58 +05:30
Byson94
60af15fb8d feat: add clear fn for localsignal store 2025-10-29 14:51:57 +05:30
Byson94
b3043afe04 feat: moving initial of localsignal to a different place 2025-10-29 14:23:26 +05:30
Byson94
9458d95222 feat: make localsignal id relative to its props 2025-10-29 13:56:25 +05:30
Byson94
8f15274fb9 wip: making localsignal only bind once 2025-10-29 13:33:41 +05:30
Byson94
19b790d4fa wip: adding more support to localsignal 2025-10-28 22:17:12 +05:30
Byson94
74718b064f wip: add localsignal handling for basic props 2025-10-28 21:51:46 +05:30
Byson94
7095cb6637 wip: add localsignal support to eventbox 2025-10-28 20:52:16 +05:30
Byson94
7dc64014fd wip: adding localsignal support for all widget 2025-10-28 20:14:32 +05:30
Byson94
66bc9f6d74 wip: localsignal for fast widget update 2025-10-27 22:25:49 +05:30
Byson94
4b3240b9b9 fix: example in ewii_plugin_api 2025-10-27 18:52:15 +05:30
Byson94
3803141f31 chore: run cargo fmt (again) 2025-10-27 18:13:21 +05:30
Byson94
2ed91786a3 chore: fix merge conflicts 2025-10-27 18:10:51 +05:30
Byson94
5e827a73c8 chore: run cargo fmt 2025-10-27 18:09:26 +05:30
Byson94
58957ec597 fix: poll/listen variables not working in other files 2025-10-27 18:08:56 +05:30
Byson94
abafe1b6fd fix: poll/listen variables not working in other files 2025-10-27 18:05:55 +05:30
Byson94
6536035e19 feat: add list_fns func to slib 2025-10-26 20:49:52 +05:30