ladybird/Userland/Libraries
Andreas Kling cfe9577b48 LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec
(Or rather, bring offsetLeft and offsetTop closer to spec, and implement
the previously-missing offsetParent)

This makes mouse inputs on https://nerget.com/fluidSim/ work properly.
2023-12-10 16:30:21 +01:00
..
LibAccelGfx LibAccelGfx: Update scissor test after switching between painters 2023-12-05 10:29:55 +01:00
LibArchive
LibAudio LibAudio: Fix use-after-free in write_vorbis_comment 2023-12-05 13:57:18 -05:00
LibC
LibCards
LibChess
LibCMake
LibCodeComprehension
LibCompress LibCompress: Fix off-by-one error in generate_huffman_lengths 2023-12-04 00:06:38 +01:00
LibConfig
LibCore LibCore: Support POSIX file actions in Core::Process::spawn 2023-12-07 10:13:21 -07:00
LibCoredump
LibCpp
LibCrypt
LibCrypto
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF LibELF: Add builders to help with creating ELF images 2023-12-07 15:34:38 -07:00
LibFileSystem
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx/TIFF: Support WhiteIsZero parameter for grayscale images 2023-12-10 09:45:30 +01:00
LibGL
LibGLSL
LibGPU
LibGUI LibGUI/Widget: Add helpers to set the background color 2023-12-10 00:02:32 +01:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIMAP
LibIPC
LibJIT LibJIT: Integrate GDB JIT Interface with ELF builders 2023-12-07 15:34:38 -07:00
LibJS LibJS: Add fast path for Uint8ClampedArray Get/Put 2023-12-10 13:49:00 +01:00
LibKeyboard
LibLine LibLine: Reset m_times_tab_pressed in interrupt handling code 2023-12-03 10:02:51 +03:30
LibLocale
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF LibPDF: Reject invalid "hival" values 2023-12-07 08:10:40 +00:00
LibProtocol
LibRegex
LibSanitizer
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest LibJS+LibWeb: More bringing module loading closer to spec 2023-12-03 20:46:55 +01:00
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibUnicode LibUnicode: Use weak symbols to provide default IDNA defintions 2023-12-10 10:19:14 -05:00
LibUSBDB
LibVideo
LibVirtGPU
LibVT
LibWasm Userland: Make bit-fields compatible with MSVC C++ ABI 2023-12-07 10:28:19 -07:00
LibWeb LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec 2023-12-10 16:30:21 +01:00
LibWebSocket
LibWebView LibWebView: Use Unicode::parse_unicode_url for parsing URLs 2023-12-10 08:04:58 -05:00
LibX86 Userland: Make bit-fields compatible with MSVC C++ ABI 2023-12-07 10:28:19 -07:00
LibXML
CMakeLists.txt