serenity/Applications/TextEditor
FalseHonesty 7ca562b200 LibMarkdown: Change MD Document parse API to return a RefPtr
Markdown documents are now obtained via the static Document::parse
method, which returns a RefPtr<Document>, or nullptr on failure.
2020-05-30 00:32:12 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp TextEditor: Pledge "unix" so we can load images in Markdown preview 2020-04-30 12:32:41 +02:00
TextEditorWidget.cpp LibMarkdown: Change MD Document parse API to return a RefPtr 2020-05-30 00:32:12 +02:00
TextEditorWidget.h LibWeb: Rename Web::HtmlView => Web::PageView 2020-05-28 18:22:54 +02:00