summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-01-02LibM: Count fractions when exponent < -1 with mantissa == 0sin-ack
2022-01-02LibC: Support `X` modifier for `scanf`Jesse Buhagiar
2022-01-01ThemeEditor: Add "alignment" supportFiliph Sandström
2022-01-01Theming: Add alignment sectionFiliph Sandström
2022-01-01LibGfx: Remove VERIFY in draw_rect_with_thicknessFiliph Sandström
2022-01-01mkdir: Use FilePermissionsMask to handle mode optionXavier Defrang
2022-01-01chmod: Use FilePermissionsMask to handle mode argumentXavier Defrang
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-01HackStudio: Avoid unnecessary copies in CodeComprehensionEngineBen Wiederhake
2022-01-01LookupServer: Avoid unnecessary copiesBen Wiederhake
2022-01-01LibSQL: Avoid unnecessary copies in HeapBen Wiederhake
2022-01-01LibLine: Avoid unnecessary copies in EditorBen Wiederhake
2022-01-01LibGUI: Avoid unnecessary copies in FileIconProviderBen Wiederhake
2022-01-01LibSoftGPU: Add option to render a debug overlayStephan Unverwerth
2022-01-01LibSoftGPU: Put all constexpr config options into Config.hStephan Unverwerth
2022-01-01chown+chgrp: Add --no-dereference optioncircl
2022-01-01Kernel+LibC+LibCore: Add lchown and fchownat functionscircl
2022-01-01LibGfx: Add window border/title theming optionsFiliph Sandström
2022-01-01HackStudio: Use String instead of LexicalPathConor Byrne
2022-01-01HackStudio: Add new multiline commit dialogConor Byrne
2022-01-01HexEditor: Port HexEditor to LibMainConor Byrne
2022-01-01LibCore: Fix OOB read in Stream::BufferedSeekable::read_until_any_ofDaniel Bertalan
2022-01-01fgrep: Port fgrep to LibMainKenneth Myhra