summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-04-07LibWeb: Understand the `format()` part of a `@font-face`'s `src`Sam Atkins
2022-04-07LibWeb: Disallow global CSS keywords in `@font-face` font-familySam Atkins
2022-04-07LibWeb: Parse `@font-face` `unicode-range` descriptorSam Atkins
2022-04-07LibWeb: Parse `<urange>` as CSS::UnicodeRangeSam Atkins
2022-04-07LibWeb: Add CSS::UnicodeRange classSam Atkins
2022-04-07LibWeb: Expose Declaration's internals with gettersSam Atkins
2022-04-07LibWeb: Rename StyleDeclarationRule -> DeclarationSam Atkins
2022-04-07LibWeb: Rename StyleComponentValueRule -> ComponentValueSam Atkins
2022-04-07LibGfx: Rename conflicting Quad<T> in PNG loader to Quartet<T>Andreas Kling
2022-04-07LibGPU: Don't dlopen using absolute pathSahan Fernando
2022-04-07LibWeb: Fix logic mistake in CRC2D's default_source_size()Andreas Kling
2022-04-07LibWeb: Support CRC2D.drawImage() with affine transformAndreas Kling
2022-04-07LibWeb: Ignore non-painting layout nodes when hit testingAndreas Kling
2022-04-07LibWeb: Ignore non-painting layout nodes when building stacking contextsAndreas Kling
2022-04-07LibGfx: Add AffineTransform::map_to_quad(Rect)Andreas Kling
2022-04-07LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilateralsAndreas Kling
2022-04-07LibGfx: Templatize Gfx::TriangleAndreas Kling
2022-04-07LibX86+disasm: Use an output format closer to objdumpHendiadyoin1
2022-04-07LibX86: Fix weird formatting in Interpreter.hHendiadyoin1
2022-04-07LibUnicode: Upgrade to CLDR version 41.0.0Timothy Flynn
2022-04-07LibJS: Consistently call observable Temporal AOs with undefined optionsLinus Groh
2022-04-07LibWeb: Fix broken AffineTransform::map() implementationAndreas Kling
2022-04-06LibJS: Reorder and reduce steps of InitializeDateTimeFormatTimothy Flynn
2022-04-06LibJS: Remove outdated FIXME from String.prototype.localeCompareTimothy Flynn
2022-04-06LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolledAndreas Kling
2022-04-06LibWeb+Browser: Remove Web::WebViewHooks classAndreas Kling
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-06LibWeb: Remove unused HTML::parse_html_document()Andreas Kling
2022-04-06LibWeb: Use FrameLoader::load_html() when loading error pagesAndreas Kling
2022-04-06LibX86: Add CMPXCHG8B, RDRAND and RDSEEDHendiadyoin1
2022-04-06LibX86: Support SSE2 :^)Hendiadyoin1
2022-04-06LibX86: Mark MMX instructions as SSE instructionsHendiadyoin1
2022-04-06LibX86: Correct CVTSS2SI's register signatureHendiadyoin1
2022-04-06LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()Andreas Kling
2022-04-06LibWeb: Remove incorrect comment from FFC flex item cross sizingAndreas Kling
2022-04-06AK+Userland: Rename Array::front/back to first/lastSam Atkins
2022-04-06LibGUI: Don't stringify non-textlike data in TreeView's tree columnkleines Filmröllchen
2022-04-06LibGUI: Add is_toggled getter for TreeViewkleines Filmröllchen
2022-04-06LibGUI: Associate model index metadata directly with the model indexkleines Filmröllchen
2022-04-06LibGUI: Register many properties of AbstractViewkleines Filmröllchen
2022-04-06LibGUI: Register should_fill_selected_rows for GML in TreeViewkleines Filmröllchen
2022-04-06LibGUI: Delegate the tree column in SortingProxyModelkleines Filmröllchen
2022-04-06LibGUI: Register AbstractTableView.column_headers_visiblekleines Filmröllchen
2022-04-06LibGUI: Implement column_headers_visible in AbstractTableViewkleines Filmröllchen
2022-04-06LibWeb: Determine intrinsic flex container size from content-sizeAndreas Kling
2022-04-06LibCore+Base: Hide empty options sections in manpagessin-ack
2022-04-06LibCore+Base: Add way to hide ArgsParser opt.s from specific usage textssin-ack
2022-04-06LibWeb: Add basic constructor/prototype to exotic objectsIgor Pissolati
2022-04-06LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamicallyStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Add virtual base class for devicesStephan Unverwerth