summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/InternalFunctions.cpp
AgeCommit message (Expand)Author
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
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-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-25LibLine: Add support for user-controlled maskingAli Mohammad Pur
2022-04-18LibLine: Don't use fdopen() for stream in edit_in_external_editor()Ali Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-27LibLine: Update inline search cursor after kill_line (^U) commandNícolas F. R. A. Prado
2022-01-07LibLine: Replace call to vfork() with fork()Andrew Kaster
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-07-20LibLine: Avoid excessive write() syscalls when refreshing the displayAli Mohammad Pur
2021-06-04LibLine: Actually cancel the search editor on Ctl-Cbrapru
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-05-16LibLine: Make line management less broken when at the last lineAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-30LibLine: Fix writing to temporary file in ^X^E handlerAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibLine: Add support for ^X^EAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-24LibLine: Properly update the main editor when clearing the search editorAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibLine: Move the search editor exactly after the last lineAnotherTest
2021-02-21LibLine: Update the lazy refresh data and flags in some more placesAnotherTest
2021-02-07LibLine: Place the search editor prompt at the right line after ^LAnotherTest
2021-02-07LibLine: Close the search editor when it's interruptedAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling