index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibLine
/
Editor.h
Age
Commit message (
Expand
)
Author
2020-10-26
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
Linus Groh
2020-10-22
LibLine: Support multi-character key callbacks
AnotherTest
2020-09-26
LibLine: Add a setter for the cursor position
AnotherTest
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-15
LibLine: Parse CSI parameters and immediates
Nico Weber
2020-09-07
LibLine: Make ^R search match the input anywhere in a given line
AnotherTest
2020-08-31
LibLine: Reset suggestion state on any non-tab key
AnotherTest
2020-08-23
LibLine: Correct weird arrow up/down behaviour
AnotherTest
2020-08-21
LibLine: Handle interrupts/window size changes internally
AnotherTest
2020-08-21
LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors
AnotherTest
2020-08-18
LibLine: Make actual_rendered_string_metrics() static
AnotherTest
2020-08-18
LibLine: Allow the user to override (or add) keybinds in the config file
AnotherTest
2020-08-18
LibLine: Make (almost) all key actions configurable
AnotherTest
2020-08-18
LibLine: Read configuration from a config file
AnotherTest
2020-08-17
LibLine: Add a getter for num_lines/num_cols
AnotherTest
2020-08-17
LibLine: Uninitialized members in Editor, found by Coverity
Brian Gianforcaro
2020-08-06
LibLine+Shell: Remove unused split_mechanism
Nico Weber
2020-08-06
LibLine: Add binding for Alt-.
Nico Weber
2020-08-06
Shell: Start adding some alt shortcuts
Nico Weber
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibLine: Check if operating on a TTY before using TTY features
AnotherTest
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-06
LibLine: Avoid refreshing the display when resizing
AnotherTest
2020-06-30
LibLine: Correctly display suggestions on multiline prompts
AnotherTest
2020-06-27
LibLine: Support multiline editing
AnotherTest
2020-06-07
LibLine: Correctly handle line content overflow when on last line
AnotherTest
2020-06-07
LibLine: Use more descriptive names for row/column
AnotherTest
2020-06-01
LibLine: Handle interrupts again
AnotherTest
2020-05-27
LibLine: Send over some properties when being inspected
AnotherTest
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-26
LibLine: Use LibC's getline() when the terminal claims no support for escape ...
AnotherTest
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
2020-05-23
LibLine: Make the comments follow the project style
AnotherTest
2020-05-23
LibLine: Refactor suggestion handling and display logic out
AnotherTest
2020-05-23
LibLine: Correctly handle multibyte codepoints in suggestions
AnotherTest
2020-05-23
LibLine: Make suggest() utf8-aware
AnotherTest
2020-05-21
LibLine: Correctly track the completion start and end
AnotherTest
2020-05-21
LibLine: Support applying styles to suggestions
AnotherTest
2020-05-20
LibLine: Unify completion hooks and adapt its users
AnotherTest
2020-05-18
LibLine: Handle unicode correctly
AnotherTest
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
LibLine: Add a hook to run when an interrupt is handled
AnotherTest
2020-05-11
LibLine: Show suggestions in pages if they don't fit on the screen
AnotherTest
2020-05-10
LibLine: Expose actual_rendered_string_length & accept newlines in prompt
AnotherTest
2020-04-30
LibLine: Reset inline_search_cursor along with cursor
AnotherTest
2020-04-30
Shell+LibLine: Handle escaped characters correctly
AnotherTest
2020-04-28
LibLine: Handle initialize() internally
AnotherTest
2020-04-28
LibLine: Ignore interrupts unless actively editing
AnotherTest
[next]