summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-11LibWeb: Collapse margin-left with space used by left-side floatsAndreas Kling
2023-03-11LibWeb: Add fast_is<T>() for various types stood out in a profileAndreas Kling
2023-03-11LibWeb: Use static_cast in SVGGeometryBox::dom_node()Andreas Kling
2023-03-11LibWeb: Don't overflow flex containers on margin autoMathis Wiehl
2023-03-11Ladybird: Delete unused ConsoleClient and ConsoleGlobalObjectAliaksandr Kalenik
2023-03-10Ladybird+CI: Move layout_test.sh test runner from CI yml into CMakeAndrew Kaster
2023-03-10Tests: Add a test for JPEGs with RGB componentsLucas CHOLLET
2023-03-10LibGfx/JPEG: Support RGB JPEGsLucas CHOLLET
2023-03-10LibGfx/JPEG: Decode the App14 segmentLucas CHOLLET
2023-03-10LibGfx/JPEG: Use decimal instead of hexadecimal for APP markersLucas CHOLLET
2023-03-10ThemeEditor: Support more color scheme-related rolesimplicitfield
2023-03-10Everywhere: Support overriding the system color schemeimplicitfield
2023-03-10Flood: Update the man page to reflect current color scheme handlingimplicitfield
2023-03-10Shell: Error out on invalid `export' argumentAli Mohammad Pur
2023-03-10LibAudio: Include missing AK/Stream.h in Loader.hAndrew Kaster
2023-03-10LibWeb+Base: Fix row-height bug in Grid when there is a column gapTom
2023-03-10Tests/LibWeb: Use SerenitySans in new layout testsAndreas Kling
2023-03-10LibWeb: Make HTMLScript private members private once againAndreas Kling
2023-03-10LibWeb: Implement Range.createContextualFragment()Andreas Kling
2023-03-10LibWeb: Implement Element.setAttributeNode{,NS}()Andreas Kling
2023-03-10LibWeb: Implement Document.createAttribute{,NS}()Andreas Kling
2023-03-10LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft specAndreas Kling
2023-03-10LibWeb: Show layout test failure diffs in unified format (diff -u)Andreas Kling
2023-03-10LibWeb: Fix bogus min/max-height for box-sizing:border-box flex itemsAndreas Kling
2023-03-10LibWeb: Fix bogus percentage vertical padding with box-sizing:border-boxAndreas Kling
2023-03-10LibWeb: Simplify FFC get_pixel_{width,height} internal helper APIAndreas Kling
2023-03-10LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex itemsAndreas Kling
2023-03-10LibWeb: Use equals_ignoring_ascii_case() in infra helperAndreas Kling
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-10Kernel: Use RefPtr instead of LockRefPtr for File and subclassesAndreas Kling
2023-03-10Base+Userland: Add support for QOA files everywherekleines Filmröllchen
2023-03-10Meta/Lagom: Add a fuzzer for QOAkleines Filmröllchen
2023-03-10LibAudio: Implement the Quite Okay Audio formatkleines Filmröllchen
2023-03-10LibAudio: Replace Result with ErrorOrkleines Filmröllchen
2023-03-10AK: Add constexpr floor and roundkleines Filmröllchen
2023-03-10Base: Replace office.png icon with BSD licensed oneJohannes Fritz
2023-03-10Documentation: Reorganize Lagom README and update fuzzer documentationAndrew Kaster
2023-03-09LibWeb: Use shadow_root_internal() when building <input> UA shadow DOMAndreas Kling
2023-03-09LibWeb: Avoid an unnecessary vector copy when generating flex itemsAndreas Kling
2023-03-09LibWeb: Remove FFC hack where we assign flex item box dimensions twiceAndreas Kling
2023-03-09LibWeb: Make CSS rule cache smarter about pseudo elementsAndreas Kling
2023-03-09LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()Andreas Kling
2023-03-09LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContextAndreas Kling
2023-03-09LibWeb: Always include shadow roots in DOM debug dumpsAndreas Kling
2023-03-09AK: Make FlyString::hash() use the cached hash in StringData if possibleAndreas Kling
2023-03-09Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>Andreas Kling
2023-03-09AK: Replace C-style castsSam Atkins
2023-03-09Applets/Keymap: Repaint applet on keymap changeLucas CHOLLET
2023-03-09PixelPaint: Add list of recently opened files to the file menuTim Ledbetter
2023-03-09PixelPaint: Propagate errors from menu initializationTim Ledbetter