index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-01-04
LibJS: Implement Number.prototype.toPrecision
Timothy Flynn
2022-01-04
LibCore: Impliment ErrorOr wrapper for chdir
mjz19910
2022-01-04
Userland: Resolve tautological-constant-out-of-range-compare warnings
Andrew Kaster
2022-01-04
Userland: Locally suppress -Wc99-designator and re-enable globally
Andrew Kaster
2022-01-04
Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer
Andrew Kaster
2022-01-04
Userland: Fail Core::find_executable_in_path on empty inputs
Andrew Kaster
2022-01-04
LibCore: Add an ErrorOr wrapper for uname
mjz19910
2022-01-04
LibC: Include `strings.h` in `string.h`
Jesse Buhagiar
2022-01-03
LibJS: Propagate errors from TypedArray for_each_item{,_from_last} calls
Linus Groh
2022-01-03
LibJS: Add a ton of spec comments to AST.cpp
Linus Groh
2022-01-03
LibJS: Update AST to use completions :^)
Linus Groh
2022-01-03
LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers
Linus Groh
2022-01-03
LibJS: Remove redundant abrupt completion check
Linus Groh
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2022-01-03
LibGUI: Bring entire cell into view after auto scroll into view
martinfalisse
2022-01-03
LibJS: Implement the Extend TimeZoneName Option Proposal
Timothy Flynn
2022-01-03
LibUnicode: Add minimal support for generic & offset-based time zones
Timothy Flynn
2022-01-02
LibAudio: Remove frame-wise copys from FlacLoader
kleines Filmröllchen
2022-01-02
LibAudio: Alow creating a Buffer from a FixedArray
kleines Filmröllchen
2022-01-02
LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cpp
Linus Groh
2022-01-02
LibJS: Fix two typos in comments in AST.cpp
Linus Groh
2022-01-02
LibJS: Let Completion::update_empty() take an Optional<Value>
Linus Groh
2022-01-02
LibJS: Move provided Optional<Value> argument in normal_completion()
Linus Groh
2022-01-02
LibJS: Update ToRawPrecision / ToRawFixed AO spec comments
Timothy Flynn
2022-01-02
LibJS: Explicitly handle postive/negative infinity in Intl.NumberFormat
Timothy Flynn
2022-01-02
LibGUI: Increase vertical padding on GUI::IconView item labels by 2px
Andreas Kling
2022-01-02
LibCore: Enforce correct mode when creating new passwd and shadow files
Andreas Kling
2022-01-02
LibCore: Add Core::UmaskScope to set and unset a temporary umask
Andreas Kling
2022-01-02
LibCore+id: Make more use of Core::System wrappers in Core::Account
Andreas Kling
2022-01-02
LibCore: Add Core::System wrappers for getspent() and getspnam()
Andreas Kling
2022-01-02
LibCore: Add syscall wrappers for getpwuid() and getgrgid()
Andreas Kling
2022-01-02
LibCore: Add syscall wrapper for getgroups()
Andreas Kling
2022-01-02
LibCore: Reset `errno` before using LibC pwd functions
Andreas Kling
2022-01-02
LibWeb: Support range syntax for media queries
Sam Atkins
2022-01-02
LibWeb: Rewrite media-query parsing to match spec grammar
Sam Atkins
2022-01-02
LibWeb: Make MediaCondition a top-level type and add factory methods
Sam Atkins
2022-01-02
LibWeb: Make MediaFeature a top-level class and add factory methods
Sam Atkins
2022-01-02
LibWeb: Remove media-query-related identifiers from identifiers.json
Sam Atkins
2022-01-02
LibWeb: Introduce MediaFeatureValue type for use in media queries
Sam Atkins
2022-01-02
LibWeb: Update `<general-enclosed>` definition to match spec change
Sam Atkins
2022-01-02
LibM: Count fractions when exponent < -1 with mantissa == 0
sin-ack
2022-01-02
LibC: Support `X` modifier for `scanf`
Jesse Buhagiar
2022-01-01
Theming: Add alignment section
Filiph Sandström
2022-01-01
LibGfx: Remove VERIFY in draw_rect_with_thickness
Filiph Sandström
2022-01-01
LibCore: Add FilePermissionsMask
Xavier Defrang
2022-01-01
LibVideo/VP9: Do not `null` guard calls to `free`
Michel Hermier
2022-01-01
LibWeb: Avoid unnecessary copies in StyleInvalidator
Ben Wiederhake
2022-01-01
LibJS: Avoid unnecessary copies in MergeBlocks codegen pass
Ben Wiederhake
2022-01-01
LibJS: Avoid unnecessary copies in PlaceBlocks codegen pass
Ben Wiederhake
2022-01-01
LibSQL: Avoid unnecessary copies in Heap
Ben Wiederhake
[prev]
[next]