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
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
2022-03-13
Libraries: Use default constructors/destructors in LibLine
Lenny Maiorani
2022-03-06
LibLine: Reset suggestion index back to zero when fetching new ones
Ali Mohammad Pur
2022-03-06
LibLine: Make sure suggestions have their *_views set correctly
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-27
LibLine: Update inline search cursor after kill_line (^U) command
Nícolas F. R. A. Prado
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-07
LibLine: Replace call to vfork() with fork()
Andrew Kaster
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-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
[next]