1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00
serenity/Userland
Timothy Flynn 3ba338dec3 LibWeb: Support "pseudo" CSS properties
These are properties that may used internally by LibWeb when resolving
style values, but may not be set by external stylesheets. For example,
'background-repeat' may be a two-value CSS property that internally
translates to 'background-repeat-x' and 'background-repeat-y'.
2021-04-05 18:49:04 +02:00
..
Applets Network: Make the applet use an alpha channel 2021-04-05 14:30:35 +02:00
Applications SystemMonitor: Only show the most important process stats by default 2021-04-05 13:40:25 +02:00
Demos Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
DevTools LibGUI: Do AbstractView::set_column_hidden() => set_column_visible() 2021-04-05 11:57:47 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games 2048: Give the board view a nice GUI::Frame look :^) 2021-04-05 11:42:54 +02:00
Libraries LibWeb: Support "pseudo" CSS properties 2021-04-05 18:49:04 +02:00
Services Taskbar: Use GUI::Button::set_menu() for the start menu button :^) 2021-04-05 18:09:04 +02:00
Shell Shell: Place Pipe redirections at the beginning of the redirection list 2021-03-31 23:49:26 +02:00
Tests LibGfx: Add benchmarks for line drawing and rectangle filling 2021-04-04 17:33:35 +02:00
Utilities LibWeb: Pass optional status code to ResourceLoader callbacks 2021-04-03 16:34:34 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00