1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:28:11 +00:00
serenity/Userland
Timothy Flynn fa9ba8bce5 LibWeb: Support rendering background images with 'background-repeat'
Update the painting of background images for both <body> nodes and other
non-initial nodes. Currently, only the following values are supported:
    repeat, repeat-x, repeat-y, no-repeat

This also doesn't support the two-value syntax which allows for setting
horizontal and vertical repetition separately.
2021-04-03 11:24:33 +02:00
..
Applications LibGUI+Calendar: Inherit from Frame class 2021-04-02 22:23:21 +02:00
Demos Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
DevTools UserspaceEmulator: Default-initialize the siginfo struct used in waitid 2021-03-31 23:49:26 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Chess: Added option to toggle showing moves 2021-03-27 23:37:06 +01:00
Libraries LibWeb: Support rendering background images with 'background-repeat' 2021-04-03 11:24:33 +02:00
MenuApplets ResourceGraph.MenuApplet: Make these a little bit smaller 2021-03-30 23:43:24 +02:00
Services Taskbar: Tweak taskbar widget margins 2021-04-02 23:33:17 +02:00
Shell Shell: Place Pipe redirections at the beginning of the redirection list 2021-03-31 23:49:26 +02:00
Tests Tests: Create stress-writeread 2021-03-17 23:22:42 +01:00
Utilities js: Hook up promise rejection tracking callbacks 2021-04-02 10:47:40 +02:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00