summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
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-04wc: Port to LibMainmjz19910
2022-01-04which: Port to LibMainmjz19910
2022-01-04wsctl: Port to LibMainmjz19910
2022-01-04xargs: Port to LibMainmjz19910
2022-01-04yes: Port to LibMainmjz19910
2022-01-04uname: Port to LibMainmjz19910
2022-01-04LibCore: Add an ErrorOr wrapper for unamemjz19910
2022-01-04uniq: Port to LibMainmjz19910
2022-01-04PixelPaint: Make paste action create new image if no editor is openedMaciej
2022-01-04PixelPaint: Add a way to quickly create an image from clipboardMaciej
2022-01-04LibC: Include `strings.h` in `string.h`Jesse Buhagiar
2022-01-04WindowServer: Fix loading MainScreen setting from configurationTom
2022-01-04tar: Implement -C optioncircl
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-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