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-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
2022-01-01
LibLine: Avoid unnecessary copies in Editor
Ben Wiederhake
2022-01-01
LibGUI: Avoid unnecessary copies in FileIconProvider
Ben Wiederhake
2022-01-01
LibSoftGPU: Add option to render a debug overlay
Stephan Unverwerth
2022-01-01
LibSoftGPU: Put all constexpr config options into Config.h
Stephan Unverwerth
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2022-01-01
LibGfx: Add window border/title theming options
Filiph Sandström
2022-01-01
LibCore: Fix OOB read in Stream::BufferedSeekable::read_until_any_of
Daniel Bertalan
2022-01-01
WindowsServer+LibGUI: Avoid getting color under cursor outside screen
networkException
2022-01-01
LibC: Implement ``flockfile`` and ``funlockfile``
Conor Byrne
2021-12-31
LibJS: Add missing undefined fallback to IfStatement completions
Linus Groh
2021-12-31
LibDiff: Fix error when parsing a 'new' hunk location
Conor Byrne
[next]