ladybird/Userland
Humberto Alves bbfafa19b4 LibGUI: Invert button icons only when the contrast ratio improves
Fix the algorithm that automatically inverts solid color button icons
when placed in similarly colored backgrounds. It was meant for fixing
black icons in dark themed buttons.

However, there may be situations where the resulting inverted version
is actually worse than the original. This change prevents those cases.
2022-06-27 20:22:40 +01:00
..
Applets Applets: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00
Applications Help: Use LibWeb to open files via RequestServer 2022-06-27 20:22:15 +01:00
Demos LibGUI: Add layout spacer support to GML 2022-06-10 21:26:06 +01:00
DevTools HackStudio: Add "Open in New Tab" context menu entry 2022-06-16 12:55:14 +01:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Userland+Base: Remove Breakout and Pong games 2022-06-15 17:15:04 +02:00
Libraries LibGUI: Invert button icons only when the contrast ratio improves 2022-06-27 20:22:40 +01:00
Services Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
Shell Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling it 2022-06-24 22:53:16 +01:00
Utilities Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00