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
/
Editor.cpp
Age
Commit message (
Expand
)
Author
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
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-20
LibLine: Avoid excessive write() syscalls when refreshing the display
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-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
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-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-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-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
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: Close the search editor when it's interrupted
AnotherTest
2021-01-31
LibLine: Only print ascii characters in caret form
AnotherTest
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
LibLine: Use StringView::find() to find '::' in history entries
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling