1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Userland
Sam Atkins 7bb721bea2 LibWeb: Make display: foo box constructors take the Element by pointer
This means we can instantiate them for pseudo-elements, which don't have
an associated Element. They all pass it to their parent as a
`Layout::Node*` and handle a lack of `layout_node()` already so this
won't affect any functionality.
2022-02-25 19:35:34 +01:00
..
Applets ClipboardHistory: Add Time column 2022-02-24 08:47:55 +01:00
Applications Everywhere: Use title case for man section titles 2022-02-25 12:06:31 -05:00
Demos LibGUI+Apps: Adjust Splitter spacings 2022-02-23 18:56:22 +02:00
DevTools HackStudio: Adjust heights for Locator and Find widgets 2022-02-24 19:09:41 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
Libraries LibWeb: Make display: foo box constructors take the Element by pointer 2022-02-25 19:35:34 +01:00
Services Taskbar: Minimize/activate window on Super+Digit event 2022-02-24 18:57:20 +00:00
Shell Shell: Use an opaque color for SyntaxError 2022-02-23 21:56:16 +00:00
Utilities ls: Add option -1 which lists one file per line 2022-02-19 18:18:13 -08:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00