summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-18LibWeb: Only uppercase qualified names in HTML documentsAndreas Kling
2022-09-18LibWeb: Make ParentNode.children vend the same HTMLCollection every timeAndreas Kling
2022-09-18LibWeb: Support getElementsByTagName() properly in non-HTML documentsAndreas Kling
2022-09-18LibWeb: Simplify getElementsByTagName{,NS}() filtersAndreas Kling
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-17LibWeb: Start implementing the IDL Overload Resolution Algorithm :^)Sam Atkins
2022-09-17LibIDL: Implement EffectiveOverloadSetSam Atkins
2022-09-17LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()Sam Atkins
2022-09-17LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classesSam Atkins
2022-09-17LibIDL+WrapperGenerator: Move IDL code into a librarySam Atkins
2022-09-17LibGL: Remove `GL::present_context`Jelle Raaijmakers
2022-09-17LibWeb: Handle JavaScript source code with non-UTF-8 encodingAndreas Kling
2022-09-17LibWeb: Implement basic "scroll" events at the document levelAndreas Kling
2022-09-17LibWeb: Add "scripts to execute in order as soon as possible"Andreas Kling
2022-09-17LibWeb: Handle multiple class names in getElementsByClassName()Andreas Kling
2022-09-17LibWeb: Update layout in HTMLElement.offset{Top,Left}Andreas Kling
2022-09-17LibWeb: Make Document.createElement() lowercase HTML local namesAndreas Kling
2022-09-17LibJS: Parse date strings like "9/17/2022"davidot
2022-09-17LibGL: Prevent segfault due to texture destructionJelle Raaijmakers
2022-09-17LibPDF: Support parsing page tree nodes that are in object streamsJulian Offenhäuser
2022-09-17LibPDF: Rename argument for the latin character set enumeration macroJulian Offenhäuser
2022-09-17LibPDF: Allow whitespace other than EOL after an object markerJulian Offenhäuser
2022-09-17LibPDF: Disallow parsing indirect values as operandsJulian Offenhäuser
2022-09-17LibPDF: Fix handling of differences array in custom encodingsJulian Offenhäuser
2022-09-17LibPDF: Don't expect glyph width arrays to contain integersJulian Offenhäuser
2022-09-17LibPDF: Fix text positioning with operator TJJulian Offenhäuser
2022-09-17LibPDF: Implement loading compressed objects from object streamsJulian Offenhäuser
2022-09-17LibPDF: Initial work on parsing xref streamsJulian Offenhäuser
2022-09-17LibPDF: Move document-specific parsing functionality into its own classJulian Offenhäuser
2022-09-17LibPDF: Move consume and match helper functions to the Reader classJulian Offenhäuser
2022-09-17LibCompress+Tests: Demonstrate and fix faulty metadata lengthBen Wiederhake
2022-09-17LibWeb: Break inclusion cycle by removing unnecessary includeBen Wiederhake
2022-09-17LibWeb: Break inclusion cycle through forward-declarationBen Wiederhake
2022-09-17LibJS: Break another inclusion cycle by removing unnecessary includeBen Wiederhake
2022-09-17LibJS: Break inclusion cycle by removing unnecessary includeBen Wiederhake
2022-09-17LibPDF: Break inclusion cycle by removing unnecessary includeBen Wiederhake
2022-09-17LibDebug: Break inclusion cycle through many forward-declarationsBen Wiederhake
2022-09-17Everywhere: Fix badly-formatted includesBen Wiederhake
2022-09-16PixelPaint: Scale layer and preserve aspect ratioTommaso Peduzzi
2022-09-16PixelPaint: Add scaling function to move toolTommaso Peduzzi
2022-09-16LibC: Remove the LibM interface targetTim Schumacher
2022-09-16Everywhere: Fully remove the separate LibM directoryTim Schumacher
2022-09-16LibM: Move the math standard library to LibCTim Schumacher
2022-09-16LibGPU: Don't use relative paths for libsoftgpu in Lagom environmentsAndrew Kaster
2022-09-16LibGL: Make GL::create_context fallibleAndrew Kaster
2022-09-16LibGUI: Load emoji icons for EmojiInputDialog through Gfx::EmojiTimothy Flynn
2022-09-16LibGfx: Change Emoji::emoji_for_code_points to accept const code pointsTimothy Flynn
2022-09-16LibGUI: Defer loading emoji icons until their first paint eventTimothy Flynn
2022-09-16LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPluginAndreas Kling