summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17Base: Add some emojiCenTdemeern1
2022-09-16PixelPaint: Scale layer and preserve aspect ratioTommaso Peduzzi
2022-09-16PixelPaint: Add scaling function to move toolTommaso Peduzzi
2022-09-16Toolchain: Remove references to `-lm`Tim Schumacher
2022-09-16Meta: Remove the obsolete linter check for LibM/math.hTim Schumacher
2022-09-16LibC: Remove the LibM interface targetTim Schumacher
2022-09-16Everywhere: Fully remove the separate LibM directoryTim Schumacher
2022-09-16Tests: Move the former LibM test into the LibC namespaceTim 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-16Tests/Kernel: Add tests to ensure we don't regress InodeVMObjectsLiav A
2022-09-16Kernel: Send SIGBUS to threads that use after valid Inode mmaped rangeLiav A
2022-09-16Kernel: Handle mmap requests on zero-length data file inodes safelyLiav A
2022-09-16Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtualLiav A
2022-09-16Kernel/FileSystem: Mark ext2 inode block list non-constLiav A
2022-09-16Kernel/FileSystem: Mark ext2 inode lookup cache non-constLiav A
2022-09-16Lagom: Skip IMPORTED targets in get_linked_lagom_librariesAndrew Kaster
2022-09-16Base: Add a `backdrop-filter` demo web pageMacDue
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