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
/
MainWidget.h
Age
Commit message (
Expand
)
Author
2021-10-23
TextEditor: Add syntax-highlighting for CSS files
Sam Atkins
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-08-26
TextEditor: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-23
TextEditor: Unveil the full path to the config file
Ralf Donau
2021-07-23
TextEditor: Allow starting with a file argument that doesn't exist
Itamar
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
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-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-05-20
TextEditor: Don't launch a WebContent process until it's needed
Andreas Kling
2021-05-20
TextEditor+Browser: Enable HTML syntax highlighting on HTML documents
Ali Mohammad Pur
2021-05-09
TextEditor: Add support for SQL highlighting
Dylan Katz
2021-05-01
TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window
Andreas Kling
2021-05-01
TextEditor: Rename TextEditorWidget => TextEditor::MainWidget
Andreas Kling