summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine
AgeCommit message (Expand)Author
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
2022-03-13Libraries: Use default constructors/destructors in LibLineLenny Maiorani
2022-03-06LibLine: Reset suggestion index back to zero when fetching new onesAli Mohammad Pur
2022-03-06LibLine: Make sure suggestions have their *_views set correctlyAli 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
2022-03-06LibLine: Never assume a 25x80 terminalAli Mohammad Pur
2022-02-27LibLine: Update inline search cursor after kill_line (^U) commandNícolas F. R. A. Prado
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-13LibJS+LibLine: Run clang-formatAndreas Kling
2022-02-13LibLine: Fix loading of terminal dimensions when running under lldbAnonymous
2022-01-07LibLine: Replace call to vfork() with fork()Andrew Kaster
2022-01-01LibLine: Avoid unnecessary copies in EditorBen Wiederhake