Commit graph

26 commits

Author SHA1 Message Date
Michael Sippel d43d99c6d3
PTYListEditor: move style into node constructor 2023-02-11 12:03:37 +01:00
Michael Sippel 0edbd748a5
further file renaming 2023-01-02 18:49:32 +01:00
Michael Sippel 280796ab17
move type-system & context into separate module 2023-01-02 13:18:55 +01:00
Michael Sippel 883cd01f99
wip 2022-12-21 01:55:42 +01:00
Michael Sippel 7a24111f08
fix warnings 2022-12-18 01:39:01 +01:00
Michael Sippel 35498a2fa7
begin refactor to node-struct and obj-commmander 2022-12-18 01:20:17 +01:00
Michael Sippel 0a8c77772c
replace TerminalTreeEditor with Nested trait 2022-11-13 15:26:25 +01:00
Michael Sippel 273f20d3db pty list: add split key 2022-11-05 11:57:06 +01:00
Michael Sippel b2f437d7df add diagnostics; contanis some bugs 2022-11-05 11:57:06 +01:00
Michael Sippel 4e02b41a77 shell: first commander prototype 2022-11-05 11:56:56 +01:00
Michael Sippel 5fef75e24f
listeditor cleanup 2022-06-19 23:13:21 +02:00
Michael Sippel 87ed4ef1ca
buffers: store inner viewport instead of cast 2022-06-17 18:19:04 +02:00
Michael Sippel f118eada34
product editor 2022-05-08 23:30:49 +02:00
Michael Sippel 411b773ab5
fix warnings & format 2021-11-19 12:19:52 +01:00
Michael Sippel 880610c39d
IntegerEditor: reverse digit sequence in get_value() to use the more commonplace endiannes as default 2021-09-10 02:06:24 +02:00
Michael Sippel b86220ae90
first color editor 2021-09-06 00:08:36 +02:00
Michael Sippel fe4707e7b2
StringEditor & PosIntEditor: add get_data_port() 2021-08-31 03:03:51 +02:00
Michael Sippel fdd5e925b1
add PosIntEditor 2021-08-31 02:10:10 +02:00
Michael Sippel 5eefcbb4d1
projection: remove_arg 2021-08-24 23:15:18 +02:00
Michael Sippel 9905a2376f
build StringEditor and PosIntEditor ontop of ListEditor
add DigitEditor and CharEditor
2021-08-16 01:27:35 +02:00
Michael Sippel 835a0bf08e
move VecBuffer and views into separate vec module 2021-06-16 01:56:34 +02:00
Michael Sippel df91db7774
radix transform: add update hook 2021-06-05 23:01:00 +02:00
Michael Sippel ca819aeaf4
port: introduce update hooks to avoid extra async tasks per projection
fixes deadlock issues
2021-05-22 01:33:58 +02:00
Michael Sippel c6717e0e75
fix warnings 2021-05-13 16:22:30 +02:00
Michael Sippel 042fc6353c
example utils: improve types 2021-05-03 19:55:29 +02:00
Michael Sippel 0feaee454c
add positional integer radix transform 2021-04-29 01:32:59 +02:00