index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-02-11
LibGfx: Make ICC code handle out-of-memory situations better
Nico Weber
2023-02-11
LibJS: Add missing assignment to offset_string in ZDT conversion
Luke Wilde
2023-02-10
LibGfx: Add scaffolding for curves in lutAToBType and lutBToAType
Nico Weber
2023-02-10
LibVideo/VP9: Rename `round_2()` to `rounded_right_shift()` for clarity
Zaggy1024
2023-02-10
LibVideo/VP9: Drop the decoder intermediate bounds checks
Zaggy1024
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-10
LibGfx: Make sure the Painter clip rect is never larger than the target
Andreas Kling
2023-02-10
LibCore: Fix wrong call to stat on the Core::System::lstat method
Liav A
2023-02-10
LibWeb/Fetch: Implement CORS preflight
Luke Wilde
2023-02-10
LibWeb: Make extract_header_list_values differentiate parsing failures
Luke Wilde
2023-02-10
LibWeb/Fetch: Don't add cookies when creating ResourceLoader request
Luke Wilde
2023-02-10
LibWeb: Fix clearance to update y offset within current block
Aliaksandr Kalenik
2023-02-10
LibWeb: Store y offset of current block container in BFC member
Aliaksandr Kalenik
2023-02-10
LibJS+Userland: Port the JS Console object and direct callers to String
Timothy Flynn
2023-02-10
LibJS: Surround the VM parameter of TRY_OR_THROW_OOM with parentheses
Timothy Flynn
2023-02-10
LibJS: Add a fallible ThrowableStringBuilder::appendff
Timothy Flynn
2023-02-10
LibJS: Change ThrowableStringBuilder to privately inherit StringBuilder
Timothy Flynn
2023-02-10
LibGfx: Validate ICC cicpTag some more
Nico Weber
2023-02-10
LibGfx+icc: Stringify known signatureType values
Nico Weber
2023-02-10
DisplaySettings: Capitalize fallback display mode when loading settings
Julian Offenhäuser
2023-02-10
LibWeb: Use device pixels for transform rect of stacking context
Aliaksandr Kalenik
2023-02-10
LibPDF: Fix glyph sizing bug that caused incorrect spacing
Julian Offenhäuser
2023-02-10
LibPDF: Use more appropriate standard 14 replacement fonts
Julian Offenhäuser
2023-02-10
LibGfx+icc: Read chromaticityTag
Nico Weber
2023-02-10
LibGfx+icc: Read viewingConditionsType
Nico Weber
2023-02-10
LibGfx+icc: Read measurementType
Nico Weber
2023-02-10
LibWeb: Add missing GCPtr.h includes to Fetch headers
Timothy Flynn
2023-02-10
LibEDID: Return proper errno codes for kernel code
Liav A
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-10
LibGfx: Remove the optional Error member from QOI's decoder context
Timothy Flynn
2023-02-10
Spreadsheet: Don't recalculate column sizes when no data has changed
Tim Ledbetter
2023-02-10
LibGUI: Add a DontResizeColumns option to Model::UpdateFlag
Tim Ledbetter
2023-02-10
LibGUI: Speed up Variant string conversion for string data
Tim Ledbetter
2023-02-09
SoundPlayer: Fix logic bug in bars visualization
Julian Offenhäuser
2023-02-09
LibJS+LibWeb: Convert string view PrimitiveString instances to String
Timothy Flynn
2023-02-09
LibJS: Convert short string literal PrimitiveString instances to String
Timothy Flynn
2023-02-09
LibJS+LibWeb: Convert empty PrimitiveString instances to String
Timothy Flynn
2023-02-09
icc: Call video_full_range_flag_to_string()
Nico Weber
2023-02-09
LibVideo: Add a video_full_range_flag_to_string() function
Nico Weber
2023-02-09
LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"
Nico Weber
2023-02-08
Piano: Show a progress window when exporting WAV
kleines Filmröllchen
2023-02-08
LibGfx: Make checkerboard patterns static when panning
Tim Ledbetter
2023-02-08
VideoPlayer/LibVideo: Seek accurately when scrolling in the seek bar
Zaggy1024
2023-02-08
LibVideo/Matroska: Stop skipping a cue when seeking forward
Zaggy1024
2023-02-08
LibVideo/Matroska: Add debug logging for seeking to cues
Zaggy1024
2023-02-08
LibVideo: Pass the current sample to demuxers to lazily seek better
Zaggy1024
2023-02-08
LibVideo/PlaybackManager: Organize playback states into virtual classes
Zaggy1024
2023-02-08
LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` class
Zaggy1024
2023-02-08
LibGfx+icc: Implement half of lutAToBType and lutBToAType
Nico Weber
[next]