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
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-07-21
LibLine: Correct spelling mistake in variable name
Jamie Mansfield
2021-07-20
LibLine: Avoid excessive write() syscalls when refreshing the display
Ali Mohammad Pur
2021-07-20
LibLine: Reset the suggestion page offset when finding the max length
Ali Mohammad Pur
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-06-23
LibLine: Recalculate the origin on resize
Ali Mohammad Pur
2021-06-07
LibLine: Actually remove the two levels of deferred_invoke
Ali Mohammad Pur
2021-06-07
LibLine: Partially revert d8c5eec and remove unrelated code
Ali Mohammad Pur
2021-06-06
LibLine: Keep the CSI bytes alive across read events
Ali Mohammad Pur
2021-06-06
LibLine: Stop registering the Notifier as a child Object
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-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-24
LibLine+Shell: Allow some programs to modify the current termios
Ali Mohammad Pur
2021-05-24
LibLine: Add bracketed paste mode support
Ali Mohammad Pur
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-16
Userland: Don't explicitly call Vector<T>::is_null()
Gunnar Beutner
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-05-11
LibLine+Shell: Add dirty history flag and use it
sin-ack
2021-05-07
LibLine: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-30
LibLine: Fix writing to temporary file in ^X^E handler
Ali Mohammad Pur
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibLine: Convert String::format() => String::formatted()
Andreas Kling
2021-04-19
LibLine: Avoid trying to restore() if the editor isn't initialized
Ali Mohammad Pur
2021-04-19
LibLine: Redraw the suggestions when terminal size changes
Ali Mohammad Pur
2021-04-17
LibLine: Check the terminal size at the start of get_line()
AnotherTest
2021-04-17
LibLine: Add support for ^X^E
AnotherTest
2021-03-16
LibLine: Make the DSR response parser a bit more robust
AnotherTest
2021-03-13
LibLine: Treat DEL as backspace by default
AnotherTest
2021-03-13
LibLine: Don't try to print chars larger than 63 in caret form
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-11
LibLine: Cleanup the suggestions before inserting a new code point
AnotherTest
2021-03-07
LibLine: Clear the buffer after invalidating prior written data
AnotherTest
2021-02-24
LibLine: Note that the search() call modifies the buffer
AnotherTest
2021-02-24
LibLine: Update the drawn cursor value when updating lazily
AnotherTest
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: Make clear_lines() work when only clearing the current line
AnotherTest
2021-02-21
LibLine: Update the lazy refresh data and flags in some more places
AnotherTest
2021-02-20
LibLine: Avoid refreshing the entire line when inserting at the end
AnotherTest
2021-02-07
LibLine: Place the search editor prompt at the right line after ^L
AnotherTest
[next]