summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-12LibGfx: Add AffineTransform::skew_radians()MacDue
2023-04-12LibGfx: Optimize Painter::draw_scaled_bitmap_with_transform()MacDue
2023-04-12AK: Don't store parts of URLs percent decodedMacDue
2023-04-12LibWeb: Make SC hit testing more closely follow reverse paint orderMacDue
2023-04-12LibWeb: Create a video document for `video/` MIME types on navigationLuke Wilde
2023-04-12LibWeb: Add ReadableStreamByteController interfaceMatthew Olsson
2023-04-12LibWeb: Add ReadableStreamBYOBRequest interfaceMatthew Olsson
2023-04-11LibWeb: Handle null values when making args for attributeChangedCallbackLuke Wilde
2023-04-11LibJS: Update spec numbers for the Intl NumberFormat v3 proposalTimothy Flynn
2023-04-11LibJS: Require a [[RoundingMode]] slot within FormatNumericToStringTimothy Flynn
2023-04-11LibWeb: Return from "the end" during HTML fragment parsingLuke Wilde
2023-04-11LibWeb: Begin detecting the end of an HTMLMediaElement media resourceTimothy Flynn
2023-04-11LibVideo: Add a hook to notify clients upon reaching end of the streamTimothy Flynn
2023-04-11LibWeb: Paint a media timeline on HTMLVideoElement layout nodesTimothy Flynn
2023-04-11LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElementTimothy Flynn
2023-04-11LibWeb: Tweak the color used for hovered media controlsTimothy Flynn
2023-04-11LibWeb: Begin tracking HTMLMediaElement playback positionsTimothy Flynn
2023-04-11LibWeb: Report HTMLMediaElement duration with sub-second accuracyTimothy Flynn
2023-04-11LibWeb: Move dispatching timeupdate events to a helper for trackingTimothy Flynn
2023-04-11icc: Print if a curve looks like the sRGB curveNico Weber
2023-04-11icc: Use `{: >{}}, "", indent_amount` for indentingNico Weber
2023-04-11icc: Make out_curve_tag() fallibleNico Weber
2023-04-11LibGfx/ICC: Add evaluate() member functions to both curve typesNico Weber
2023-04-11LibGfx/ICC: Extract sRGB_curve() functionNico Weber
2023-04-11icc: Extract out_curve_tag() helper functionNico Weber
2023-04-11LibWeb: Implement URL.canParse(url, base)networkException
2023-04-11LibWeb: Update URL constructor steps to match the specificationnetworkException
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-11FileManager: Use a thousands separator for numbers in PropertiesWindowTim Ledbetter
2023-04-11AK: Add option to the string formatter to use a digit separatorTim Ledbetter
2023-04-11readelf: Pledge `map_fixed` for loading ELFsTim Schumacher
2023-04-11Tubes: Remove unused includesJelle Raaijmakers
2023-04-113DFileViewer+Tubes: Add `map_fixed` to pledgesJelle Raaijmakers
2023-04-11LibELF: Remove leftover i386 entry filesTim Schumacher
2023-04-10SystemMonitor: Handle zombie processes properlyLiav A
2023-04-10LibWeb: Convert video control dimensions from CSSPixels to DevicePixelsTimothy Flynn
2023-04-10LibC: Properly implement the futimens functionLiav A
2023-04-09Settings: Improve default window sizeCameron Youell
2023-04-09CertificateSettings: Update to be more consistent with other settingsCameron Youell
2023-04-09Browser: Have `BookmarksBarWidget` signal bookmark changes for `Tab`Kemal Zebari
2023-04-09KeyboardSettings: Port to `Core::File`Cameron Youell
2023-04-09Tests: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-04-09Piano+LibAudio: Port to `Core::File`Cameron Youell
2023-04-09DisplaySettings: Use FileSystemAccessServer instead of FilePickerhuttongrabiel
2023-04-09Utilities: Add more commands, addresses, spaces, cmdline parsing to sedRodrigo Tobar
2023-04-09LibCrypto: Add PBKDF2stelar7
2023-04-10LibWeb: Set up the DefaultController when constructing a WritableStreamMatthew Olsson
2023-04-10LibWeb: Implement WritableStreamDefaultWriter.write()Matthew Olsson
2023-04-10LibWeb: Accept a JS::Value for size in enqueue_value instead of a doubleMatthew Olsson
2023-04-10LibWeb: Move Streams/QueueOperations.h to Streams/AbstractOperations.hMatthew Olsson