summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz
2021-06-12LibJS: Store and maintain an "execution generation" counterIdan Horowitz
2021-06-12LibJS: Add Array.prototype.keys()davidot
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12LibJS: Implement Object.assign()Linus Groh
2021-06-12Terminal: Don't show window until we've added menubar to itAndreas Kling
2021-06-12WindowServer+LibGUI: Make window creation asynchronous :^)Andreas Kling
2021-06-12LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)Idan Horowitz
2021-06-12LibJS: Add the WeakMap built-in objectIdan Horowitz
2021-06-12LibJS: Generify the garbage collector's weak container notificationsIdan Horowitz
2021-06-12LibJS: Fix all clang-tidy warnings in Bytecode/Op.hAndreas Kling
2021-06-12PixelPaint: Use ImageDecoder to load images out-of-processAndreas Kling
2021-06-12PixelPaint: Don't allow Image::try_create_from_bitmap(nullptr)Andreas Kling
2021-06-12PixelPaint: Guarantee that constructed Layer always has a Gfx::BitmapAndreas Kling
2021-06-12PixelPaint: Use move semantics around Layer construction and accessorsAndreas Kling
2021-06-12LibJS: Add support for running test-js with the bytecode interpreterGunnar Beutner
2021-06-12LibJS: Add missing length() method for NewArrayGunnar Beutner
2021-06-12LibJS: Fix attributes of Promise.prototypeLinus Groh
2021-06-12LibJS: Hide gc() dbgln() behind #ifdef __serenity__Linus Groh
2021-06-12HackStudio: Add "Show in File Manager" Action to project TreeViewnetworkException
2021-06-122048: Fix move success detectionDmitrii Ubskii
2021-06-12LibJS: Expose Symbol.species properties as gettersIdan Horowitz
2021-06-12LibJS: Add the Object::define_native_accessor methodIdan Horowitz
2021-06-11PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()Andreas Kling
2021-06-11PixelPaint: Rename Image::create_foo() => Image::try_create_foo()Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-06-112048: Animate sliding tilesDmitrii Ubskii
2021-06-112048: Encapsulate away Board's inner workingsDmitrii Ubskii
2021-06-112048: Add pop-in animation for newly added tilesDmitrii Ubskii
2021-06-11LibGfx: Add Rect::centered_on()Dmitrii Ubskii
2021-06-112048: Abstract Board into its own structDmitrii Ubskii
2021-06-112048: East const all the thingsDmitrii Ubskii
2021-06-11LibJS: Add bytecode generation for simple ObjectExpressionsGal Horowitz
2021-06-11Solitaire: Iterate the foundation stacks and inline move_card()Sam Atkins
2021-06-11Solitaire: Fix invisible cards when multiple are tab-moved at onceSam Atkins
2021-06-11Solitaire: Combine duplicate tab/double-click logicSam Atkins
2021-06-11Solitaire: Subtract points when undoing a card-flipSam Atkins
2021-06-11Solitaire: Correctly score automatic moves using <tab>Sam Atkins
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
2021-06-11LibJS: Improve Error/NativeError testsLinus Groh
2021-06-11Utilities/du: Add -h optionMarcus Nilsson
2021-06-11Utilities: Add a simple utility to test the IMAP libraryx-yl
2021-06-11LibIMAP: Support for remaining IMAP commandsx-yl
2021-06-11LibIMAP: Support for APPENDx-yl
2021-06-11LibIMAP: Support for COPY, CREATE, DELETE and RENAMEx-yl
2021-06-11LibIMAP: Support for STORE and STATUSx-yl
2021-06-11LibIMAP: Support for the SEARCH commandx-yl
2021-06-11LibIMAP: Support for FETCH BodyStructurex-yl
2021-06-11LibIMAP: Support for the FETCH command (*mostly)x-yl
2021-06-11LibIMAP: Support for the IDLE commandx-yl