Commit Graph

1784 Commits

Author SHA1 Message Date
Byson94
8ec080a290 feat: add add/remove-class subcommand to wc command 2025-11-26 19:15:28 +05:30
Byson94
166c440978 chore: cargo fmt 2025-11-25 21:05:24 +05:30
Byson94
6e9dca9d42 feat: add placeholder property to input widget 2025-11-25 21:04:32 +05:30
Byson94
b50f41b1e0 feat: add propety-update argument to widget control command 2025-11-25 20:49:26 +05:30
Byson94
357dcaacbc fix: doc comment of epapi register_function 2025-11-24 19:33:49 +05:30
Byson94
61e681e6bd chore: run cargo fmt 2025-11-24 19:26:30 +05:30
Byson94
ebd4264621 fix: localbind not finding properties of range subclasses 2025-11-23 17:49:22 +05:30
Byson94
4167c64fde feat: fix register_function docs in epapi 2025-11-22 17:41:24 +05:30
Byson94
6456b2998d feat: add link to documentation in readme 2025-11-22 17:39:16 +05:30
Byson94
4de5ab3c59 chore: commit change in cargo.lock 2025-11-22 12:08:07 +05:30
Byson94
04ca79a5af feat: improve epapi; bump epapi to 0.7.0; 2025-11-22 12:05:30 +05:30
Byson94
0d803fd962 chore: run cargo fmt 2025-11-22 11:13:24 +05:30
Byson94
8406c86117 feat: bump ewwii_plugin_api version 2025-11-21 21:53:41 +05:30
Byson94
1aee3163e0 feat: make register_function on ewwii_plugin_api register directly 2025-11-21 21:53:19 +05:30
Byson94
9aec974e9e feat: add warning on ewwii_plugin_api until it is fixed 2025-11-21 18:06:52 +05:30
Byson94
4de148be58 feat: remove debug in action_with_engine 2025-11-20 21:02:23 +05:30
Byson94
3f48178333 feat: matching rhai features across all crates 2025-11-19 14:35:55 +05:30
Byson94
8af01e44f2 feat: improve plugin loading order 2025-11-17 20:05:26 +05:30
Byson94
a76440f242 feat: add trace log in action_with_engine 2025-11-16 20:29:14 +05:30
Byson94
49c0d14ace feat: update wc actions to take vec of strings 2025-11-13 19:27:46 +05:30
Byson94
6a6856192c feat: make wc add eval rhai code instead of .ui 2025-11-08 18:47:09 +05:30
Byson94
b821d8bb6a feat: add widget-control command 2025-11-08 17:09:51 +05:30
Byson94
e12d5f7fb9 feat: add gtk_ui function for loading .ui 2025-11-07 20:22:56 +05:30
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