summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-14PixelPaint: Always animate marching ants during interactive selectionAndreas Kling
2021-06-14PixelPaint: Make new pasted layer active immediatelyAndreas Kling
2021-06-14PixelPaint: Add copy action (copies the selection from active layer)Andreas Kling
2021-06-14PixelPaint: Draw the current editor selection as marching antsAndreas Kling
2021-06-14PixelPaint: Add a Selection class (ImageEditor has a Selection)Andreas Kling
2021-06-14PixelPaint: Implement basic rectangular selection (preview only)Andreas Kling
2021-06-14PixelPaint: Add a new "Rectangle Select" tool :^)Andreas Kling
2021-06-14Kernel: Verify Process coredump threads are emptyJelle Raaijmakers
2021-06-14Kernel: Only call `Process::die()` once on terminating signalJelle Raaijmakers
2021-06-14Userland: Fix double line spacing in grepSahan Fernando
2021-06-14LibJS: Correctly parse yield-from expressionsAli Mohammad Pur
2021-06-14LibJS: Parse generator functions in object literalsAli Mohammad Pur
2021-06-14LibJS: Add a test file for generator function parsingAli Mohammad Pur
2021-06-14LibRegex: Remove unused codeGunnar Beutner
2021-06-14LibRegex: Use a plain pointer for OpCode::m_stateGunnar Beutner
2021-06-14LibRegex: Avoid initialization checks in get_opcode_by_id()Gunnar Beutner
2021-06-14LibRegex: Avoid prepending items to vectorsGunnar Beutner
2021-06-14LibRegex: Avoid making unnecessary string copiesGunnar Beutner
2021-06-14LibRegex: Make get_opcode() return a referenceGunnar Beutner
2021-06-14LibRegex: Remove return value for settersGunnar Beutner
2021-06-14LibRegex: Use a plain array to store opcodesGunnar Beutner
2021-06-14Ports: Adds Another World VM interpreter implementationPavel Safar
2021-06-14Meta: Request that new contributors don't start with new app/libAndreas Kling
2021-06-14LibGfx: Inline BitmapFont::glyph_or_emoji_width() for fixed-width fontsAndreas Kling
2021-06-14LibJS: Teach Reference to access call frame arguments directlyAndreas Kling
2021-06-14LibJS: Add LoadArgument bytecode instruction for fast argument accessAndreas Kling
2021-06-14LibJS: Access function arguments directly in AST interpreterAndreas Kling
2021-06-14LibJS: Write computed function default arguments into the call frameAndreas Kling
2021-06-14LibJS: Track which Identifier nodes refer to function argumentsAndreas Kling
2021-06-14LibJS: Add additional generic Array.prototype.slice testsdavidot
2021-06-14LibJS: Add Array.prototype.@@unscopablesdavidot
2021-06-14LibJS: Make Array.prototype.at return undefined on empty slotdavidot
2021-06-14LibJS: Implement Array.prototype.copyWithin genericallydavidot
2021-06-14LibJS: Implement Array.prototype.entriesdavidot
2021-06-14LibJS: Implement Array.prototype.flatMapdavidot
2021-06-14LibJS: Make Array.prototype.concat genericdavidot
2021-06-14LibJS: Make Array.prototype.reverse genericdavidot
2021-06-14LibJS: Add additional Array.prototype.reverse testsdavidot
2021-06-14LibJS: Make Array.prototype.unshift genericdavidot
2021-06-14LibJS: Make Array.prototype.shift genericdavidot
2021-06-14LibJS: Add support for hex, octal & binary big integer literalsIdan Horowitz
2021-06-14LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpersIdan Horowitz
2021-06-14LibJS: Add tests for DataView.prototype getters and settersIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.set* methodsIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.get* methodsIdan Horowitz
2021-06-14LibJS: Add the DataView built-in objectIdan Horowitz
2021-06-13LibJS: Make a couple of %TypedArray%.prototype properties accessorsLinus Groh
2021-06-13LibJS: Make Symbol.prototype.description an accessorLinus Groh
2021-06-13LibJS: Make Set.prototype.size an accessorLinus Groh
2021-06-13LibJS: Make a couple of RegExp.prototype properties accessorsLinus Groh