summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-11LibGfx: Make ICC code handle out-of-memory situations betterNico Weber
2023-02-11LibJS: Add missing assignment to offset_string in ZDT conversionLuke Wilde
2023-02-10LibGfx: Add scaffolding for curves in lutAToBType and lutBToATypeNico Weber
2023-02-10LibVideo/VP9: Rename `round_2()` to `rounded_right_shift()` for clarityZaggy1024
2023-02-10LibVideo/VP9: Drop the decoder intermediate bounds checksZaggy1024
2023-02-10LibGfx+LibWeb: Store radii as FloatSize rather than FloatPointAndreas Kling
2023-02-10LibGfx: Make sure the Painter clip rect is never larger than the targetAndreas Kling
2023-02-10LibCore: Fix wrong call to stat on the Core::System::lstat methodLiav A
2023-02-10LibWeb/Fetch: Implement CORS preflightLuke Wilde
2023-02-10LibWeb: Make extract_header_list_values differentiate parsing failuresLuke Wilde
2023-02-10LibWeb/Fetch: Don't add cookies when creating ResourceLoader requestLuke Wilde
2023-02-10LibWeb: Fix clearance to update y offset within current blockAliaksandr Kalenik
2023-02-10LibWeb: Store y offset of current block container in BFC memberAliaksandr Kalenik
2023-02-10LibJS+Userland: Port the JS Console object and direct callers to StringTimothy Flynn
2023-02-10LibJS: Surround the VM parameter of TRY_OR_THROW_OOM with parenthesesTimothy Flynn
2023-02-10LibJS: Add a fallible ThrowableStringBuilder::appendffTimothy Flynn
2023-02-10LibJS: Change ThrowableStringBuilder to privately inherit StringBuilderTimothy Flynn
2023-02-10LibGfx: Validate ICC cicpTag some moreNico Weber
2023-02-10LibGfx+icc: Stringify known signatureType valuesNico Weber
2023-02-10DisplaySettings: Capitalize fallback display mode when loading settingsJulian Offenhäuser
2023-02-10LibWeb: Use device pixels for transform rect of stacking contextAliaksandr Kalenik
2023-02-10LibPDF: Fix glyph sizing bug that caused incorrect spacingJulian Offenhäuser
2023-02-10LibPDF: Use more appropriate standard 14 replacement fontsJulian Offenhäuser
2023-02-10LibGfx+icc: Read chromaticityTagNico Weber
2023-02-10LibGfx+icc: Read viewingConditionsTypeNico Weber
2023-02-10LibGfx+icc: Read measurementTypeNico Weber
2023-02-10LibWeb: Add missing GCPtr.h includes to Fetch headersTimothy Flynn
2023-02-10LibEDID: Return proper errno codes for kernel codeLiav A
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-10LibGfx: Remove the optional Error member from QOI's decoder contextTimothy Flynn
2023-02-10Spreadsheet: Don't recalculate column sizes when no data has changedTim Ledbetter
2023-02-10LibGUI: Add a DontResizeColumns option to Model::UpdateFlagTim Ledbetter
2023-02-10LibGUI: Speed up Variant string conversion for string dataTim Ledbetter
2023-02-09SoundPlayer: Fix logic bug in bars visualizationJulian Offenhäuser
2023-02-09LibJS+LibWeb: Convert string view PrimitiveString instances to StringTimothy Flynn
2023-02-09LibJS: Convert short string literal PrimitiveString instances to StringTimothy Flynn
2023-02-09LibJS+LibWeb: Convert empty PrimitiveString instances to StringTimothy Flynn
2023-02-09icc: Call video_full_range_flag_to_string()Nico Weber
2023-02-09LibVideo: Add a video_full_range_flag_to_string() functionNico Weber
2023-02-09LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"Nico Weber
2023-02-08Piano: Show a progress window when exporting WAVkleines Filmröllchen
2023-02-08LibGfx: Make checkerboard patterns static when panningTim Ledbetter
2023-02-08VideoPlayer/LibVideo: Seek accurately when scrolling in the seek barZaggy1024
2023-02-08LibVideo/Matroska: Stop skipping a cue when seeking forwardZaggy1024
2023-02-08LibVideo/Matroska: Add debug logging for seeking to cuesZaggy1024
2023-02-08LibVideo: Pass the current sample to demuxers to lazily seek betterZaggy1024
2023-02-08LibVideo/PlaybackManager: Organize playback states into virtual classesZaggy1024
2023-02-08LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` classZaggy1024
2023-02-08LibGfx+icc: Implement half of lutAToBType and lutBToATypeNico Weber