summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/CMakeLists.txt
AgeCommit message (Expand)Author
2023-03-04TextEditor: Enable CMake syntax highlightingSam Atkins
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-11-23TextEditor: Port to LibMain :^)Andreas Kling
2021-08-26TextEditor: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-09TextEditor: Add support for SQL highlightingDylan Katz
2021-05-02TextEditor: Specify the starting line and column number using colonsry755
2021-05-01TextEditor: Rename TextEditorWidget => TextEditor::MainWidgetAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling