summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn
2023-02-01LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103Nico Weber
2023-02-01LibLine: Quit event loop when an error occurs on updateAli Mohammad Pur
2023-01-31LibGfx: Make glyph ID lookup faster with a cacheAndreas Kling
2023-01-30LibJS: Allow "approximately" results to differ in plural formTimothy Flynn
2023-01-30LibSoftGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGL: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibJS: Make use of the Intl MV in more Intl.NumberFormat AOsTimothy Flynn
2023-01-30LibJS: Refactor the Intl.NumberFormat GetStringOrBooleanOption AOTimothy Flynn
2023-01-30LibJS: Shorten some spec text for BestAvailableLocaleTimothy Flynn
2023-01-30LibJS: Allow locale approximately signs to be empty in Intl.NumberFormatTimothy Flynn
2023-01-30LibJS: Move resolution of some Intl.NumberFormat options to a common AOTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move bit streams from `LibCore`Tim Schumacher
2023-01-29AK: Move buffered streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-29LibGfx: Support ICCs in JPEGs that are split across several tagsNico Weber
2023-01-29LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issuesTimothy Flynn
2023-01-29Welcome: Rename m_initial_tip_index=>m_tip_indexthankyouverycool
2023-01-29Welcome: Load banner font in a fallible mannerthankyouverycool
2023-01-29LibGUI+LibGfx: Add Tray ColorRole helpers to Palettethankyouverycool
2023-01-29Welcome: Replace instances of DeprecatedString with Stringthankyouverycool
2023-01-29Welcome: Use fallible try_create()thankyouverycool
2023-01-29LibDebug: Correct a (un-)signed mixup in the DWARF abbreviations mapTim Schumacher
2023-01-29LibGfx: Fix constructor initialisation style in GradientPaintingMacDue
2023-01-29LibGfx: Stop passing color stop spans by const referenceMacDue
2023-01-29PixelPaint: Increase default window height by 10pxMacDue
2023-01-29LibGfx: Validate tag types of AToBNTag, BToANTag, gamutTag, previewNTagNico Weber
2023-01-29LibGfx: Make ICC EMatrix3x3::operator[] a bit less sillyNico Weber
2023-01-29LibGfx: Rename EMatrix to EMatrix3x3 in ICC codeNico Weber
2023-01-29LibGfx: Use auto more in ICC codeNico Weber
2023-01-29LibWeb: Fix parsing/to_string for "switch" ARIA roleMacDue
2023-01-29LibWeb: Remove no longer needed DeprecatedFlyString.h includesLinus Groh
2023-01-29LibWeb: Move ARIA-related code into the Web::ARIA namespaceLinus Groh
2023-01-29LibJS: Propagate the OOM error from setting the String length propertyTimothy Flynn
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS: Fully qualify the use of AK::is in MUST_OR_THROW_OOMTimothy Flynn
2023-01-29LibJS: Add a method to ThrowCompletionOr to drop allocation errorsTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-29LibJS+LibWeb: Move headers around to allow including Value from CellTimothy Flynn
2023-01-29LibJS: Define Date constants such that translation units don't copy themTimothy Flynn
2023-01-28LibJS: Replace some deprecated_string() with utf8_string() in TemporalLinus Groh
2023-01-28LibJS: Replace to_deprecated_string() with to_string() in TemporalLinus Groh
2023-01-28LibWeb: Replace ARIA role static FlyStrings with an enumMacDue
2023-01-28ImageDecoder: Actually set `is_animated` and `loop_count` variablesKarol Kosek
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh