Commit Graph

  • 584a6e5911 chore: ran cargo fmt Byson94 2025-08-19 11:06:01 +05:30
  • 049a0337b2 feat: fixed broken current_connection_linux command Byson94 2025-08-19 11:05:28 +05:30
  • a42cc5df37 chore: added new feats to changelog.md Byson94 2025-08-19 10:28:00 +05:30
  • 4d29933271 feat: added api module to rhai Byson94 2025-08-19 10:26:59 +05:30
  • 00ba7af473 feat: added json module to rhai Byson94 2025-08-19 09:48:17 +05:30
  • f2a177bc79 feat: added fix in changelog.md Byson94 2025-08-19 09:29:31 +05:30
  • 04aff76ea4 chore: ran cargo fmt Byson94 2025-08-19 09:18:35 +05:30
  • 6ff1c07c42 fix: fixed window reopening issue after closing it. Byson94 2025-08-19 09:17:03 +05:30
  • c23d0d29dd feat: added kill switch for poll/listen Byson94 2025-08-18 20:58:19 +05:30
  • e8d08f8c43 style: removed redundant , in readme Byson94 2025-08-18 20:26:41 +05:30
  • 9b6f310d4f feat: added data struct example in readme Byson94 2025-08-18 20:25:40 +05:30
  • f281396b6f feat: removed .yuck files from ewwii examples Byson94 2025-08-18 20:20:43 +05:30
  • 95ebf251a2 chore: ran cargo fmt Byson94 2025-08-18 20:07:47 +05:30
  • a14163bfca feat: removed root_widget param of update_widget_tree() Byson94 2025-08-18 18:30:44 +05:30
  • c64d4e5cb5 fix: removed unused id computation in get_id_to_widget_info() Byson94 2025-08-18 17:45:20 +05:30
  • 9bd70df8bf feat: did some stuff that could possible make create widget work Byson94 2025-08-18 11:14:32 +05:30
  • 8f68cc6abc chore: ran cargo fmt Byson94 2025-08-18 10:30:46 +05:30
  • 59709c3ddf feat: made diffing sys work | possibly Byson94 2025-08-18 10:30:23 +05:30
  • 405e50effb fix: fixed widget.clone() errors Byson94 2025-08-18 09:42:18 +05:30
  • 631809af3c feat: added a better diffing system Byson94 2025-08-18 09:31:36 +05:30
  • 90f95c2963 feat: got a minimal prototype of the diffing system Byson94 2025-08-18 09:02:35 +05:30
  • c252d2d554 feat: fixed broken get_home_dir() fn in std::env | rhai Byson94 2025-08-17 22:37:37 +05:30
  • fdb1697ead feat: added example section and section for statctranspl Byson94 2025-08-17 18:53:35 +05:30
  • 045784f1f9 chore: ran cargo fmt Byson94 2025-08-17 14:21:32 +05:30
  • ef13f128ed feat: fixed all compilation warnings Byson94 2025-08-17 14:20:45 +05:30
  • ef46ac9d0e feat: added dyn prop support to all widgets i thnk Byson94 2025-08-17 13:54:47 +05:30
  • b430e4929b feat: added kill_on_drop for listener Byson94 2025-08-17 13:26:52 +05:30
  • 831fe185e3 feat: added prop dyn support to more widgets Byson94 2025-08-17 12:28:53 +05:30
  • fdb9c08895 feat: replaced byson94 -> Ewwii-sh Byson94 2025-08-16 15:10:56 +05:30
  • abe0a37aca fix: fixed doc name and replaced eww with ewwii Byson94 2025-08-16 14:07:27 +05:30
  • 9f86286e57 feat: added home-button to docs Byson94 2025-08-16 12:46:23 +05:30
  • 9ada74d70b feat: added docs back in Byson94 2025-08-15 23:09:04 +05:30
  • 855f59b407 feat: replaced apache-2.0 with gplv3 Byson94 2025-08-15 20:14:58 +05:30
  • edcdbcc577 feat: apache-2.0 to gpl3. Making ewwii fully open source. Byson94 2025-08-15 20:12:52 +05:30
  • a24daad15e fix: removed redundant argument from fn which caused errors Byson94 2025-08-15 18:21:39 +05:30
  • 203f5418fa feat: moved docs to Ewwii-sh/docs Byson94 2025-08-15 18:14:48 +05:30
  • 30c37a1fa4 chore: run cargo fmt Byson94 2025-08-12 20:01:46 +05:30
  • 863bfb5cf4 feat: added modules example Byson94 2025-08-12 20:01:26 +05:30
  • f8bc0835d0 feat: Added monitor stdlib Byson94 2025-08-12 17:37:57 +05:30
  • bef32197da feat: added data-structs example Byson94 2025-08-11 21:13:49 +05:30
  • 1b08627c44 Replaced example screenshot Byson94 2025-08-11 19:10:11 +05:30
  • 501cf8869d chore: ran cargo fmt Byson94 2025-08-11 18:59:32 +05:30
  • 5d272ce420 feat: added example, fixed small bugs Byson94 2025-08-10 18:53:57 +05:30
  • e15762c725 docs: added dyn_id docs Byson94 2025-08-09 10:25:59 +05:30
  • a8f54306aa hell: I AM SORRY! I CAUSED PAIN UPON ALL USERS Byson94 2025-08-09 09:42:13 +05:30
  • 664412553d feat: Added dynamic prop update support Byson94 2025-08-08 22:38:40 +05:30
  • b512a35e3d feat: added recursive support for get_id_to_props_map Byson94 2025-08-08 21:05:09 +05:30
  • 6e3268ca17 feat: implmented half working dynamic update system Byson94 2025-08-08 20:10:56 +05:30
  • 03a2bcf37e feat: Build custom module resolver for rhai Byson94 2025-08-08 12:18:26 +05:30
  • 6f65d127aa docs: rearranged expr_lang.md path Byson94 2025-08-06 22:48:43 +05:30
  • 1034c44ee3 docs: readded expression_language, fixed str interpolation eg Byson94 2025-08-06 22:44:26 +05:30
  • 4ec6fe308c fix: replaced include() fn in config doc as it got removed Byson94 2025-08-06 22:17:33 +05:30
  • 01b05b0bda fix: fixed first window example in config::configuration.md Byson94 2025-08-06 22:02:14 +05:30
  • d377fc409f feat: Added Widget Properties and widget param doc Byson94 2025-08-06 21:55:08 +05:30
  • c2c0c7e292 feat: removed include because rhai supports import/export Byson94 2025-08-06 20:44:09 +05:30
  • 8609a6acb7 feat: Added example Byson94 2025-08-06 20:26:34 +05:30
  • 7142567848 chore: ran cargo fmt Byson94 2025-08-06 17:46:40 +05:30
  • 58c93576b2 feat: Added support for stack widget Byson94 2025-08-06 17:46:08 +05:30
  • 5a4972f940 feat: Added transform widget support. Byson94 2025-08-06 17:24:04 +05:30
  • 64f94a11cd feat: Added tooltip, clrchooser, clrbttn widget support Byson94 2025-08-06 17:12:38 +05:30
  • 45745ed381 chore: ran cargo fmt Byson94 2025-08-06 15:53:42 +05:30
  • 6834b664fd feat: Added basic and fragile dyn sys for poll/listen Byson94 2025-08-06 15:53:17 +05:30
  • f03fbbfafe refactor: Fixed many warnings Byson94 2025-08-05 22:30:51 +05:30
  • ef52f691cf chore(rebrand): replaced eww to ewwii Byson94 2025-08-05 21:56:22 +05:30
  • 273fdfb082 feat: Added compile_code fn to parser Byson94 2025-08-05 21:26:14 +05:30
  • 1de8c6998a doc: Added modules documentation Byson94 2025-08-05 20:06:43 +05:30
  • cc21ff1863 feat: Added std module with text and env submodule Byson94 2025-08-05 19:22:50 +05:30
  • ea0f4d091a feat: added better dynamic update Byson94 2025-08-05 17:39:11 +05:30
  • 4a43eabed2 docs: fixed config & syntax file path Byson94 2025-08-05 13:22:53 +05:30
  • 9d18de1110 docs: improved docs and added nested chapters Byson94 2025-08-05 13:11:30 +05:30
  • 87984cdaa8 docs: improved docs by refactoring the configuration.md Byson94 2025-08-04 23:04:52 +05:30
  • ab5d8ce28a feat: added gtk event box support Byson94 2025-08-04 20:11:01 +05:30
  • 118af53cc8 feat: added gtk scrolledwindow support Byson94 2025-08-04 19:49:56 +05:30
  • d7564d716f feat: Added gtk calendar support Byson94 2025-08-04 19:32:14 +05:30
  • 69d8523b85 chore: ran cargo fmt Byson94 2025-08-04 19:24:11 +05:30
  • 535cf3b3ba feat: added gtk input support and changed optional logic Byson94 2025-08-04 19:23:52 +05:30
  • ddaffd166a feat: added support for gtk image Byson94 2025-08-04 18:54:45 +05:30
  • 7bec8e42ce feat: added support for graph Byson94 2025-08-04 18:36:50 +05:30
  • 5e3f538674 feat: added support for circular progress bar Byson94 2025-08-04 18:20:51 +05:30
  • 530ccca1e4 feat: added support for gtk expander Byson94 2025-08-04 18:12:22 +05:30
  • f1a7cfb48c feat: added support for gtk_combo_box_text Byson94 2025-08-04 17:59:48 +05:30
  • 6b9fec8ef7 chore: removed unnecessary test Byson94 2025-08-04 17:09:39 +05:30
  • 322311bda3 chore: fixed logo path Byson94 2025-08-04 16:56:41 +05:30
  • 643db859a3 chore: Changed logo Byson94 2025-08-04 16:53:57 +05:30
  • e374a203ff chore: ran cargo fmt Byson94 2025-08-03 22:11:42 +05:30
  • 21658b19bc feat: Added support for gtk revealer widget Byson94 2025-08-03 22:11:04 +05:30
  • d6b439f097 feat: added checkbox widget support Byson94 2025-08-03 21:29:39 +05:30
  • 74c6be70f7 feat: Added basic props support for all widgets Byson94 2025-08-03 20:50:20 +05:30
  • 8dd99376fd feat: Added semi dynamic support for rhai Byson94 2025-08-03 20:06:12 +05:30
  • 653bf17535 chore: run cargo fmt Byson94 2025-08-03 15:27:01 +05:30
  • 4b100d0073 feat: Added note section in error report Byson94 2025-08-03 15:26:16 +05:30
  • 5a0d267770 chore: ran cargo fmt to format code Byson94 2025-08-03 14:04:02 +05:30
  • adb0442da5 feat: Improved err printing with help/hint and better UI Byson94 2025-08-03 14:03:17 +05:30
  • 674735ca65 feat: added dummy variables in rhai scope to fix eval Byson94 2025-08-03 12:55:02 +05:30
  • ae31a360e9 feat: Added poll/listen IMPROVED error printing Byson94 2025-08-03 11:23:41 +05:30
  • 2188e9000e feat: Added polling (untested) Byson94 2025-08-02 22:36:14 +05:30
  • 1623d208f7 feat: starting the work on rhai signals Byson94 2025-08-02 20:26:58 +05:30
  • 18e9c91d69 fix: fixed license in Cargo.toml(s) Byson94 2025-08-02 18:48:41 +05:30
  • 2dd0850854 docs: Improved docs, added more files to fill in with content Byson94 2025-08-02 18:45:21 +05:30
  • 65f6e436f3 feat: Added support for buttons Byson94 2025-08-02 17:22:10 +05:30