Commit Graph

136 Commits

Author SHA1 Message Date
Byson94
ee1e4e38b2 feat: added std::command module to rhai 2025-08-24 12:48:31 +05:30
Byson94
dc272455a5 Merge branch 'main' into iidev 2025-08-23 14:22:28 +05:30
Byson94
9b734c4c5f docs: statictranspl --> staticscript 2025-08-23 14:22:13 +05:30
Byson94
36dbd4460c docs: added section for user defined modules in ewwii docs module section 2025-08-23 13:32:20 +05:30
Byson94
e87b075b8b feat: made ewwii print errors from external modules 2025-08-23 13:09:20 +05:30
Byson94
b5f964bcb5 feat: added propagate_natural_height property to scrolledwindow 2025-08-21 20:48:28 +05:30
Byson94
3a77be2710 feat: updated docs to be up-to-date with the latest changes 2025-08-21 17:37:17 +05:30
Byson94
eb574c3e2b feat: added std::math lib for rhai 2025-08-21 09:55:36 +05:30
Byson94
002e3c34d8 feat: made window resizable by default. 2025-08-19 20:51:01 +05:30
Byson94
a3a868ed7b feat: added get_adapter_connectivity() fn to api::wifi 2025-08-19 17:07:25 +05:30
Byson94
712172b434 feat: added api module to rhai 2025-08-19 10:26:59 +05:30
Byson94
c33f1c26dd feat: added json module to rhai 2025-08-19 09:48:17 +05:30
Byson94
057234985f feat: added example section and section for statctranspl 2025-08-17 18:53:35 +05:30
Byson94
c5e3e34aec feat: fixed all compilation warnings 2025-08-17 14:20:45 +05:30
Byson94
0a446b4175 feat: replaced byson94 -> Ewwii-sh 2025-08-16 15:10:56 +05:30
Byson94
882dc2bab8 fix: fixed doc name and replaced eww with ewwii 2025-08-16 14:07:27 +05:30
Byson94
c9cbc606e4 feat: added home-button to docs 2025-08-16 12:46:23 +05:30
Byson94
c977b0fd46 feat: added docs back in 2025-08-15 23:09:04 +05:30
Byson94
a227c99a8d feat: moved docs to Ewwii-sh/docs 2025-08-15 18:14:48 +05:30
Byson94
78e67bf665 docs: added dyn_id docs 2025-08-09 10:25:59 +05:30
Byson94
b10c5a4659 docs: rearranged expr_lang.md path 2025-08-06 22:48:43 +05:30
Byson94
c325674ce6 docs: readded expression_language, fixed str interpolation eg 2025-08-06 22:44:26 +05:30
Byson94
b52888201b fix: replaced include() fn in config doc as it got removed 2025-08-06 22:17:33 +05:30
Byson94
da05f2ef9c fix: fixed first window example in config::configuration.md 2025-08-06 22:02:14 +05:30
Byson94
365ce6b315 feat: Added Widget Properties and widget param doc
Added widget properties (what they do & their signature), the parameters of the widget function call.

I may have also improved the docs on some other parts which I may have forgotten.
2025-08-06 21:55:15 +05:30
Byson94
bb9b92dc7e doc: Added modules documentation 2025-08-05 20:06:43 +05:30
Byson94
3a98e9c9cc docs: fixed config & syntax file path 2025-08-05 13:22:53 +05:30
Byson94
1e89470b1e docs: improved docs and added nested chapters 2025-08-05 13:11:30 +05:30
Byson94
8fe2e9c8e0 docs: improved docs by refactoring the configuration.md 2025-08-04 23:04:52 +05:30
Byson94
122cb9f98f feat: Added polling (untested) 2025-08-02 22:36:14 +05:30
Byson94
99378c513e feat: starting the work on rhai signals 2025-08-02 20:26:58 +05:30
Byson94
c207de43ba docs: Improved docs, added more files to fill in with content 2025-08-02 18:45:21 +05:30
Byson94
7620c778d4 docs: Improved structure and moved installation to getting started 2025-07-31 18:27:24 +05:30
Byson94
1485c6125b docs: changed theme to navy (ayu -> navy) 2025-07-30 22:35:03 +05:30
Byson94
f90a9c9db5 docs(SUMMARY.md): improved sidebar layout 2025-07-29 20:48:08 +05:30
Byson94
7bd7588c98 docs: Made few changes to configuration summary 2025-07-29 20:24:58 +05:30
Byson94
3ae820e1dc doc: changed eww -> ewwii 2025-07-28 20:28:33 +05:30
Byson94
e9f326d3b7 fix(ci): Fixed ci to work with main branch as it used master 2025-07-28 20:22:30 +05:30
Byson94
c1309e5186 doc: updated docs (changed github repo) 2025-07-28 20:17:33 +05:30
Lorenzo Bodini
fddb4a09b1 add formatbytes to expressions (#1333)
* feat: add `log` to expressions

* changelog: add `log`

* feat: add `formatbytes` to expressions
2025-06-30 16:11:18 +02:00
elkowar
20d0997636 fix documentation of ceil and floor (fixes #1319) 2025-05-13 23:09:23 +02:00
Martin Bogdanov
2c6523a372 Add floor() and ceil() (#1315)
* add floor() and ceil() functions to simplexpr, akin to round()

* document addition of floor() and ceil()

* remove unnecessary second argument for floor() and ceil()

* Update documentation

---------

Co-authored-by: Martin Bogdanov <github () martinbogdanov.com>
2025-05-11 15:08:43 +02:00
Lucas Baumann
eb59d155a2 Add warning for invalid exclusive and anchor combination (#1316) 2025-05-11 13:11:13 +02:00
Kiana Sheibani
c6decc815a feat: add subcommand to force-poll variable (#1227)
* feat: add subcommand for force-polling variable

* docs: document the new `eww poll` subcommand
2025-02-05 20:11:35 +01:00
Lorenzo Bodini
593a4f4666 add log to expressions (#1271)
* feat: add `log` to expressions

* changelog: add `log`
2025-01-14 20:11:56 +01:00
Wölfchen
6ee166707f feat: add raw-output for jq (#1199)
* feat: add raw-output arg to jq

Co-authored-by: Roman Hargrave <roman@hargrave.info>

* test: add some test cases for jq raw output

* refactor: improve run_jaq_function

* docs: document changes

---------

Co-authored-by: Roman Hargrave <roman@hargrave.info>
2024-12-27 23:49:28 +01:00
GallowsDove
2c81b3fbc7 feat: Add support for on-demand window focus on wayland (#1215)
* feat: Add support for on-demand window focus on wayland

* fix: cargo fmt

* Update CHANGELOG.md with OnDemand focusable

* fix: add v0_6 feature to gtk-layer-shell in eww/cargo.toml
2024-12-27 00:44:06 +01:00
Roberto
95124ad274 Fixing examples.md (#1257)
Error for the path load of the image for the data structure example
2024-12-27 00:31:45 +01:00
ovalkonia
c3b28d8fe5 powi/powf simplexpr functions (#1255)
* Add `powi`/`powf` expressions

* Update docs
2024-12-27 00:29:26 +01:00
shobu13
86dc4a4636 Update expression_language.md (#1231)
add clarification for regex operator
2024-11-20 09:42:05 +01:00