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-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-12
LibJS: Add Array.prototype.keys()
davidot
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
LibJS: Implement Object.assign()
Linus Groh
2021-06-12
Terminal: Don't show window until we've added menubar to it
Andreas Kling
2021-06-12
WindowServer+LibGUI: Make window creation asynchronous :^)
Andreas Kling
2021-06-12
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
Idan Horowitz
2021-06-12
LibJS: Add the WeakMap built-in object
Idan Horowitz
2021-06-12
LibJS: Generify the garbage collector's weak container notifications
Idan Horowitz
2021-06-12
LibJS: Fix all clang-tidy warnings in Bytecode/Op.h
Andreas Kling
2021-06-12
PixelPaint: Use ImageDecoder to load images out-of-process
Andreas Kling
2021-06-12
PixelPaint: Don't allow Image::try_create_from_bitmap(nullptr)
Andreas Kling
2021-06-12
PixelPaint: Guarantee that constructed Layer always has a Gfx::Bitmap
Andreas Kling
2021-06-12
PixelPaint: Use move semantics around Layer construction and accessors
Andreas Kling
2021-06-12
LibJS: Add support for running test-js with the bytecode interpreter
Gunnar Beutner
2021-06-12
LibJS: Add missing length() method for NewArray
Gunnar Beutner
2021-06-12
LibJS: Fix attributes of Promise.prototype
Linus Groh
2021-06-12
LibJS: Hide gc() dbgln() behind #ifdef __serenity__
Linus Groh
2021-06-12
HackStudio: Add "Show in File Manager" Action to project TreeView
networkException
2021-06-12
2048: Fix move success detection
Dmitrii Ubskii
2021-06-12
LibJS: Expose Symbol.species properties as getters
Idan Horowitz
2021-06-12
LibJS: Add the Object::define_native_accessor method
Idan Horowitz
2021-06-11
PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()
Andreas Kling
2021-06-11
PixelPaint: Rename Image::create_foo() => Image::try_create_foo()
Andreas Kling
2021-06-11
PixelPaint: Convert to east-const style
Andreas Kling
2021-06-11
2048: Animate sliding tiles
Dmitrii Ubskii
2021-06-11
2048: Encapsulate away Board's inner workings
Dmitrii Ubskii
2021-06-11
2048: Add pop-in animation for newly added tiles
Dmitrii Ubskii
2021-06-11
LibGfx: Add Rect::centered_on()
Dmitrii Ubskii
2021-06-11
2048: Abstract Board into its own struct
Dmitrii Ubskii
2021-06-11
2048: East const all the things
Dmitrii Ubskii
2021-06-11
LibJS: Add bytecode generation for simple ObjectExpressions
Gal Horowitz
2021-06-11
Solitaire: Iterate the foundation stacks and inline move_card()
Sam Atkins
2021-06-11
Solitaire: Fix invisible cards when multiple are tab-moved at once
Sam Atkins
2021-06-11
Solitaire: Combine duplicate tab/double-click logic
Sam Atkins
2021-06-11
Solitaire: Subtract points when undoing a card-flip
Sam Atkins
2021-06-11
Solitaire: Correctly score automatic moves using <tab>
Sam Atkins
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-06-11
LibJS: Improve Error/NativeError tests
Linus Groh
2021-06-11
Utilities/du: Add -h option
Marcus Nilsson
2021-06-11
Utilities: Add a simple utility to test the IMAP library
x-yl
2021-06-11
LibIMAP: Support for remaining IMAP commands
x-yl
2021-06-11
LibIMAP: Support for APPEND
x-yl
2021-06-11
LibIMAP: Support for COPY, CREATE, DELETE and RENAME
x-yl
2021-06-11
LibIMAP: Support for STORE and STATUS
x-yl
2021-06-11
LibIMAP: Support for the SEARCH command
x-yl
2021-06-11
LibIMAP: Support for FETCH BodyStructure
x-yl
2021-06-11
LibIMAP: Support for the FETCH command (*mostly)
x-yl
2021-06-11
LibIMAP: Support for the IDLE command
x-yl
[next]