summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-15PixelPaint: Implement Merge Active Layer Upelectrikmilk
2022-02-15Playground: Add editor actions to the window menuKarol Kosek
2022-02-15LibWeb: Make IFC register absolutely positioned descendants with BFCAndreas Kling
2022-02-15LibWeb: Make InlineLevelIterator skip over positioned elementsAndreas Kling
2022-02-15LibWeb: Implement HTMLElement.click()Andreas Kling
2022-02-15LibWeb: Add spec comments to the StackOfOpenElements classAndreas Kling
2022-02-15LibWeb: Rename element_before() => element_immediately_above()Andreas Kling
2022-02-15LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()Andreas Kling
2022-02-15LibJS: Correct an include in PrimitiveStringdavidot
2022-02-15LibJS: Use CopyDataProperties when spreading in object expressionsdavidot
2022-02-15LibJS: Use entire array of SimpleIndexedPropertyStorage before growingdavidot
2022-02-15LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attributeLinus Groh
2022-02-15LibWeb: Implement BCC's "content document" concept according to specLinus Groh
2022-02-15LibWeb: Implement Origin's "same origin-domain" conceptLinus Groh
2022-02-15LibWeb: Rename Origin::is_same() to Origin::is_same_origin()Linus Groh
2022-02-15LibWeb: Rename Origin::is_null() to Origin::is_opaque()Linus Groh
2022-02-15Spreadsheet: Make ranges vertically end-inclusiveu9g
2022-02-14LibJS: Add missing include for 'u32' to CanonicalIndex.hLinus Groh
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14Meta: Use clang-13 instead of clang-12 in Azure CIIdan Horowitz
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-14LibWeb: Add stacking contexts to Node::for_each_child_in_paint_orderSteven Schmoll
2022-02-14LibGfx/PNG: Respect the tRNS chunk transparency with color type 2Andreas Kling
2022-02-14LibGfx/PNG: Collect tRNS (transparency chunk) info for all color typesAndreas Kling
2022-02-14LibGfx: Remove unnecessary includes from PNGLoader.cppAndreas Kling
2022-02-14LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888Andreas Kling
2022-02-14LibWeb: Paint inline-level and replaced elements on top of floatsAndreas Kling
2022-02-14LibWeb: Support inline-level padding and border properlyAndreas Kling
2022-02-14LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()Andreas Kling
2022-02-14LibUnicode: Port the CLDR time format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR date format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR number format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR locale generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the UCD generator to the stream APITimothy Flynn
2022-02-14LibTimeZone: Port the TZDB generator to the stream APITimothy Flynn
2022-02-14Base: Add new bitmap font Comic BookLady Gegga
2022-02-14SystemServer: Remove now unnecessary call to chmod on /dev/audioLiav A
2022-02-14Kernel: Honor permission mode when creating new directories in DevTmpFSLiav A
2022-02-14pape: Improve error handling during option handling and bitmap loadingJames Puleo
2022-02-14WindowServer: Remove extraneous whitespace in `WindowServer.ipc`James Puleo
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14HackStudio: Fix crash when requesting parameter listHarrison Marshall
2022-02-14LibGfx: Support color blending in Painter::draw_bitmapSteven Schmoll
2022-02-14ping: Count argument must be greater than zerobrapru
2022-02-14ping: Fix off by one error in count argumentbrapru
2022-02-14Documentation: Add information about the limine-image targetczapek1337
2022-02-14Meta: Bump Limine version to 2.78.2czapek1337
2022-02-14Meta: Include the EFI executable in Limine imageczapek1337
2022-02-14Meta: Add support for the Limine bootloaderczapek1337
2022-02-14PixelPaint: Change menu shortcut for "Fit Image to View"Mustafa Quraish