serenity/Userland
Linus Groh 26fc01eecb LibWeb/CSS: Fix incorrect calc(<percentage> - <value>) computations
When swapping both values to perform the actual calculation, we need to
consider that `A + B == B + A`, but `A - B != B - A`, so turn it into
`-B + A`.

Co-Authored-By: Sam Atkins <atkinssj@serenityos.org>
2022-06-30 12:11:57 +01:00
..
Applets Applets: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00
Applications PixelPaint: Omit file extension in tab/editor titles 2022-06-30 11:54:29 +02:00
Demos Applications: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
DevTools Playground: Rename the application to GMLPlayground 2022-06-28 21:10:10 +01:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
Libraries LibWeb/CSS: Fix incorrect calc(<percentage> - <value>) computations 2022-06-30 12:11:57 +01:00
Services FileSystemAccessServer: Call window stealing functions sync 2022-06-30 11:15:24 +01:00
Shell Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling it 2022-06-24 22:53:16 +01:00
Utilities pls: Implement support for --preserve-env 2022-06-28 19:09:23 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00