|
|
7ba08b8be3
|
output: autobox in view! macro
|
2025-04-26 21:19:48 +03:00 |
|
|
|
3d01f5558c
|
dsl: add sexpr syntaces; prefix modules
|
2025-04-26 21:11:23 +03:00 |
|
|
|
844681d6ad
|
0.11.0: release
|
2025-04-25 21:08:13 +03:00 |
|
|
|
aa7a2c72f5
|
chore: fix warnings
|
2025-04-25 21:07:50 +03:00 |
|
|
|
222e10239b
|
ops: fix Map::east/south with example
|
2025-04-25 19:01:02 +03:00 |
|
|
|
2e9ba1b92d
|
fix tui example
|
2025-04-25 14:11:04 +03:00 |
|
|
|
649a89443b
|
output: finally Map::east, Map::south
|
2025-04-25 13:58:44 +03:00 |
|
|
|
b5fbd14f91
|
tui_phat: export LO and HI chars
|
2025-04-25 13:58:19 +03:00 |
|
|
|
91dfed1077
|
feat(tui): add Tryptich (3-col layout)
|
2025-04-24 21:03:52 +03:00 |
|
|
|
3861439c49
|
feat(input): add defcom! macro
|
2025-04-24 21:03:39 +03:00 |
|
|
|
fa6f6dab1d
|
0.10.0: update deps and lockfile
|
2025-04-23 15:35:16 +03:00 |
|
|
|
1f62c2f86d
|
fix(ci): missing import in tests
|
2025-04-19 15:26:14 +03:00 |
|
|
|
aeddf561b1
|
fix warnings
|
2025-04-18 13:45:49 +03:00 |
|
|
|
471959d1f5
|
0.10.0: fixed expose! syntax
|
2025-04-17 02:21:00 +03:00 |
|
|
|
6048d24880
|
0.9.1: fix get_value/get_content invocations
|
2025-04-15 18:17:58 +03:00 |
|
|
|
f11c27b8c9
|
0.9.0: add get_value! and get_content! macros for dsl impl
|
2025-04-15 18:12:40 +03:00 |
|
|
|
1ad2d43d5a
|
0.8.0: add expose! and impose! macros
|
2025-04-15 18:00:44 +03:00 |
|
|
|
34295570a2
|
0.7.1: log unresolved content in all cases
|
2025-04-13 21:49:18 +03:00 |
|
|
|
f33f331a48
|
0.7.0: update deps
|
2025-04-13 21:22:35 +03:00 |
|
|
|
ec7621eff9
|
refactor(output): group ops/ and space/
|
2025-04-13 21:19:25 +03:00 |
|
|
|
18a01b8355
|
constify and deinline some methods
|
2025-04-13 21:11:07 +03:00 |
|
|
|
4279503681
|
0.6.1: more detailed error message in try_from_expr
|
2025-04-13 20:43:16 +03:00 |
|
|
|
b8ad5dae9f
|
0.6.0: add trim_string
|
2025-04-13 20:42:56 +03:00 |
|
|
|
ea01deb854
|
refactor: extract more tui_content modules
|
2025-04-04 20:59:17 +03:00 |
|
|
|
86236b76cd
|
0.5.2: remove explicit lifetime bound from Map
|
2025-04-04 01:49:51 +03:00 |
|
|
|
829d35b61f
|
0.5.1: enable border
|
2025-04-04 00:57:12 +03:00 |
|
|
|
022cc39892
|
refactor: extract tui_border module
|
2025-04-04 00:51:02 +03:00 |
|
|
|
b43cd0f64f
|
0.5.0: Tui::modify, Bold -> Modify
|
2025-04-04 00:33:16 +03:00 |
|
|
|
a42e17a9d4
|
add license
|
2025-03-24 03:18:58 +02:00 |
|
|
|
81e7f50363
|
0.4.0: fill_mod, tint
|
2025-03-23 21:42:33 +02:00 |
|
|
|
b0bb7f818b
|
0.3.4: fix the *other* off-by-1 error
|
2025-03-23 21:28:58 +02:00 |
|
|
|
2f561edeea
|
0.3.3: fix off-by-1 in trimmed strings
|
2025-03-23 21:23:08 +02:00 |
|
|
|
96ff10c4b0
|
0.3.2: actually expose tui_string 😅
|
2025-03-18 01:09:20 +02:00 |
|
|
|
b1639b49d5
|
0.3.1: fix off-by-1 in TrimStringRef
|
2025-03-18 01:05:52 +02:00 |
|
|
|
a80443262c
|
0.3.0: TrimString and TrimStringRef
|
2025-03-18 01:04:25 +02:00 |
|
|
|
10a2d17b48
|
0.2.0: constrain map
|
2025-03-17 00:49:31 +02:00 |
|
|
|
1774419d93
|
0.1.2: fix an import
|
2025-03-17 00:46:16 +02:00 |
|
|
|
9b3c8d4ac6
|
tag global v0.1.1
|
2025-03-16 23:43:14 +02:00 |
|
|
|
3748857d2c
|
extract tui_scroll
|
2025-03-16 23:39:52 +02:00 |
|
|
|
c735522525
|
fix scrollbar indexing
|
2025-03-16 23:39:04 +02:00 |
|
|
|
6ee0147f43
|
put output/view behind dsl feature
|
2025-03-16 23:36:20 +02:00 |
|
|
|
71dead5150
|
group tui_engine and tui_content; cargo update
|
2025-03-16 23:33:27 +02:00 |
|
|
|
877b344765
|
edn -> dsl
|
2025-03-15 16:49:26 +02:00 |
|
|
|
d30eda33d1
|
tek_ -> tengri_; reset to v0.1.0; add root reexporter package
|
2025-03-14 23:39:31 +02:00 |
|
|
|
70984b4992
|
add forgejo action
|
2025-03-10 15:09:45 +02:00 |
|
|
|
23adab3804
|
add readme
|
2025-03-10 12:17:09 +02:00 |
|
|
|
6cd85efe50
|
make PerfModel fields public
|
2025-03-04 20:56:43 +02:00 |
|
|
|
d5a304e645
|
fix warnings; 27.2% cov
|
2025-03-04 01:03:13 +02:00 |
|
|
|
5352a9d548
|
remove clojure_reader
|
2025-03-04 00:49:49 +02:00 |
|
|
|
47b3413d7d
|
tabula rasa
|
2025-03-02 14:31:04 +02:00 |
|