ladybird/Userland
Aliaksandr Kalenik 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback
This change modifies hit_test() to no longer return the first paintable
encountered at a specified position. Instead, this function accepts a
callback that is invoked for each paintable located at a position, in
hit-testing order.

This modification will allow us to reuse this call for
`Document.elementsFromPoint()` in upcoming changes.
2024-02-14 06:56:22 +01:00
..
Applets ClipboardHistory: Be more careful about the history limit 2024-02-08 13:46:12 +00:00
Applications HexEditor: Include annotation text in the "Delete annotation?" dialog 2024-02-09 17:00:15 +00:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos WidgetGallery: Remove quotes around GML boolean values 2024-01-21 08:38:18 -05:00
DevTools LibVT+Everywhere: Introduce 'automarks' and 'clear previous command' 2024-02-07 00:43:11 +01:00
DynamicLoader LibC: Separate arch dependent fenv functions 2024-01-22 20:06:09 -07:00
Games BrickGame: Make action shortcuts work when the game is paused 2024-02-11 21:13:06 +00:00
Libraries LibWeb: Change StackingContext::hit_test() to accept callback 2024-02-14 06:56:22 +01:00
Services WebContent: Tolerate invalid page_ids in ConnectionFromClient 2024-02-13 19:46:10 +01:00
Shell Shell: Don't escape display/trailing texts when completing via programs 2024-02-07 00:43:11 +01:00
Utilities Ladybird: Plumb overriding root certificate paths through the chromes 2024-02-08 08:49:32 -07:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00