serenity/Applications
FalseHonesty 20faa93cb0 LibMarkdown: Change internal MD API to return OwnPtrs
Previously, all Markdown blocks had a virtual parse method which has
been swapped out for a static parse method returning an OwnPtr of
that block's type.

The Text class also now has a static parse method that will return an
Optional<Text>.
2020-05-30 00:32:12 +02:00
..
About LibGUI, About: Implement system-wide W2k-esque About dialog 2020-05-27 11:44:19 +02:00
Browser Browser: Add clear output button to the console 2020-05-29 22:14:45 +02:00
Calculator Calculator: Set a fixed-width font on the text box 2020-05-18 16:48:54 +02:00
Calendar LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
Debugger LibLine: Use Core::EventLoop for outer read loop 2020-05-27 11:13:02 +02:00
DisplaySettings LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
FileManager Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
FontEditor Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Help LibMarkdown: Change internal MD API to return OwnPtrs 2020-05-30 00:32:12 +02:00
HexEditor AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
IRCClient LibWeb: Rename Web::HtmlView => Web::PageView 2020-05-28 18:22:54 +02:00
Piano Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
PixelPaint PixelPaint: Set active layer to nullptr after its removal (#2433) 2020-05-29 07:58:22 +02:00
QuickShow Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SoundPlayer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SystemMonitor Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Terminal Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
TextEditor LibMarkdown: Change MD Document parse API to return a RefPtr 2020-05-30 00:32:12 +02:00
Welcome Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
CMakeLists.txt Applications: Sort CMakeLists.txt alphabetically :^) 2020-05-21 19:55:44 +02:00