ladybird/Applications
Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace
Bring the names of various boxes closer to spec language. This should
hopefully make things easier to understand and hack on. :^)

Some notable changes:

- LayoutNode -> Layout::Node
- LayoutBox -> Layout::Box
- LayoutBlock -> Layout::BlockBox
- LayoutReplaced -> Layout::ReplacedBox
- LayoutDocument -> Layout::InitialContainingBlockBox
- LayoutText -> Layout::TextNode
- LayoutInline -> Layout::InlineNode

Note that this is not strictly a "box tree" as we also hang inline/text
nodes in the same tree, and they don't generate boxes. (Instead, they
contribute line box fragments to their containing block!)
2020-11-22 15:56:27 +01:00
..
About Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
Browser LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
Calculator Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
Calendar Calendar: Use format instead of printf. 2020-10-05 14:19:24 +02:00
Debugger AK: Rename new_out to out and new_warn to warn. 2020-11-09 16:21:29 +01:00
DisplaySettings Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
FileManager FileManager: Ignore model updates during widget construction 2020-10-22 18:52:54 +02:00
FontEditor Applications: Use GUI::CommonActions for save and save as menu options 2020-11-02 13:14:58 +01:00
Help Help: Replace InProcessWebView with OutOfProcessWebView 2020-10-08 23:20:52 +02:00
HexEditor Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
IRCClient Applications: Use pledge and unveil 2020-11-02 22:36:27 +01:00
KeyboardMapper Applications: Use pledge and unveil 2020-11-02 22:36:27 +01:00
KeyboardSettings KeyboardSettings: Use new format functions. 2020-10-06 15:28:39 +02:00
Piano Applications: Use pledge and unveil 2020-11-02 22:36:27 +01:00
PixelPaint AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
QuickShow Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
SoundPlayer SoundPlayer: Add pledge for thread so file chooser doesn't crash 2020-11-22 10:53:58 +01:00
Spreadsheet LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
SystemMonitor Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
Terminal Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
TextEditor Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
ThemeEditor Applications: Use pledge and unveil 2020-11-02 22:36:27 +01:00
Welcome Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00