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-04
Userland: Resolve unused-but-set-varaible warnings
Andrew Kaster
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
wc: Port to LibMain
mjz19910
2022-01-04
which: Port to LibMain
mjz19910
2022-01-04
wsctl: Port to LibMain
mjz19910
2022-01-04
xargs: Port to LibMain
mjz19910
2022-01-04
yes: Port to LibMain
mjz19910
2022-01-04
uname: Port to LibMain
mjz19910
2022-01-04
LibCore: Add an ErrorOr wrapper for uname
mjz19910
2022-01-04
uniq: Port to LibMain
mjz19910
2022-01-04
PixelPaint: Make paste action create new image if no editor is opened
Maciej
2022-01-04
PixelPaint: Add a way to quickly create an image from clipboard
Maciej
2022-01-04
LibC: Include `strings.h` in `string.h`
Jesse Buhagiar
2022-01-04
WindowServer: Fix loading MainScreen setting from configuration
Tom
2022-01-04
tar: Implement -C option
circl
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
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
[next]