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
2021-10-31
LibWeb: Add Web::CSS::PreferredColorScheme enum
Sam Atkins
2021-10-31
LibGfx: Add 'IsDark' flag to SystemTheme and Palette
Sam Atkins
2021-10-31
LibJS: Remove old Native Functions
Idan Horowitz
2021-10-31
WebContent: Convert ConsoleGlobalObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibJS: Use ThrowCompletionOr accessors in CreateMappedArgumentsObject
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyTablePrototype funcs to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyMemoryPrototype funcs to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyInstancePrototype funcs to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Convert WebAssemblyObject AOs to ThrowCompletionOr
Idan Horowitz
2021-10-31
LibWeb: Make GlobalObject the first parameter of WebAssembly AOs
Idan Horowitz
2021-10-31
Profiler: Cache parsed DWARF debug information in disassembly view
Daniel Bertalan
2021-10-31
Profiler: Load the actual kernel binary for disassembly
Daniel Bertalan
2021-10-31
Profiler: Share the mapped kernel between Profile and DisassemblyModel
Daniel Bertalan
2021-10-31
LibWeb: Convert all generated bindings to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Navigator object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the CSS namespace object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Window object to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert the Location object to ThrowCompletionOr
Timothy Flynn
2021-10-31
Spreadsheet: Convert JSIntegration to ThrowCompletionOr
Timothy Flynn
2021-10-31
WindowServer: Remove some commented code in WindowManager.cpp
Marco Cutecchia
2021-10-31
PixelPaint: Use a bucket cursor for the Bucket tool
Marco Cutecchia
2021-10-31
PixelPaint: Support using a bitmap as a tool's cursor
Marco Cutecchia
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-31
FileOperation: Deduplicate file names on move
Tetsui Ohkubo
2021-10-31
Userland: Handle terminal window resizing in less(1)
Kyle Ambroff-Kao
2021-10-31
SpaceAnalyzer: Display scan progress with popup window during analysis
ForLoveOfCats
2021-10-31
Calculator: Add Constants menu
Musab Kılıç
2021-10-31
Calculator: Fix copy button not copying the fractional part bug :^)
Musab Kılıç
2021-10-31
Calculator: Improve KeypadValue conversion to handle integer values
Musab Kılıç
2021-10-31
Shell: Unwind execution after runtime errors
Ali Mohammad Pur
2021-10-31
LibC: Add `labs()`
Jelle Raaijmakers
2021-10-31
Utilities: Add option to suppress errors to grep
Marco Cutecchia
2021-10-31
Utilities: Add 'quiet' mode to grep
Marco Cutecchia
2021-10-31
js: Convert JavaScript REPL to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert %IteratorPrototype% to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert ObjectConstructor to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert ObjectConstructor GetOwnPropertyKeys to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert GlobalObject to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert GlobalObject's Encode and Decode AOs to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibJS: Convert Object.prototype to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibELF: Store SSE registers in x86_64 PLT Trampoline
Peter
2021-10-31
Debugger: Add logging for the other 8 GPRs too
Peter
2021-10-31
Spreadsheet: Make the 'Help' window accessory
Marco Cutecchia
2021-10-30
LibJS: Update spec comment in parse_temporal_time_zone_string()
Linus Groh
2021-10-30
LibJS: Fix format_time_zone_offset_string() for negative offsets
Linus Groh
2021-10-30
LibJS: Update parse_temporal_time_zone_string() substring bounds
Linus Groh
2021-10-30
LibPDF: Parser::parse_header() return false if remaining bytes is zero
Brendan Coles
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getPreviousTransition()
Linus Groh
2021-10-30
LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()
Linus Groh
[next]