index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-04-18
LibJS: Fix parsing of IfStatement, fixes #1829
Stephan Unverwerth
2020-04-18
LibJS: Move the empty object shape from Interpreter to GlobalObject
Andreas Kling
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-18
LibGfx: Fix draw_triangle() clipping calculations
Stephan Unverwerth
2020-04-18
LibJS: Implement nullish coalescing operator (??)
Linus Groh
2020-04-18
LibGfx: Add Vector3 and Matrix4x4 classes
Stephan Unverwerth
2020-04-18
LibGfx: Add draw_triangle() for drawing filled triangles
Stephan Unverwerth
2020-04-18
LibJS: Use enumerator macro to mark all constructors in GlobalObject
Andreas Kling
2020-04-18
LibJS+LibWeb: Pass prototype to Object constructor
Andreas Kling
2020-04-18
LibJS: Pass prototype to Function constructors
Andreas Kling
2020-04-18
LibJS: Pass prototype to Error constructors
Andreas Kling
2020-04-18
LibJS: Pass prototype to Date constructor
Andreas Kling
2020-04-18
LibJS: Pass prototype to BooleanObject constructor
Andreas Kling
2020-04-18
LibJS: Pass prototype to StringObject constructor
Andreas Kling
2020-04-18
LibJS: Pass prototype to NumberObject constructor
Andreas Kling
2020-04-18
LibJS: Make Array constructor take its prototype
Andreas Kling
2020-04-18
LibC: getprotoent() family of functions
Read H
2020-04-17
LibJS: Add Array.prototype.concat
Kesse Jones
2020-04-17
LibJS: Add test for semicolon insertion (#1828)
Stephan Unverwerth
2020-04-17
LibJS: Fix semicolon insertion
Stephan Unverwerth
2020-04-17
LibJS: Implement automatic semicolon insertion
Stephan Unverwerth
2020-04-17
LibWeb: Implement JS confirm()
Nick Tiberi
2020-04-16
LibWeb: Implement CanvasRenderingContext2D::stroke_rect() with lines
Andreas Kling
2020-04-16
LibGfx: Add FloatPoint::to_int_point()
Andreas Kling
2020-04-16
LibWeb: Add some basic path drawing functionality to the canvas element
Andreas Kling
2020-04-16
LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semantics
Andreas Kling
2020-04-16
LibJS: Dump a JavaScript backtrace when throwing exceptions
Andreas Kling
2020-04-16
LibJS: Add String.prototype.substring
Kesse Jones
2020-04-16
LibJS: Remove no-op code in ScriptFunction constructor
Andreas Kling
2020-04-16
LibJS: Add String.prototype.concat
Kesse Jones
2020-04-16
LibJS: Make Value::m_type default to Type::Empty
Andreas Kling
2020-04-16
LibJS: Allow cells to mark null pointers
Andreas Kling
2020-04-16
LibC netdb: Requested Changes
Read H
2020-04-16
LibC: Service entry API
Read H
2020-04-16
LibWeb: Scroll back to the top when a new page is loaded
Jack Byrne
2020-04-16
LibDebug: Add ContinueBreakAtSyscall decision
Itamar
2020-04-16
Userland: Add "functrace" utility
Itamar
2020-04-16
LibJS: Remove unreachable code in Interpreter::enter_scope()
Andreas Kling
2020-04-16
LibJS: Oops, fix StringPrototype build
Andreas Kling
2020-04-16
LibJS: Add some missing |this| checks in StringPrototype
Andreas Kling
2020-04-16
LibWeb: Support alert() with no arguments
Linus Groh
2020-04-16
LibJS: Remove outdated FIXME now that we have lexical environments
Linus Groh
2020-04-15
LibJS: Functions with no variables don't need to create environment
Andreas Kling
2020-04-15
LibJS: Introduce LexicalEnvironment
Andreas Kling
2020-04-15
LibJS: Support empty values in array expression
Linus Groh
2020-04-15
LibJS: Implement void operator
Linus Groh
2020-04-15
LibJS: Math.round() should call round() instead of roundf()
Andreas Kling
2020-04-15
LibM: Add (not very good) round() implementation
Andreas Kling
2020-04-15
LibGfx: Use Checked::multiplication_would_overflow()
Andreas Kling
2020-04-15
LibWeb: Use Checked<T> when creating <canvas> bitmap buffers
Andreas Kling
[next]