summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-13icc: Dump embedded non-parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump embedded parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump more information about curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13LibGfx: Validate presence of curves for lutAToBType and lutBToATypeNico Weber
2023-02-12Userland: Use allocation-failure safe functions where it's easyNico Weber
2023-02-12LibWeb: Move setting of FormDataPrototype to initialize()Kenneth Myhra
2023-02-12Utilities/arp: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-12LibArchive: Add support for modification time and dateOllrogge
2023-02-12AK: Add conversion functions for packed DOS time formatOllrogge
2023-02-12LibGfx: Let ICC code validate tag data alignmentNico Weber
2023-02-12icc: Dump some of lutAToBType and lutBToAType curve dataNico Weber
2023-02-12LibGfx: Implement curve parsing for lutAToBType and lutBToATypeNico Weber
2023-02-12LibGfx: Add a size-less ParametricCurveTagData::from_bytes() overloadNico Weber
2023-02-12LibGfx: Add a size-less CurveTagData::from_bytes() overload in ICC codeNico Weber
2023-02-12Utilities/netstat: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-12LibVideo: Create Resuming handler for seek/buffer handlers to inheritZaggy1024
2023-02-12LibVideo/VideoPlayer: Dispatch state change events and update play iconZaggy1024
2023-02-12LibVideo: Display the first frame when paused after opening a videoZaggy1024
2023-02-12LibVideo: Add StartingStateHandler to prepare the first frames of videoZaggy1024
2023-02-12LibVideo: Check whether it's time to present frames before doing soZaggy1024
2023-02-12LibVideo: Delay playback errors by their sample timestamps when we canZaggy1024
2023-02-12LibVideo: Deduplicate logic for dispatching video frame queue itemsZaggy1024
2023-02-12LibVideo/Matroska: Fix out-of-bounds access when seeking to cuesZaggy1024
2023-02-12LibWeb: Implement location.hash setterAndreas Kling
2023-02-12LibWeb: Use 'auto& vm =' once at beginning to reduce noiseKenneth Myhra
2023-02-12LibPDF: Check for end of stream in Reader::matches_regular_character()Julian Offenhäuser
2023-02-12LibPDF: Return an error if we fail to load a replacement fontJulian Offenhäuser
2023-02-12LibPDF: Allow filter DecodeParms array entries to be nullJulian Offenhäuser
2023-02-12LibPDF: Allow reading documents with incremental updatesJulian Offenhäuser
2023-02-12LibGUI: Callback with the clamped value of Sliders on a jump to cursorZaggy1024
2023-02-12Base: Add a test using FormData and FormDataEventKenneth Myhra
2023-02-12LibWeb: Implement algorithm 'construct the entry list given a form'Kenneth Myhra
2023-02-12AK: Add function 'shallow_clone()' to HashMapKenneth Myhra
2023-02-12LibWeb: Add accessor function HTMLFormElement::constructing_entry_list()Kenneth Myhra
2023-02-12LibWeb: Implement HTMLFormElement::get_submittable_elements()Kenneth Myhra
2023-02-12LibWeb: Introduce the FormDataEvent interfaceKenneth Myhra
2023-02-12LibWeb: Introduce the FormData interface from the XHR specificationKenneth Myhra
2023-02-12LibWeb: Add convert string into scalar value from Infra specKenneth Myhra
2023-02-12LibWeb: Re-implement checkbox painting using the UA stylesheetLinus Groh
2023-02-11LibJS: Port Symbol to StringLinus Groh
2023-02-11LibJS: Unify Symbol::description() and raw_description()Linus Groh
2023-02-11LibJS: Remove unused forwarding getters from SymbolObjectLinus Groh
2023-02-11LibJS: Rename Symbol::to_deprecated_string() to descriptive_string()Linus Groh
2023-02-11LibWeb: Scale font size to device pixelsAliaksandr Kalenik
2023-02-11LibGfx: Introduce with_size method for FontAliaksandr Kalenik
2023-02-11Assistant: Allow arguments in AppProvider queriesTim Ledbetter
2023-02-11LibDesktop: Pass an optional arguments list to AppFile::spawn()Tim Ledbetter
2023-02-11FileManager: Show directory size and file count in PropertiesWindowTim Ledbetter
2023-02-11FileManager: Propagate errors from PropertiesWindow initializationTim Ledbetter
2023-02-11LibJS/Temporal: Allow annotations after YYYY-MM and MM-DDLuke Wilde