index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibLine
Age
Commit message (
Expand
)
Author
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-01
LibLine: Quit event loop when an error occurs on update
Ali Mohammad Pur
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-16
LibLine: Do a whole bunch of internal error propagation
Tim Schumacher
2023-01-16
LibLine: Port most functions to `Core::Stream`
Tim Schumacher
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-16
LibLine: Convert strings to time_t using signed conversion methods
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-20
LibVT/LibLine: Delete words when pressing Ctrl+Backspace in Terminal
Zaggy1024
2022-11-11
LibLine: Fix save line condition
Matteo Benetti
2022-11-10
LibLine: Consider URL in `actual_rendered_string_length`
Lucas CHOLLET
2022-11-10
LibLine: Support wrapping lines in `actual_rendered_string_metrics`
Lucas CHOLLET
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-03
LibLine: Avoid crashing on a 0x0 terminal
Ali Mohammad Pur
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-07-17
LibLine: Ignore empty spans when stylizing
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-06-22
LibLine: Use the real shown line count around in cleanup()
Ali Mohammad Pur
2022-05-25
LibLine: Add support for user-controlled masking
Ali Mohammad Pur
2022-05-25
LibLine: Turn bracketed paste mode off in Editor::restore()
Ali Mohammad Pur
2022-04-18
LibLine: Reset next suggestion index when resetting suggestions
Ali Mohammad Pur
2022-04-18
LibLine: Make it possible to avoid autocompletion if requested
Ali Mohammad Pur
2022-04-18
LibLine: Respect the provided completion static offset
Ali Mohammad Pur
2022-04-18
LibLine: Don't use fdopen() for stream in edit_in_external_editor()
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibLine: Avoid pointless size_t <-> ssize_t cast
Ali Mohammad Pur
2022-03-27
LibLine: Handle read events serially
Ali Mohammad Pur
2022-03-26
LibLine: Add a display trivia field to suggestions
Ali Mohammad Pur
2022-03-13
Libraries: Use default constructors/destructors in LibLine
Lenny Maiorani
2022-03-06
LibLine: Reset suggestion index back to zero when fetching new ones
Ali Mohammad Pur
2022-03-06
LibLine: Make sure suggestions have their *_views set correctly
Ali Mohammad Pur
2022-03-06
LibLine: Allow the embedder to optionally handle pasted data itself
Ali Mohammad Pur
2022-03-06
LibLine+Userland: Make suggestion offsets per-suggestion
Ali Mohammad Pur
2022-03-06
LibLine: Never assume a 25x80 terminal
Ali Mohammad Pur
2022-02-27
LibLine: Update inline search cursor after kill_line (^U) command
Nícolas F. R. A. Prado
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-13
LibJS+LibLine: Run clang-format
Andreas Kling
2022-02-13
LibLine: Fix loading of terminal dimensions when running under lldb
Anonymous
2022-01-07
LibLine: Replace call to vfork() with fork()
Andrew Kaster
2022-01-01
LibLine: Avoid unnecessary copies in Editor
Ben Wiederhake
[next]