1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 18:47:39 +00:00
serenity/Base
Andreas Kling 5a34225999 LibHTML: Implement basic tiled background image support
It's now possible to set a page background image via <body background>.
Also, HtmlView now officially handles rendering the body element's
background (color, image or both.) LayoutBox is responsible for all
other background rendering.

Note that it's not yet possible to use CSS background-image properties
directly, since we can't parse them yet. :^)
2019-10-19 11:49:46 +02:00
..
etc Kernel+SystemServer: Mount filesystems and start TTYServer in userspace 2019-08-17 12:07:55 +02:00
home/anon LibHTML: Implement basic tiled background image support 2019-10-19 11:49:46 +02:00
res HexEditor: Initial application release 2019-10-13 08:45:49 +02:00
usr LibC: Implement dirname() and basename() 2019-10-03 08:23:54 +02:00