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-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
Spreadsheet: Background fill color after reaching vertical end
martinfalisse
2022-01-03
CrashReporter: Move progressbar into main window
Samuel Bowman
2022-01-03
Applets/ResourceGraph: Propagate errors in JSON decoding
creator1creeper1
2022-01-03
Applets/Network: Propagate errors using custom try_create
creator1creeper1
2022-01-03
Applets/Network: Propagate errors with try_set_main_widget
creator1creeper1
2022-01-03
Applets/Audio: Propagate errors using custom try_create
creator1creeper1
2022-01-03
Applets/Audio: Propagate errors with try_set_main_widget
creator1creeper1
2022-01-03
WindowServer: Tighten pledged promises
bugreport0
2022-01-03
Taskbar: Tighten pledged promises, remove incorrect comment
bugreport0
2022-01-03
RequestServer: Tighten pledged promises
bugreport0
2022-01-03
ChessEngine: Remove unused 'rpath' promise
bugreport0
2022-01-03
LibGUI: Bring entire cell into view after auto scroll into view
martinfalisse
2022-01-03
WebServer: Make ErrorOr unwrapping more idiomatic
Maciej
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
Spider: Redraw completely when drawing cards
Jamie Mansfield
2022-01-02
SoundPlayer: Don't enqueue samples depending on the GUI loop
kleines Filmröllchen
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
SoundPlayer: Remove resolved FIXME
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
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
[next]