summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-03Spreadsheet: Background fill color after reaching vertical endmartinfalisse
2022-01-03CrashReporter: Move progressbar into main windowSamuel Bowman
2022-01-03Applets/ResourceGraph: Propagate errors in JSON decodingcreator1creeper1
2022-01-03Applets/Network: Propagate errors using custom try_createcreator1creeper1
2022-01-03Applets/Network: Propagate errors with try_set_main_widgetcreator1creeper1
2022-01-03Applets/Audio: Propagate errors using custom try_createcreator1creeper1
2022-01-03Applets/Audio: Propagate errors with try_set_main_widgetcreator1creeper1
2022-01-03WindowServer: Tighten pledged promisesbugreport0
2022-01-03Taskbar: Tighten pledged promises, remove incorrect commentbugreport0
2022-01-03RequestServer: Tighten pledged promisesbugreport0
2022-01-03ChessEngine: Remove unused 'rpath' promisebugreport0
2022-01-03LibGUI: Bring entire cell into view after auto scroll into viewmartinfalisse
2022-01-03WebServer: Make ErrorOr unwrapping more idiomaticMaciej
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-02Spider: Redraw completely when drawing cardsJamie Mansfield
2022-01-02SoundPlayer: Don't enqueue samples depending on the GUI loopkleines Filmröllchen
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-02SoundPlayer: Remove resolved FIXMEkleines 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-02rm: Check before removing '/'Lucas CHOLLET
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-02Calculator: Round small number to prevent crashLucas CHOLLET
2022-01-02Calculator: Remove KeypadValue::operator>Lucas CHOLLET
2022-01-02Calculator: Display zero with only one characterLucas CHOLLET
2022-01-02DisplaySettings: Add 1440p ultrawide resolutionFiliph Sandström
2022-01-02uptime: Port to LibMain :^)mjz19910