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-04-12
LibGfx: Add AffineTransform::skew_radians()
MacDue
2023-04-12
LibGfx: Optimize Painter::draw_scaled_bitmap_with_transform()
MacDue
2023-04-12
AK: Don't store parts of URLs percent decoded
MacDue
2023-04-12
LibWeb: Make SC hit testing more closely follow reverse paint order
MacDue
2023-04-12
LibWeb: Create a video document for `video/` MIME types on navigation
Luke Wilde
2023-04-12
LibWeb: Add ReadableStreamByteController interface
Matthew Olsson
2023-04-12
LibWeb: Add ReadableStreamBYOBRequest interface
Matthew Olsson
2023-04-11
LibWeb: Handle null values when making args for attributeChangedCallback
Luke Wilde
2023-04-11
LibJS: Update spec numbers for the Intl NumberFormat v3 proposal
Timothy Flynn
2023-04-11
LibJS: Require a [[RoundingMode]] slot within FormatNumericToString
Timothy Flynn
2023-04-11
LibWeb: Return from "the end" during HTML fragment parsing
Luke Wilde
2023-04-11
LibWeb: Begin detecting the end of an HTMLMediaElement media resource
Timothy Flynn
2023-04-11
LibVideo: Add a hook to notify clients upon reaching end of the stream
Timothy Flynn
2023-04-11
LibWeb: Paint a media timeline on HTMLVideoElement layout nodes
Timothy Flynn
2023-04-11
LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElement
Timothy Flynn
2023-04-11
LibWeb: Tweak the color used for hovered media controls
Timothy Flynn
2023-04-11
LibWeb: Begin tracking HTMLMediaElement playback positions
Timothy Flynn
2023-04-11
LibWeb: Report HTMLMediaElement duration with sub-second accuracy
Timothy Flynn
2023-04-11
LibWeb: Move dispatching timeupdate events to a helper for tracking
Timothy Flynn
2023-04-11
icc: Print if a curve looks like the sRGB curve
Nico Weber
2023-04-11
icc: Use `{: >{}}, "", indent_amount` for indenting
Nico Weber
2023-04-11
icc: Make out_curve_tag() fallible
Nico Weber
2023-04-11
LibGfx/ICC: Add evaluate() member functions to both curve types
Nico Weber
2023-04-11
LibGfx/ICC: Extract sRGB_curve() function
Nico Weber
2023-04-11
icc: Extract out_curve_tag() helper function
Nico Weber
2023-04-11
LibWeb: Implement URL.canParse(url, base)
networkException
2023-04-11
LibWeb: Update URL constructor steps to match the specification
networkException
2023-04-11
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
networkException
2023-04-11
FileManager: Use a thousands separator for numbers in PropertiesWindow
Tim Ledbetter
2023-04-11
AK: Add option to the string formatter to use a digit separator
Tim Ledbetter
2023-04-11
readelf: Pledge `map_fixed` for loading ELFs
Tim Schumacher
2023-04-11
Tubes: Remove unused includes
Jelle Raaijmakers
2023-04-11
3DFileViewer+Tubes: Add `map_fixed` to pledges
Jelle Raaijmakers
2023-04-11
LibELF: Remove leftover i386 entry files
Tim Schumacher
2023-04-10
SystemMonitor: Handle zombie processes properly
Liav A
2023-04-10
LibWeb: Convert video control dimensions from CSSPixels to DevicePixels
Timothy Flynn
2023-04-10
LibC: Properly implement the futimens function
Liav A
2023-04-09
Settings: Improve default window size
Cameron Youell
2023-04-09
CertificateSettings: Update to be more consistent with other settings
Cameron Youell
2023-04-09
Browser: Have `BookmarksBarWidget` signal bookmark changes for `Tab`
Kemal Zebari
2023-04-09
KeyboardSettings: Port to `Core::File`
Cameron Youell
2023-04-09
Tests: Use `FileSystem` instead of `DeprecatedFile`
Cameron Youell
2023-04-09
Piano+LibAudio: Port to `Core::File`
Cameron Youell
2023-04-09
DisplaySettings: Use FileSystemAccessServer instead of FilePicker
huttongrabiel
2023-04-09
Utilities: Add more commands, addresses, spaces, cmdline parsing to sed
Rodrigo Tobar
2023-04-09
LibCrypto: Add PBKDF2
stelar7
2023-04-10
LibWeb: Set up the DefaultController when constructing a WritableStream
Matthew Olsson
2023-04-10
LibWeb: Implement WritableStreamDefaultWriter.write()
Matthew Olsson
2023-04-10
LibWeb: Accept a JS::Value for size in enqueue_value instead of a double
Matthew Olsson
2023-04-10
LibWeb: Move Streams/QueueOperations.h to Streams/AbstractOperations.h
Matthew Olsson
[next]