serenity/Userland
Timon Kruiper 8373a14835 LibWeb: Remove code duplication in computing height for abs-pos elements
This refactors the solve_for_{top, bottom, height, etc} lambdas to use a
common solve_for lambda that takes the length to be solved as an
argument. This way some code duplication is removed.
2022-10-12 11:08:29 +02:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications PixelPaint: Add Hue/Saturation filter 2022-10-10 11:02:10 +01:00
Demos Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
DevTools HackStudio: Set proper action scope for editor shortcuts 2022-10-11 11:12:41 +02:00
DynamicLoader
Games Solitaire: Ignore all key presses while dragging cards 2022-10-10 16:16:01 +01:00
Libraries LibWeb: Remove code duplication in computing height for abs-pos elements 2022-10-12 11:08:29 +02:00
Services WindowServer+LibGUI: Shrink window edge resize hot-spots 2022-10-11 17:48:48 +02:00
Shell Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
Utilities shot: Add ability to edit in PixelPaint 2022-10-12 00:46:33 -06:00
CMakeLists.txt