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
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Ali Mohammad Pur
|
78dc77f7e4
LibLine: Add support for user-controlled masking
|
3 years ago |
Ali Mohammad Pur
|
6aceec4535
LibLine: Don't use fdopen() for stream in edit_in_external_editor()
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Nícolas F. R. A. Prado
|
9e81c2dc83
LibLine: Update inline search cursor after kill_line (^U) command
|
3 years ago |
Andrew Kaster
|
d70aba6a11
LibLine: Replace call to vfork() with fork()
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
sin-ack
|
8ea22121ac
Userland: Migrate to argument-less deferred_invoke
|
3 years ago |
Ali Mohammad Pur
|
3184086679
LibLine: Avoid excessive write() syscalls when refreshing the display
|
4 years ago |
brapru
|
7843287d89
LibLine: Actually cancel the search editor on Ctl-C
|
4 years ago |
Max Wipfli
|
bc8d16ad28
Everywhere: Replace ctype.h to avoid narrowing conversions
|
4 years ago |
Ali Mohammad Pur
|
bbaa463032
LibLine: Make line management less broken when at the last line
|
4 years ago |
Ali Mohammad Pur
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
4 years ago |
Ali Mohammad Pur
|
6783f65d5a
LibLine: Fix writing to temporary file in ^X^E handler
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
AnotherTest
|
b58dbc29fc
LibLine: Add support for ^X^E
|
4 years ago |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 years ago |
AnotherTest
|
21cbcdd7da
LibLine: Properly update the main editor when clearing the search editor
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
AnotherTest
|
d8a3285d78
LibLine: Move the search editor exactly after the last line
|
4 years ago |
AnotherTest
|
6472e5239c
LibLine: Update the lazy refresh data and flags in some more places
|
4 years ago |
AnotherTest
|
6985b4008a
LibLine: Place the search editor prompt at the right line after ^L
|
4 years ago |
AnotherTest
|
3a231c00aa
LibLine: Close the search editor when it's interrupted
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |