summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/Editor.h
AgeCommit message (Expand)Author
2023-05-27LibLine: Unify history reading, prefer File over DeprecatedFileBen Wiederhake
2023-04-25Userland: Remove serialize-to-JSON functions only used for InspectorAndreas Kling
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-16LibLine: Do a whole bunch of internal error propagationTim Schumacher
2023-01-16LibLine: Port most functions to `Core::Stream`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-10LibLine: Support wrapping lines in `actual_rendered_string_metrics`Lucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-22LibLine: Use the real shown line count around in cleanup()Ali Mohammad Pur
2022-05-25LibLine: Add support for user-controlled maskingAli Mohammad Pur
2022-05-25LibLine: Turn bracketed paste mode off in Editor::restore()Ali Mohammad Pur
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