summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-24Revert "LibDeviceTree: Propagate try_append() errors while parsing paths"Linus Groh
2023-02-24Kernel+Userland: Refine preventing syscall annotations of Regions optionLiav A
2023-02-24LibDeviceTree: Propagate try_append() errors while parsing pathsMacDue
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2023-02-24LibIPC: Add a built-in encoder/decoder for AK::TimeTimothy Flynn
2023-02-24LibWeb: Consider transform property while finding containing blockAliaksandr Kalenik
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-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-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-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-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-23LibWeb: Add spec link to border-width: thin/medium/thick definitionsSam Atkins
2023-02-23LibWeb: Port Worker to new StringKenneth Myhra
2023-02-23LibWeb: Port WorkerGlobalScope to new StringKenneth Myhra
2023-02-23LibWeb: Port WorkerLocation to new StringKenneth Myhra
2023-02-23LibGfx: Pad last element in ICC files to 4-byte boundary tooNico Weber
2023-02-23LibGfx: Implement serialization of LutAToBTagData and LutBToATagDataNico Weber
2023-02-23LibGUI: Fix Action destructor to unregister itself correctlyHumberto Alves
2023-02-23LibGUI: Fix missing parent in LinkLabel open actionHumberto Alves