summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22LibWeb: Run clang-format on FormattingContext.hAndreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-11-22Base: Unbreak the "images" HTML test pageAndreas Kling
2020-11-22LibWeb: Avoid some heap churn during text splittingAndreas Kling
2020-11-22AK: Cleanup missing includes and #ifdef evaluationLenny Maiorani
2020-11-22LibJS: Fix build with VM_DEBUG definedLuke
2020-11-22NeverDestroyed: Add testsLenny Maiorani
2020-11-22SoundPlayer: Add pledge for thread so file chooser doesn't crashSimon Danner
2020-11-22UserspaceEmulator: Add support for watch_fileSimon Danner
2020-11-21MACAddress: Use all_of to implement is_zeroLenny Maiorani
2020-11-21AK: Implement generic all_of algorithmLenny Maiorani
2020-11-20test-crypto: Remove foo.response file created by testing (#4110)Lenny Maiorani
2020-11-20MACAddress: AK::Array as member variable instead of C-arrayLenny Maiorani
2020-11-20LibGfx: Make some GIFLoader magic numbers a bit less magicNico Weber
2020-11-20LibGfx: Put GIFLoader logging behind GIF_DEBUGNico Weber
2020-11-20LibGfx: De-constexpr Gamma.hNico Weber
2020-11-20Lagom: Add a gif loader fuzzerNico Weber
2020-11-19LibWeb: Remove ancient HTML_DEBUG debug loggingAndreas Kling
2020-11-19TextEditor: Change cursor behaviour when clicking empty spaceZac
2020-11-19LibGUI: Remove AbstractTableView::doubleclick_event()Andreas Kling
2020-11-19UserspaceEmulator: Inline some very hot functionsAndreas Kling
2020-11-19LibGfx: Use gamma-corrected interpolation for color gradientsSahan Fernando
2020-11-19LibGfx: Bounds check component indices before using them in JPGLoaderNico Weber
2020-11-19LibGfx: Check for read failures after every read in jpg loaderNico Weber
2020-11-19LibGfx: Put remaining jpg logging behind JPG_DEBUGNico Weber
2020-11-19LibGfx: Move JPGLoader to a more regular JPG_DEBUG macro as used elsewhereNico Weber
2020-11-19Lagom: Add a jpg fuzzerNico Weber
2020-11-19Lagom: Make fuzzer cmake less repetitiveNico Weber
2020-11-19Lagom: Add a PPM fuzzerNico Weber
2020-11-19LibGfx: Put PPM logs behind (default-off) PPM_DEBUGNico Weber
2020-11-19MACAddress: constexpr supportLenny Maiorani
2020-11-17LibX86: Pack the Instruction data structureAndreas Kling
2020-11-17AK: Fix OOB access in DuplexMemoryStream::offset_of()AnotherTest
2020-11-17LibM: Define some floating point classification macrosry755
2020-11-17ClipboardHistoryModel: Prevent duplicate rows (#4073)Zac
2020-11-17AK: Trim whitespace in StringUtils::convert_to_{int,uint,uint_from_hex}()Linus Groh
2020-11-17Shell: Remove unused private member and includesLenny Maiorani
2020-11-17MACAddress: Unit testing for basic functionalityLenny Maiorani
2020-11-17Userland: Add -v verbose flag to 'rm'Spencer Dixon
2020-11-17Userland: Add -v verbose flag to 'mv'Spencer Dixon
2020-11-17Userland: Add -v verbose flag to 'cp'Spencer Dixon
2020-11-16LibC: Notify UE at the start of free() instead of at the endAndreas Kling
2020-11-16UserspaceEmulator: Keep Emulator& closer to the action in some placesAndreas Kling
2020-11-16UserspaceEmulator: Cache the region we're executing code fromAndreas Kling
2020-11-16UserspaceEmulator: Reduce malloc thrashing in backtrace captureAndreas Kling
2020-11-16UserspaceEmulator: Make big malloc block lookup O(1) as wellAndreas Kling
2020-11-16UserspaceEmulator: Make Region a top-level classAndreas Kling
2020-11-16LibTLS: Count the mac size towards the packet length in CBC modeAnotherTest