ladybird/Libraries
ronak69 318fc62b53 LibWeb: Remember page's cursor and request change only when it changes
Before, on *every* mouse-move event, `page_did_request_cursor_change()`
virtual function would get called, requesting to change cursor to the
event's mouse position's cursor.

Now, the page keeps track of the last cursor change that was requested
("page's current cursor") and only requests cursor change again if and
only if the current cursor is not already the one that is required.
2024-12-10 05:29:52 -08:00
..
LibCompress
LibCore Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
LibCrypto LibCrypto: DER.cpp use uz literals 2024-12-08 17:18:12 -07:00
LibDiff
LibDNS LibDNS: Fix deadlock when receiving invalid lookup result 2024-12-01 11:32:45 +01:00
LibFileSystem
LibGC LibGC: Mark GC::Function and create_function as ESCAPING 2024-12-10 07:13:00 +01:00
LibGfx LibGfx: Remove aligned_within from Rect 2024-12-08 13:32:10 +00:00
LibHTTP AK: Don't implicitly convert Optional<T&> to Optional<T> 2024-12-04 01:58:22 +01:00
LibIDL
LibImageDecoderClient LibGfx+LibWeb: Do some color management on images with an ICC profile 2024-12-05 17:16:41 +01:00
LibIPC
LibJS Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
LibLine
LibMain
LibMedia
LibRegex Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
LibRequests
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading LibThreading: Build on Windows 2024-12-08 17:19:42 -07:00
LibTLS LibTLS: Parse SECP256r1 parameters separately 2024-12-07 19:08:40 +01:00
LibUnicode Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
LibURL LibURL: Set IDNA's IgnoreInvalidPunycode to false 2024-12-05 17:29:49 +01:00
LibWasm LibWasm: Respect instance.types() bounds 2024-12-09 12:30:41 +01:00
LibWeb LibWeb: Remember page's cursor and request change only when it changes 2024-12-10 05:29:52 -08:00
LibWebSocket
LibWebView Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
LibXML Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00