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
Age
Commit message (
Expand
)
Author
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
rm: Check before removing '/'
Lucas CHOLLET
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
Calculator: Round small number to prevent crash
Lucas CHOLLET
2022-01-02
Calculator: Remove KeypadValue::operator>
Lucas CHOLLET
2022-01-02
Calculator: Display zero with only one character
Lucas CHOLLET
2022-01-02
DisplaySettings: Add 1440p ultrawide resolution
Filiph Sandström
2022-01-02
uptime: Port to LibMain :^)
mjz19910
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
ThemeEditor: Add "alignment" support
Filiph Sandström
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
mkdir: Use FilePermissionsMask to handle mode option
Xavier Defrang
2022-01-01
chmod: Use FilePermissionsMask to handle mode argument
Xavier Defrang
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
HackStudio: Avoid unnecessary copies in CodeComprehensionEngine
Ben Wiederhake
2022-01-01
LookupServer: Avoid unnecessary copies
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
chown+chgrp: Add --no-dereference option
circl
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
HackStudio: Use String instead of LexicalPath
Conor Byrne
2022-01-01
HackStudio: Add new multiline commit dialog
Conor Byrne
2022-01-01
HexEditor: Port HexEditor to LibMain
Conor Byrne
2022-01-01
LibCore: Fix OOB read in Stream::BufferedSeekable::read_until_any_of
Daniel Bertalan
2022-01-01
fgrep: Port fgrep to LibMain
Kenneth Myhra
[next]