summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/Editor.h
AgeCommit message (Expand)Author
2022-04-18LibLine: Respect the provided completion static offsetAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27LibLine: Handle read events seriallyAli Mohammad Pur
2022-03-06LibLine: Allow the embedder to optionally handle pasted data itselfAli Mohammad Pur
2022-03-06LibLine+Userland: Make suggestion offsets per-suggestionAli Mohammad Pur
2021-12-16LibLine: Switch all files to use east-constAli Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-07-20LibLine: Avoid excessive write() syscalls when refreshing the displayAli Mohammad Pur
2021-06-23LibLine: Recalculate the origin on resizeAli Mohammad Pur
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-24LibLine+Shell: Allow some programs to modify the current termiosAli Mohammad Pur
2021-05-24LibLine: Add bracketed paste mode supportAli Mohammad Pur
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-16LibLine: Make line management less broken when at the last lineAli Mohammad Pur
2021-05-11LibLine+Shell: Add dirty history flag and use itsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibLine: Redraw the suggestions when terminal size changesAli Mohammad Pur
2021-04-17LibLine: Add support for ^X^EAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibLine: Update the lazy refresh data and flags in some more placesAnotherTest
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-07LibLine: Close the search editor when it's interruptedAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling