Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Tim Schumacher
|
40cb41a16c
LibLine: Do a whole bunch of internal error propagation
|
2 years ago |
Tim Schumacher
|
f9f1e1dd49
LibLine: Port most functions to `Core::Stream`
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Lucas CHOLLET
|
299ca10fd5
LibLine: Support wrapping lines in `actual_rendered_string_metrics`
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Ali Mohammad Pur
|
910a44d5f2
LibLine: Use the real shown line count around in cleanup()
|
3 years ago |
Ali Mohammad Pur
|
78dc77f7e4
LibLine: Add support for user-controlled masking
|
3 years ago |
Ali Mohammad Pur
|
c257d27f0b
LibLine: Turn bracketed paste mode off in Editor::restore()
|
3 years ago |
Ali Mohammad Pur
|
d5b3998d23
LibLine: Respect the provided completion static offset
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Ali Mohammad Pur
|
f6afb70b07
LibLine: Handle read events serially
|
3 years ago |
Ali Mohammad Pur
|
d7d847c8c6
LibLine: Allow the embedder to optionally handle pasted data itself
|
3 years ago |
Ali Mohammad Pur
|
118590325a
LibLine+Userland: Make suggestion offsets per-suggestion
|
3 years ago |
Ali Mohammad Pur
|
4458cc249e
LibLine: Switch all files to use east-const
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 years ago |
Ali Mohammad Pur
|
3184086679
LibLine: Avoid excessive write() syscalls when refreshing the display
|
4 years ago |
Ali Mohammad Pur
|
4bf14715a1
LibLine: Recalculate the origin on resize
|
4 years ago |
Ben Wiederhake
|
a7c265f341
Everywhere: Sort out superfluous QuickSort.h imports
|
4 years ago |
Ali Mohammad Pur
|
b2ef18d538
LibLine+Shell: Allow some programs to modify the current termios
|
4 years ago |
Ali Mohammad Pur
|
e318f12263
LibLine: Add bracketed paste mode support
|
4 years ago |
Gunnar Beutner
|
d954c11f66
Everywhere: Add missing includes for <AK/OwnPtr.h>
|
4 years ago |
Ali Mohammad Pur
|
bbaa463032
LibLine: Make line management less broken when at the last line
|
4 years ago |
sin-ack
|
ecbe17fb11
LibLine+Shell: Add dirty history flag and use it
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Ali Mohammad Pur
|
e1e84fe0fe
LibLine: Redraw the suggestions when terminal size changes
|
4 years ago |
AnotherTest
|
b58dbc29fc
LibLine: Add support for ^X^E
|
4 years ago |