index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
TextEditor
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-03-04
TextEditor: Enable CMake syntax highlighting
Sam Atkins
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-11-23
TextEditor: Port to LibMain :^)
Andreas Kling
2021-08-26
TextEditor: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-07-18
FileSystemAccessServer+TextEditor: Implement cross-process modal prompts
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-09
TextEditor: Add support for SQL highlighting
Dylan Katz
2021-05-02
TextEditor: Specify the starting line and column number using colons
ry755
2021-05-01
TextEditor: Rename TextEditorWidget => TextEditor::MainWidget
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling