index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-14
Everywhere: Use new discord invite url :^)
networkException
2021-06-14
PixelPaint: Always animate marching ants during interactive selection
Andreas Kling
2021-06-14
PixelPaint: Make new pasted layer active immediately
Andreas Kling
2021-06-14
PixelPaint: Add copy action (copies the selection from active layer)
Andreas Kling
2021-06-14
PixelPaint: Draw the current editor selection as marching ants
Andreas Kling
2021-06-14
PixelPaint: Add a Selection class (ImageEditor has a Selection)
Andreas Kling
2021-06-14
PixelPaint: Implement basic rectangular selection (preview only)
Andreas Kling
2021-06-14
PixelPaint: Add a new "Rectangle Select" tool :^)
Andreas Kling
2021-06-14
Kernel: Verify Process coredump threads are empty
Jelle Raaijmakers
2021-06-14
Kernel: Only call `Process::die()` once on terminating signal
Jelle Raaijmakers
2021-06-14
Userland: Fix double line spacing in grep
Sahan Fernando
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Parse generator functions in object literals
Ali Mohammad Pur
2021-06-14
LibJS: Add a test file for generator function parsing
Ali Mohammad Pur
2021-06-14
LibRegex: Remove unused code
Gunnar Beutner
2021-06-14
LibRegex: Use a plain pointer for OpCode::m_state
Gunnar Beutner
2021-06-14
LibRegex: Avoid initialization checks in get_opcode_by_id()
Gunnar Beutner
2021-06-14
LibRegex: Avoid prepending items to vectors
Gunnar Beutner
2021-06-14
LibRegex: Avoid making unnecessary string copies
Gunnar Beutner
2021-06-14
LibRegex: Make get_opcode() return a reference
Gunnar Beutner
2021-06-14
LibRegex: Remove return value for setters
Gunnar Beutner
2021-06-14
LibRegex: Use a plain array to store opcodes
Gunnar Beutner
2021-06-14
Ports: Adds Another World VM interpreter implementation
Pavel Safar
2021-06-14
Meta: Request that new contributors don't start with new app/lib
Andreas Kling
2021-06-14
LibGfx: Inline BitmapFont::glyph_or_emoji_width() for fixed-width fonts
Andreas Kling
2021-06-14
LibJS: Teach Reference to access call frame arguments directly
Andreas Kling
2021-06-14
LibJS: Add LoadArgument bytecode instruction for fast argument access
Andreas Kling
2021-06-14
LibJS: Access function arguments directly in AST interpreter
Andreas Kling
2021-06-14
LibJS: Write computed function default arguments into the call frame
Andreas Kling
2021-06-14
LibJS: Track which Identifier nodes refer to function arguments
Andreas Kling
2021-06-14
LibJS: Add additional generic Array.prototype.slice tests
davidot
2021-06-14
LibJS: Add Array.prototype.@@unscopables
davidot
2021-06-14
LibJS: Make Array.prototype.at return undefined on empty slot
davidot
2021-06-14
LibJS: Implement Array.prototype.copyWithin generically
davidot
2021-06-14
LibJS: Implement Array.prototype.entries
davidot
2021-06-14
LibJS: Implement Array.prototype.flatMap
davidot
2021-06-14
LibJS: Make Array.prototype.concat generic
davidot
2021-06-14
LibJS: Make Array.prototype.reverse generic
davidot
2021-06-14
LibJS: Add additional Array.prototype.reverse tests
davidot
2021-06-14
LibJS: Make Array.prototype.unshift generic
davidot
2021-06-14
LibJS: Make Array.prototype.shift generic
davidot
2021-06-14
LibJS: Add support for hex, octal & binary big integer literals
Idan Horowitz
2021-06-14
LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers
Idan Horowitz
2021-06-14
LibJS: Add tests for DataView.prototype getters and setters
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.set* methods
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.get* methods
Idan Horowitz
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Make a couple of %TypedArray%.prototype properties accessors
Linus Groh
2021-06-13
LibJS: Make Symbol.prototype.description an accessor
Linus Groh
2021-06-13
LibJS: Make Set.prototype.size an accessor
Linus Groh
[next]