summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-24LibWeb: Stop overflow clip box aggregation on reached stacking contextAliaksandr Kalenik
2023-02-24Revert "LibWeb: Fix clip of hidden overflow..."Aliaksandr Kalenik
2023-02-24Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.hLiav A
2023-02-24Kernel+Userland: Move prctl numbers header file to Kernel/API directoryLiav A
2023-02-24PixelPaint: Make "Add Mask" action fallibleTim Ledbetter
2023-02-24PixelPaint: Make "Add Mask" action undoableTim Ledbetter
2023-02-24PixelPaint: Save layer mask when adding to the UndoStackTim Ledbetter
2023-02-24LibGfx: Remove single-code point Font::glyph_or_emoji_width APITimothy Flynn
2023-02-24LibGUI: Make Gfx- to text-positioning handle multi-code point glyphsTimothy Flynn
2023-02-24LibGfx: Use non-emoji glyph width API to compute the width of a spaceTimothy Flynn
2023-02-24LibWeb: Make text fragment indexing handle multi-code point glyphsTimothy Flynn
2023-02-24LibWeb: Make canvas text preparation handle multi-code point glyphsTimothy Flynn
2023-02-24LibPDF: Refactor *Font classesRodrigo Tobar
2023-02-24LibPDF: Add new error construction functionsRodrigo Tobar
2023-02-24LibPDF: Allow show_text to return errorsRodrigo Tobar
2023-02-24LibGfx+Tests: Add test for webp ICC loading and fix bugNico Weber
2023-02-24Base: Add more emojiXexxa
2023-02-24LibGfx: Use LibUnicode to filter code points that cannot start an emojiTimothy Flynn
2023-02-24LibGfx: Use the paths to emoji images generated alongside emoji dataTimothy Flynn
2023-02-24LibUnicode: Add a method to check if a code point could start an emojiTimothy Flynn
2023-02-24LibUnicode: Generate the path to emoji images alongside emoji dataTimothy Flynn
2023-02-24Base: Add a trailing newline to emoji-serenity.txtTimothy Flynn
2023-02-24file: Add a description for the image/webp mime typeNico Weber
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-02-24LibGfx: Drop tags of unknown type instead of writing invalid icc filesNico Weber
2023-02-24LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtrKenneth Myhra
2023-02-24LibWeb: Port SubtleCrypto to new StringKenneth Myhra
2023-02-24LibWeb: Port Crypto to new StringKenneth Myhra
2023-02-24Ports: Update curl to 7.88.1Kenneth Myhra
2023-02-24LibGfx: Make ICC reader check that profile size is a multiple of 4Nico Weber
2023-02-24VideoPlayer: Add button and menu item to toggle fullscreentimre13
2023-02-24Ladybird: Consider HTTP response a success if it has a status codeAndreas Kling
2023-02-24LibWeb: Render HTML content if present for HTTP error pagesAndreas Kling
2023-02-24HackStudio: Add 'pause debuggee' buttonItamar
2023-02-24SystemMonitor: Add "Debug In HackStudio" action to process context menuItamar
2023-02-24HackStudio: Add progress bar to Debugger initializationItamar
2023-02-24HackStudio: Add commandline option to debug a running processItamar
2023-02-24HackStudio: Fix event loop usage in debugger callbacksItamar
2023-02-24HackStudio: Add ability to attach debugger to a running processItamar
2023-02-24LibDebug: Remove file path fixup for library sourcesItamar
2023-02-24CI: Make sure to brew update in macOS Azure setupAndrew Kaster
2023-02-24CI+Lagom: Use the same options for running test-wasm in ctest and CIAndrew Kaster
2023-02-23LibWeb: Add spec link to border-width: thin/medium/thick definitionsSam Atkins
2023-02-23LibWeb: Port Worker to new StringKenneth Myhra
2023-02-23BindingsGenerator: Release value setting members of dictionaryKenneth Myhra
2023-02-23BindingsGenerator: Pass optional values as 'sv' to String::from_utf8()Kenneth Myhra
2023-02-23LibWeb: Port WorkerGlobalScope to new StringKenneth Myhra
2023-02-23LibWeb: Port WorkerLocation to new StringKenneth Myhra
2023-02-23BindingsGenerator: Allow stringifier to return DOMException if neededKenneth Myhra
2023-02-23LibGfx: Pad last element in ICC files to 4-byte boundary tooNico Weber