serenity/Applications
Andreas Kling 959de19418 LibWeb: Process style sheets in document order
Until now we would simply apply stylesheets in the order they finished
loading. This patch adds a StyleSheetList object that hangs off of each
Document and contains all the style sheets in document order.

There's still a lot of work to do for a proper cascade, but at least
this makes us consistently wrong every time. :^)
2020-06-04 16:06:32 +02:00
..
About LibGUI, About: Implement system-wide W2k-esque About dialog 2020-05-27 11:44:19 +02:00
Browser LibWeb: Process style sheets in document order 2020-06-04 16:06:32 +02:00
Calculator Calculator: Set text color through the palette 2020-06-02 21:49:47 +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 FontEditor: Fix typo in comment 2020-06-02 14:38:17 +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
KeyboardMapper KeyboardMapper: Add missing #pragma once 2020-06-03 22:06:08 +02:00
Piano Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
PixelPaint PixelPaint: Use new app-pixel-paint.png for app icon 2020-06-04 12:34:31 +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: Add new KeyboardMapper application 2020-06-03 21:52:40 +02:00