summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/Style.h
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
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-03-13Libraries: Use default constructors/destructors in LibLineLenny Maiorani
2021-12-16LibLine: Switch all files to use east-constAli Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling