summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-09-16LibWeb: Improve inline flow around floating boxesAndreas Kling
2022-09-16LibWeb: Repaint the page immediately when using the mouse to selectAndreas Kling
2022-09-16LibGfx: Recurse TrueType composite glyphs until a simple glyph is foundEnver Balalic
2022-09-16LibWeb: Paint `backdrop-filter` effects!MacDue
2022-09-16LibGfx: Support getting a bitmap for a region of painterMacDue
2022-09-16LibGfx: Add `BrightnessFilter`, `ContrastFilter`, and `OpacityFilter`MacDue
2022-09-16LibGfx: Allow applying all color filters with an amountMacDue
2022-09-16LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()MacDue
2022-09-16LibWeb: Plumb style/computed values for `backdrop-filter`MacDue
2022-09-16LibWeb+Meta: Parse the `backdrop-filter` CSS propertyMacDue
2022-09-16LibWeb: Add FilterValueListStyleValueMacDue
2022-09-16LibWeb: Add operator== to CSS::NumberMacDue
2022-09-16LibWeb: Add NumberPercentage CSS typeMacDue
2022-09-16LibWeb: Pass values by reference in style value operator== functionsMacDue
2022-09-16LibC: Remove `_aligned_malloc` and `_aligned_free`Tim Schumacher
2022-09-16LibJS: Supress an unused bind when wrapping float atomic operationsTim Schumacher
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher