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
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-03
LibLine: Avoid crashing on a 0x0 terminal
Ali Mohammad Pur
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-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-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-06
LibLine: Reset suggestion index back to zero when fetching new ones
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-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-01
LibLine: Avoid unnecessary copies in Editor
Ben Wiederhake
2021-12-16
LibLine: Switch all files to use east-const
Ali Mohammad Pur
2021-12-16
LibLine: Update the prompt origin after resize + suggestion redisplay
Ali Mohammad Pur
2021-12-16
LibLine: Take the prompt into account when adjusting for a scrolled view
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
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
[next]