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-06-03
LibLine: Ignore ENOENT errors when loading old history
Tim Schumacher
2023-05-27
LibLine: Unify history reading, prefer File over DeprecatedFile
Ben Wiederhake
2023-05-19
LibLine: Prefer File::read_until_eof over DeprecatedFile::read_all
Ben Wiederhake
2023-04-25
Userland: Remove serialize-to-JSON functions only used for Inspector
Andreas Kling
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-20
LibLine: Unify the is-empty flag in Style::unify_with() as well
Ali Mohammad Pur
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
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
[next]