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.h
Age
Commit message (
Expand
)
Author
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: Handle read events serially
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
2021-12-16
LibLine: Switch all files to use east-const
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-07-20
LibLine: Avoid excessive write() syscalls when refreshing the display
Ali Mohammad Pur
2021-06-23
LibLine: Recalculate the origin on resize
Ali Mohammad Pur
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
LibLine: Make line management less broken when at the last line
Ali Mohammad Pur
2021-05-11
LibLine+Shell: Add dirty history flag and use it
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibLine: Redraw the suggestions when terminal size changes
Ali Mohammad Pur
2021-04-17
LibLine: Add support for ^X^E
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
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-12
Libraries: Move to Userland/Libraries/
Andreas Kling