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
/
InternalFunctions.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
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
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-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-25
LibLine: Add support for user-controlled masking
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-02-27
LibLine: Update inline search cursor after kill_line (^U) command
Nícolas F. R. A. Prado
2022-01-07
LibLine: Replace call to vfork() with fork()
Andrew Kaster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-07-20
LibLine: Avoid excessive write() syscalls when refreshing the display
Ali Mohammad Pur
2021-06-04
LibLine: Actually cancel the search editor on Ctl-C
brapru
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-05-16
LibLine: Make line management less broken when at the last line
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-30
LibLine: Fix writing to temporary file in ^X^E handler
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibLine: Add support for ^X^E
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-24
LibLine: Properly update the main editor when clearing the search editor
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibLine: Move the search editor exactly after the last line
AnotherTest
2021-02-21
LibLine: Update the lazy refresh data and flags in some more places
AnotherTest
2021-02-07
LibLine: Place the search editor prompt at the right line after ^L
AnotherTest
2021-02-07
LibLine: Close the search editor when it's interrupted
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling