ladybird/Userland/Libraries
Andreas Kling 7abb182fa3 LibWeb: Honor negative margins on atomic inlines
Sizing already worked correctly, but before this change, we were too
aggressive with inserting line breaks when negative margins would
still an atomic inline to fit on the line.
2023-12-10 11:09:22 +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 Everywhere: Replace ElfW(type) macro usage with Elf_type 2023-12-01 10:02:39 +02:00
LibCards LibCards/CardPainter: Add a helper for accessing the caches 2023-11-24 11:45:32 +00:00
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 LibCrypto: Fix SECP384r1 verification when hash is SHA256 2023-11-29 18:17:14 +03:30
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 AK+LibIDL: Put IDL dbgln statement behind a debug flag 2023-11-15 23:42:53 +01:00
LibImageDecoderClient
LibIMAP
LibIPC
LibJIT LibJIT: Integrate GDB JIT Interface with ELF builders 2023-12-07 15:34:38 -07:00
LibJS LibJS: Don't use Handle<Value> for JS::Object private fields 2023-12-10 09:44:26 +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 LibTextCodec: Add PDFDocEncoding decoder 2023-11-22 09:08:06 -07:00
LibThreading
LibTimeZone LibTimeZone: Handle systems with varying zoneinfo file locations 2023-11-17 19:07:53 +01:00
LibTLS LibTLS: Improve message when root certificate is invalid 2023-11-29 18:17:14 +03:30
LibUnicode LibUnicode+Tests: Remove now unused to_unicode_*_full methods 2023-11-28 17:15:27 -05:00
LibUSBDB
LibVideo LibVideo: Fix string reading in Matroska 2023-11-30 08:53:05 +00:00
LibVirtGPU
LibVT
LibWasm Userland: Make bit-fields compatible with MSVC C++ ABI 2023-12-07 10:28:19 -07:00
LibWeb LibWeb: Honor negative margins on atomic inlines 2023-12-10 11:09:22 +01:00
LibWebSocket
LibWebView LibWebView: Allow editing empty DOM text nodes in the Inspector 2023-12-10 09:44:34 +01:00
LibX86 Userland: Make bit-fields compatible with MSVC C++ ABI 2023-12-07 10:28:19 -07:00
LibXML
CMakeLists.txt