summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-23LibJS: Add an initialize binding hint to all initialize_binding methodsdavidot
2023-01-23LibJS: Add SuppressedError{, Prototype, Constructor}davidot
2023-01-23LibJS: Add custom details to toBe{True, False} shown on failuredavidot
2023-01-23LibJS: Clarify more errors in test-commondavidot
2023-01-23LibWeb: Use CSS Pixels for overflow clip rectAliaksandr Kalenik
2023-01-22LibCards: Use AK::shuffle() for shuffling new decksSam Atkins
2023-01-22LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()Sam Atkins
2023-01-22LibCards+Games: Return ErrorOr from deck-creation factory functions :^)Sam Atkins
2023-01-22LibCards+Game: Return ErrorOr from CardGame::drop_cards_on_stack()Sam Atkins
2023-01-22LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()Sam Atkins
2023-01-22LibCards+Solitaire: Rename `CardStack::move_to_stack()` -> `take_all()`Sam Atkins
2023-01-22LibTextCodec: Make utf-16be and utf-16le codecs actually workNico Weber
2023-01-22LibJS: Use is_unicode_surrogate moreNico Weber
2023-01-22LibJS: Add spec comments to quote_json_stringNico Weber
2023-01-22LibJS: Add spec comments to CodePointAtNico Weber
2023-01-22LibGfx: Port JPGLoader to Core::StreamKarol Kosek
2023-01-22LibGfx: Return stream errors when reading a marker in JPGLoaderKarol Kosek
2023-01-22LibDebug: Use `Core::Stream` to read opcodes for expression evaluationTim Schumacher
2023-01-22LibDebug: Port the rest of DWARF parsing to `Core::Stream`Tim Schumacher
2023-01-22LibDebug: Propagate errors throughout DWARF parsingTim Schumacher
2023-01-22LibDebug: Parse DWARF address ranges using `Core::Stream`Tim Schumacher
2023-01-22LibDebug: Use `Core::Stream` to read the DWARF abbreviations mapTim Schumacher
2023-01-22LibWeb: Implement the canvas gradientsMacDue
2023-01-22LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradientsMacDue
2023-01-22LibGfx: Implement paint styles required for HTML canvas gradientsMacDue
2023-01-22LibGfx: Add Painter::fill_rect(rect, paint_style)MacDue
2023-01-22LibGfx: Update fill_path() to support taking a PaintStyleMacDue
2023-01-22LibGfx: Add paint styles and allow gradients to be used as themMacDue
2023-01-22icc: Print MultiLocalizedUnicodeTagData contentsNico Weber
2023-01-22icc: Print TextTagData contentsNico Weber
2023-01-22LibGfx: Add ICCProfile support for multiLocalizedUnicodeTypeNico Weber
2023-01-22LibGfx: Add ICCProfile support for textTypeNico Weber
2023-01-21LibGfx: Minorly simplify a line of code in ICCProfile with OptionalNoneNico Weber
2023-01-21LibGfx+icc: Make device manufacturer and device model clickableNico Weber
2023-01-22LibJS: Port the VM's single-character ASCII strings to StringTimothy Flynn
2023-01-22LibJS+LibWeb: Convert empty PrimitiveString invocators to StringTimothy Flynn
2023-01-22LibJS: Port ListFormat and PatternPartition to StringTimothy Flynn
2023-01-22LibJS+LibLocale: Port remaining locale APIs to StringTimothy Flynn
2023-01-21LibC: Remove #ifdef KERNEL guard from stddef.hAndrew Kaster
2023-01-21LibC: Don't include sys/cdefs.h in ttydefaults as it is used in KernelAndrew Kaster
2023-01-21Kernel+Libraries: Don't include limits.h from LibELF/Validation.hAndrew Kaster
2023-01-21Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/APIAndrew Kaster
2023-01-21Everywhere: Remove string.h include from AK/Traits.h and resolve falloutAndrew Kaster
2023-01-21LibC: Remove duplicate declaration of clock_t and time_tAndrew Kaster
2023-01-21Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.hAndrew Kaster
2023-01-21Kernel+LibC: Move name length constants to Kernel/API from limits.hAndrew Kaster
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2023-01-21LibGUI: Mimic a user click when calling `Button::click()`Lucas CHOLLET
2023-01-21LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`Lucas CHOLLET
2023-01-21LibGUI: Remove public getter `Button::is_mimic_pressed()`Lucas CHOLLET