summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/SuggestionManager.cpp
AgeCommit message (Expand)Author
2023-01-16LibLine: Do a whole bunch of internal error propagationTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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-03-26LibLine: Add a display trivia field to suggestionsAli Mohammad Pur
2022-03-06LibLine: Make sure suggestions have their *_views set correctlyAli 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-05-16Userland: Don't explicitly call Vector<T>::is_null()Gunnar Beutner
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling