|
f3ebc7b919
|
process launcher: PTYStatus & kill process
|
2021-11-17 22:32:04 +01:00 |
|
|
c9c6958a62
|
process editor: write keyboard input to pty
|
2021-11-11 22:29:37 +01:00 |
|
|
b9e285acb4
|
simple terminal plot-view
|
2021-11-09 02:57:24 +01:00 |
|
|
43321d18fb
|
some more ansi parsing improvements
|
2021-11-09 02:56:21 +01:00 |
|
|
4ad8316636
|
improve ansi parsing
|
2021-11-07 17:42:36 +01:00 |
|
|
05a189a2bb
|
implement some more ansi codes
|
2021-11-07 09:43:50 +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 |
|
|
bfd27fa3fa
|
update dependencies
|
2021-10-01 16:29:18 +02:00 |
|
Michael Sippel
|
c68a9f785d
|
shell: use a ListEditor of ProcessLaunchers in top level
|
2021-09-24 23:31:09 +02:00 |
|
|
911b69aeea
|
shell: fit size of ascii box around pty to its contents
|
2021-09-21 02:19:42 +02:00 |
|
|
5ec840e87c
|
pty wrapper
|
2021-09-15 17:47:40 +02:00 |
|
|
7e6aa9bbe7
|
add rust-toolchain
|
2021-09-15 15:25:03 +02:00 |
|
|
372ef9cb77
|
shell: use portable-pty crate instead of pty-rs
|
2021-09-15 15:24:39 +02:00 |
|
|
1076d2a1e9
|
Merge branch 'topic-sdf'
|
2021-09-14 23:50:58 +02:00 |
|
|
003374a8e0
|
ascii box view
|
2021-09-13 01:52:37 +02:00 |
|
|
edb8416f67
|
terminal: filter out of bounds atoms
|
2021-09-13 01:41:29 +02:00 |
|
|
b081c4311f
|
use UVec2 in Layer info
|
2021-09-12 22:57:58 +02:00 |
|
|
029d2c4e02
|
SdfTerm: calculate layer size & offset with configurable font size
|
2021-09-12 17:40:03 +02:00 |
|
|
cdeb0f9bc8
|
list editor: fix out of bounds on backspace
|
2021-09-12 17:39:24 +02:00 |
|
|
f393704054
|
sdf color picker: quick n dirty event handling via winit
|
2021-09-10 13:26:02 +02:00 |
|
|
6247dcc9f5
|
SdfTerm: impl Observer to only update modified layers
|
2021-09-10 12:53:08 +02:00 |
|
|
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 |
|