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-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NumberObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NativeFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert MapIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Map::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intrinsics::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Segments::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Locale::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert GeneratorObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Error::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Date::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert DataView::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BoundFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BooleanObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BigIntObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ArrayIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert AggregateError::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Accessor::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Explictly assert that a null GCPtr is not dereferenced
Timothy Flynn
2022-12-13
LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date
Luke Wilde
2022-12-13
LibCore: Fix struct msghdr initialization
Drew DeVault
2022-12-13
LibIPC: Support sending Variants over IPC
kleines Filmröllchen
2022-12-13
PixelPaint: Use source alpha for CloneTool drawing
Cody Hein
2022-12-13
BindingsGenerator+CMake: Keep track of IDL dependencies
Daniel Bertalan
2022-12-12
LibHTTP: Don't read and drop data if status line can't be read
Tim Schumacher
2022-12-12
LibJS: Add spec comments to AggregateErrorConstructor
Linus Groh
2022-12-12
LibJS: Update get_substitution() section number & parameter name
Linus Groh
2022-12-12
LibJS: Add spec comments to get_this_environment()
Linus Groh
2022-12-12
LibJS: Add spec comments to new_object_environment()
Linus Groh
2022-12-12
LibJS: Add spec comments to new_declarative_environment()
Linus Groh
2022-12-12
LibJS: Add spec comment to length_of_array_like()
Linus Groh
2022-12-12
LibJS: Use modulo() for modulo operations in Value.cpp
Linus Groh
2022-12-12
PixelPaint: Single-clicking the BrushTool now adds to undo_stack
Cody Hein
2022-12-12
Games: Add ColorLines
Oleg Kosenkov
2022-12-12
shuf: Use the newly introduced AK::shuffle function
Arda Cinar
2022-12-12
Minesweeper: Revise the maximum mine limit in custom game settings
Arda Cinar
2022-12-12
Minesweeper: Make sure icons of cells are set after generating field
Arda Cinar
2022-12-12
Minesweeper: Use a faster method to generate game field
Arda Cinar
2022-12-12
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
Tim Schumacher
2022-12-12
LibCore: Use the new `Handle` type for the `BitStream` types
Tim Schumacher
2022-12-12
LibCore: Add `Stream::Handle`
Tim Schumacher
2022-12-12
LibCore: Use `Core::System::poll()` in `PosixSocketHelper`
Lucas CHOLLET
[next]