summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/MainWidget.h
AgeCommit message (Expand)Author
2021-10-23TextEditor: Add syntax-highlighting for CSS filesSam Atkins
2021-09-11LibGUI+TextEditor: Allow cursor line highlighting to be toggledthankyouverycool
2021-08-26TextEditor: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-23TextEditor: Unveil the full path to the config fileRalf Donau
2021-07-23TextEditor: Allow starting with a file argument that doesn't existItamar
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-05-20TextEditor: Don't launch a WebContent process until it's neededAndreas Kling
2021-05-20TextEditor+Browser: Enable HTML syntax highlighting on HTML documentsAli Mohammad Pur
2021-05-09TextEditor: Add support for SQL highlightingDylan Katz
2021-05-01TextEditor: Plumb modified state from GUI::TextDocument to GUI::WindowAndreas Kling
2021-05-01TextEditor: Rename TextEditorWidget => TextEditor::MainWidgetAndreas Kling