Commit graph

313 commits

Author SHA1 Message Date
83386d5bd9
SdfTerm: simplify get_order() 2021-09-10 11:10:05 +02:00
b708545b96
SdfTerm: remove outdated lines 2021-09-10 11:02:35 +02:00
9633986f6c
cleanup SdfTerm 2021-09-10 10:51:47 +02:00
d9b52d5fec
fix cargo dependencies 2021-09-10 02:18:26 +02:00
880610c39d
IntegerEditor: reverse digit sequence in get_value() to use the more commonplace endiannes as default 2021-09-10 02:06:24 +02:00
ebada704c0
preview color in nako window 2021-09-10 01:59:42 +02:00
eb2f4c28dd
initial terminal view rendering with sdfs
still very whacky
2021-09-10 01:04:00 +02:00
d647e45c26
sdfs: convert TerminalAtom to SDF 2021-09-09 18:18:48 +02:00
Michael Sippel
859a3f12ff
fix color update 2021-09-06 01:22:08 +02:00
Tendsin Mende
4ce574ea78 initial sdf output 2021-09-06 00:56:51 +02:00
Michael Sippel
b86220ae90
first color editor 2021-09-06 00:08:36 +02:00
cee6e02a04
shell: first ProcessLauncher with PTY 2021-09-03 06:49:18 +02:00
bd1572c632
SequenceView: add .iter() 2021-09-02 22:37:09 +02:00
fe4707e7b2
StringEditor & PosIntEditor: add get_data_port() 2021-08-31 03:03:51 +02:00
8b19ab94c7
sequence: add filter_map()
could be more efficient
2021-08-31 02:57:42 +02:00
73eec59f58
ListEditor: better NavResult in dn(): avoid jumping when calling dn on lowest level 2021-08-31 02:11:49 +02:00
fdd5e925b1
add PosIntEditor 2021-08-31 02:10:10 +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
fb5ae53e88
add IndexBuffer 2021-08-27 22:31:25 +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
5753fb5af8
singleton: to_index() & to_grid() 2021-08-16 00:08:33 +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
78c5ffcdbe
small notification fixes 2021-08-11 18:08:53 +02:00
316b332d4a
shell: add monstera 2021-08-11 17:56:42 +02:00
07ee04bba4
move list editor module to nested crate 2021-08-11 17:52:38 +02:00
2d17254b2c
leveled term view: only notify when level is changed 2021-08-11 17:43:23 +02:00
45df06adac
add terminal editor trait & string editor improvements
string editor: make cursor Option<usize>
2021-08-11 17:39:07 +02:00
261bf15b70
flatten(): add quickfix to cover up race condition in diff notification 2021-08-11 17:29:13 +02:00
b6f67c8ee3
port: add missing update in set_view 2021-07-28 01:54:12 +02:00
f2fdaa687b
pipeline builders for sequence to grid with simple horizontal / vertical layout 2021-07-05 13:27:42 +02:00
e7d1763369
workaround for vec2seq len issue 2021-06-17 02:36:37 +02:00
8e36e1c2fd
singleton map 2021-06-16 02:56:11 +02:00
835a0bf08e
move VecBuffer and views into separate vec module 2021-06-16 01:56:34 +02:00
30a3df180b
grid flatten 2021-06-13 17:20:39 +02:00
44cba54320
terminal make_label() helper 2021-06-12 04:15:56 +02:00
9d91f938b1
grid view: better range() 2021-06-12 04:15:32 +02:00
2896799fae
grid offset: use map_key() 2021-06-12 03:05:05 +02:00
9125997c83 vec sequence: remove RwLock 2021-06-12 03:02:12 +02:00
0962b96c3a
add first list decorator projection 2021-06-06 18:44:41 +02:00
e5e1fc180e
add shell crate with stupid int editor 2021-06-05 23:30:40 +02:00
6e3abbde41
refactor sequence flatten() to use ProjectionHelper 2021-06-05 23:01:32 +02:00
df91db7774
radix transform: add update hook 2021-06-05 23:01:00 +02:00
b6df1e7e41
projection: define channel type per argument type 2021-05-28 00:45:30 +02:00
d9654ab292
radix transform: fix misnamed variable
the _ caused the variable to be optimized away, which is not desired
2021-05-22 01:39:08 +02:00