serenity/Userland/Libraries/LibLine
Tim Schumacher 8464da1439 AK: Move Stream and SeekableStream from LibCore
`Stream` will be qualified as `AK::Stream` until we remove the
`Core::Stream` namespace. `IODevice` now reuses the `SeekMode` that is
defined by `SeekableStream`, since defining its own would require us to
qualify it with `AK::SeekMode` everywhere.
2023-01-29 19:16:44 -07:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Editor.cpp AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Editor.h AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
InternalFunctions.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
KeyCallbackMachine.cpp LibLine: Correct spelling mistake in variable name 2021-07-21 14:15:24 +02:00
KeyCallbackMachine.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Span.h LibLine: Ignore empty spans when stylizing 2022-07-17 00:51:31 +00:00
StringMetrics.h LibLine: Support wrapping lines in actual_rendered_string_metrics 2022-11-10 12:34:21 +03:30
Style.h Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
SuggestionDisplay.h LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00
SuggestionManager.cpp LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00
SuggestionManager.h LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00
VT.h AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
XtermSuggestionDisplay.cpp LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00