|
d43d99c6d3
|
PTYListEditor: move style into node constructor
|
2023-02-11 12:03:37 +01:00 |
|
|
6867297eea
|
singleton2sequence: value only at first element
fixes chain with singleton tosequence filter
|
2023-01-07 13:13:27 +01:00 |
|
|
47b8900adc
|
implement tree cursor widget as projection pipeline
|
2023-01-07 05:14:46 +01:00 |
|
|
0edbd748a5
|
further file renaming
|
2023-01-02 18:49:32 +01:00 |
|
|
280796ab17
|
move type-system & context into separate module
|
2023-01-02 13:18:55 +01:00 |
|
|
883cd01f99
|
wip
|
2022-12-21 01:55:42 +01:00 |
|
|
7a24111f08
|
fix warnings
|
2022-12-18 01:39:01 +01:00 |
|
|
35498a2fa7
|
begin refactor to node-struct and obj-commmander
|
2022-12-18 01:20:17 +01:00 |
|
|
bed4bc329b
|
cleanup editor constructors
|
2022-11-18 00:21:29 +01:00 |
|
|
0a8c77772c
|
replace TerminalTreeEditor with Nested trait
|
2022-11-13 15:26:25 +01:00 |
|
|
273f20d3db
|
pty list: add split key
|
2022-11-05 11:57:06 +01:00 |
|
|
b2f437d7df
|
add diagnostics; contanis some bugs
|
2022-11-05 11:57:06 +01:00 |
|
|
5dd4773205
|
product editor: fix out-of-bounds in edge case
|
2022-11-05 11:57:06 +01:00 |
|
|
096e343f25
|
improve colors
|
2022-11-05 11:57:06 +01:00 |
|
|
21f7043ef0
|
product editor: fix background color highlighting
introduce update_segment() to simplify updating of meta information of segments
|
2022-11-05 11:57:06 +01:00 |
|
|
507887535f
|
list nav: catch some out of bounds errors
|
2022-11-05 11:57:06 +01:00 |
|
|
4e02b41a77
|
shell: first commander prototype
|
2022-11-05 11:56:56 +01:00 |
|
|
d8e8f763a6
|
cleanup product editor
|
2022-06-24 15:54:05 +02:00 |
|
|
5fef75e24f
|
listeditor cleanup
|
2022-06-19 23:13:21 +02:00 |
|
|
f118eada34
|
product editor
|
2022-05-08 23:30:49 +02:00 |
|
|
411b773ab5
|
fix warnings & format
|
2021-11-19 12:19:52 +01:00 |
|
|
bf8a949cdd
|
move plot to separate file
|
2021-11-19 12:04:37 +01:00 |
|
|
2fd209c502
|
list editor: catch out of bounds in ListEditor::get_item()
|
2021-11-07 08:50:36 +01:00 |
|
|
7fdc0bf272
|
optimize index views with IndexArea enum to allow range based notifications
|
2021-11-07 08:48:04 +01:00 |
|
Michael Sippel
|
c68a9f785d
|
shell: use a ListEditor of ProcessLaunchers in top level
|
2021-09-24 23:31:09 +02:00 |
|
|
372ef9cb77
|
shell: use portable-pty crate instead of pty-rs
|
2021-09-15 15:24:39 +02:00 |
|
|
cdeb0f9bc8
|
list editor: fix out of bounds on backspace
|
2021-09-12 17:39:24 +02:00 |
|
|
73eec59f58
|
ListEditor: better NavResult in dn(): avoid jumping when calling dn on lowest level
|
2021-08-31 02:11:49 +02:00 |
|
|
a3d966df11
|
fix some bugs and add help to demo
|
2021-08-28 17:01:31 +02:00 |
|
|
11eb30bd5b
|
list editor cleanup & fix nesting
|
2021-08-28 03:08:41 +02:00 |
|
|
cec7b4a0a0
|
more improvements for ListEditor
fix some glitches by refactoring ListCursor: mode is now always present, only idx is optional
|
2021-08-26 08:20:51 +02:00 |
|
|
5eefcbb4d1
|
projection: remove_arg
|
2021-08-24 23:15:18 +02:00 |
|
|
2563e06000
|
list editor: refactor cursor handling
|
2021-08-23 05:00:57 +02:00 |
|
|
9905a2376f
|
build StringEditor and PosIntEditor ontop of ListEditor
add DigitEditor and CharEditor
|
2021-08-16 01:27:35 +02:00 |
|
|
fef4b930ae
|
TreeNav: get tree address of cursor
|
2021-08-16 00:10:25 +02:00 |
|
|
603034a065
|
TreeNav trait
adapt ListEditor and StringEditor
|
2021-08-15 04:27:09 +02:00 |
|
|
127c43bca0
|
list editor: add path view
add decorate() on OuterViewPort to create a ListDecorator
|
2021-08-15 02:05:33 +02:00 |
|
|
07ee04bba4
|
move list editor module to nested crate
|
2021-08-11 17:52:38 +02:00 |
|