summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine
AgeCommit message (Expand)Author
2023-06-03LibLine: Ignore ENOENT errors when loading old historyTim Schumacher
2023-05-27LibLine: Unify history reading, prefer File over DeprecatedFileBen Wiederhake
2023-05-19LibLine: Prefer File::read_until_eof over DeprecatedFile::read_allBen Wiederhake
2023-04-25Userland: Remove serialize-to-JSON functions only used for InspectorAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-20LibLine: Unify the is-empty flag in Style::unify_with() as wellAli Mohammad Pur
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-01LibLine: Quit event loop when an error occurs on updateAli Mohammad Pur
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim 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
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-16LibLine: Convert strings to time_t using signed conversion methodsTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-20LibVT/LibLine: Delete words when pressing Ctrl+Backspace in TerminalZaggy1024
2022-11-11LibLine: Fix save line conditionMatteo Benetti
2022-11-10LibLine: Consider URL in `actual_rendered_string_length`Lucas CHOLLET
2022-11-10LibLine: Support wrapping lines in `actual_rendered_string_metrics`Lucas CHOLLET
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-03LibLine: Avoid crashing on a 0x0 terminalAli Mohammad Pur
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-07-17LibLine: Ignore empty spans when stylizingsin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-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: Reset next suggestion index when resetting suggestionsAli Mohammad Pur
2022-04-18LibLine: Make it possible to avoid autocompletion if requestedAli Mohammad Pur
2022-04-18LibLine: Respect the provided completion static offsetAli 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-03-27LibLine: Avoid pointless size_t <-> ssize_t castAli Mohammad Pur
2022-03-27LibLine: Handle read events seriallyAli Mohammad Pur
2022-03-26LibLine: Add a display trivia field to suggestionsAli Mohammad Pur