summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-01-04LibJS: Implement Number.prototype.toPrecisionTimothy Flynn
2022-01-04LibCore: Impliment ErrorOr wrapper for chdirmjz19910
2022-01-04Userland: Resolve tautological-constant-out-of-range-compare warningsAndrew Kaster
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2022-01-04Userland: Fail Core::find_executable_in_path on empty inputsAndrew Kaster
2022-01-04LibCore: Add an ErrorOr wrapper for unamemjz19910
2022-01-04LibC: Include `strings.h` in `string.h`Jesse Buhagiar
2022-01-03LibJS: Propagate errors from TypedArray for_each_item{,_from_last} callsLinus Groh
2022-01-03LibJS: Add a ton of spec comments to AST.cppLinus Groh
2022-01-03LibJS: Update AST to use completions :^)Linus Groh
2022-01-03LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpersLinus Groh
2022-01-03LibJS: Remove redundant abrupt completion checkLinus Groh
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2022-01-03LibGUI: Bring entire cell into view after auto scroll into viewmartinfalisse
2022-01-03LibJS: Implement the Extend TimeZoneName Option ProposalTimothy Flynn
2022-01-03LibUnicode: Add minimal support for generic & offset-based time zonesTimothy Flynn
2022-01-02LibAudio: Remove frame-wise copys from FlacLoaderkleines Filmröllchen
2022-01-02LibAudio: Alow creating a Buffer from a FixedArraykleines Filmröllchen
2022-01-02LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cppLinus Groh
2022-01-02LibJS: Fix two typos in comments in AST.cppLinus Groh
2022-01-02 LibJS: Let Completion::update_empty() take an Optional<Value>Linus Groh
2022-01-02LibJS: Move provided Optional<Value> argument in normal_completion()Linus Groh
2022-01-02LibJS: Update ToRawPrecision / ToRawFixed AO spec commentsTimothy Flynn
2022-01-02LibJS: Explicitly handle postive/negative infinity in Intl.NumberFormatTimothy Flynn
2022-01-02LibGUI: Increase vertical padding on GUI::IconView item labels by 2pxAndreas Kling
2022-01-02LibCore: Enforce correct mode when creating new passwd and shadow filesAndreas Kling
2022-01-02LibCore: Add Core::UmaskScope to set and unset a temporary umaskAndreas Kling
2022-01-02LibCore+id: Make more use of Core::System wrappers in Core::AccountAndreas Kling
2022-01-02LibCore: Add Core::System wrappers for getspent() and getspnam()Andreas Kling
2022-01-02LibCore: Add syscall wrappers for getpwuid() and getgrgid()Andreas Kling
2022-01-02LibCore: Add syscall wrapper for getgroups()Andreas Kling
2022-01-02LibCore: Reset `errno` before using LibC pwd functionsAndreas Kling
2022-01-02LibWeb: Support range syntax for media queriesSam Atkins
2022-01-02LibWeb: Rewrite media-query parsing to match spec grammarSam Atkins
2022-01-02LibWeb: Make MediaCondition a top-level type and add factory methodsSam Atkins
2022-01-02LibWeb: Make MediaFeature a top-level class and add factory methodsSam Atkins
2022-01-02LibWeb: Remove media-query-related identifiers from identifiers.jsonSam Atkins
2022-01-02LibWeb: Introduce MediaFeatureValue type for use in media queriesSam Atkins
2022-01-02LibWeb: Update `<general-enclosed>` definition to match spec changeSam Atkins
2022-01-02LibM: Count fractions when exponent < -1 with mantissa == 0sin-ack
2022-01-02LibC: Support `X` modifier for `scanf`Jesse Buhagiar
2022-01-01Theming: Add alignment sectionFiliph Sandström
2022-01-01LibGfx: Remove VERIFY in draw_rect_with_thicknessFiliph Sandström
2022-01-01LibCore: Add FilePermissionsMaskXavier Defrang
2022-01-01LibVideo/VP9: Do not `null` guard calls to `free`Michel Hermier
2022-01-01LibWeb: Avoid unnecessary copies in StyleInvalidatorBen Wiederhake
2022-01-01LibJS: Avoid unnecessary copies in MergeBlocks codegen passBen Wiederhake
2022-01-01LibJS: Avoid unnecessary copies in PlaceBlocks codegen passBen Wiederhake
2022-01-01LibSQL: Avoid unnecessary copies in HeapBen Wiederhake