summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-19LibJS: Fix expectations in the function-TypeError.js testAndreas Kling
2020-04-19LibJS: CallExpression shouldn't throw TypeError or non-constructor callAndreas Kling
2020-04-19LibJS: Add DeferGC, a RAII way to prevent GC temporarilyAndreas Kling
2020-04-19LibCore: Check for fork() failureSergey Bugaev
2020-04-19LibCore+LibGUI: Move DesktopServices to LibCoreSergey Bugaev
2020-04-19LibJS: Improve CallExpression::execute()'s error messagesLinus Groh
2020-04-19LibJS: Add Array.prototype.sliceKesse Jones
2020-04-19WindowServer/LibGUI: Enforce minimum window sizeLinus Groh
2020-04-18LibJS: Use AK::String::index_of() for StringPrototype::index_of()Linus Groh
2020-04-18LibJS: Allow reserved words as keys in object expressions.Stephan Unverwerth
2020-04-18LibGUI: Add GUI::DesktopServices::open(URL)Andreas Kling
2020-04-18LibGUI: Make view widgets fill background by defaultAndreas Kling
2020-04-18LibGUI: Fix ItemView crash when rubberbanding in main widget viewAndreas Kling
2020-04-18LibGUI: Make ItemView respect Widget::fill_with_background_color()Andreas Kling
2020-04-18WindowServer: Add WindowType::DesktopAndreas Kling
2020-04-18LibWeb: Parse <br/> into a self-closed br elementAndreas Kling
2020-04-18LibJS: Fix parsing of IfStatement, fixes #1829Stephan Unverwerth
2020-04-18LibJS: Move the empty object shape from Interpreter to GlobalObjectAndreas Kling
2020-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-18LibGfx: Fix draw_triangle() clipping calculationsStephan Unverwerth
2020-04-18LibJS: Implement nullish coalescing operator (??)Linus Groh
2020-04-18LibGfx: Add Vector3 and Matrix4x4 classesStephan Unverwerth
2020-04-18LibGfx: Add draw_triangle() for drawing filled trianglesStephan Unverwerth
2020-04-18LibJS: Use enumerator macro to mark all constructors in GlobalObjectAndreas Kling
2020-04-18LibJS+LibWeb: Pass prototype to Object constructorAndreas Kling
2020-04-18LibJS: Pass prototype to Function constructorsAndreas Kling
2020-04-18LibJS: Pass prototype to Error constructorsAndreas Kling
2020-04-18LibJS: Pass prototype to Date constructorAndreas Kling
2020-04-18LibJS: Pass prototype to BooleanObject constructorAndreas Kling
2020-04-18LibJS: Pass prototype to StringObject constructorAndreas Kling
2020-04-18LibJS: Pass prototype to NumberObject constructorAndreas Kling
2020-04-18LibJS: Make Array constructor take its prototypeAndreas Kling
2020-04-18LibC: getprotoent() family of functionsRead H
2020-04-17LibJS: Add Array.prototype.concatKesse Jones
2020-04-17LibJS: Add test for semicolon insertion (#1828)Stephan Unverwerth
2020-04-17LibJS: Fix semicolon insertionStephan Unverwerth
2020-04-17LibJS: Implement automatic semicolon insertionStephan Unverwerth
2020-04-17LibWeb: Implement JS confirm()Nick Tiberi
2020-04-16LibWeb: Implement CanvasRenderingContext2D::stroke_rect() with linesAndreas Kling
2020-04-16LibGfx: Add FloatPoint::to_int_point()Andreas Kling
2020-04-16LibWeb: Add some basic path drawing functionality to the canvas elementAndreas Kling
2020-04-16LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semanticsAndreas Kling
2020-04-16LibJS: Dump a JavaScript backtrace when throwing exceptionsAndreas Kling
2020-04-16LibJS: Add String.prototype.substringKesse Jones
2020-04-16LibJS: Remove no-op code in ScriptFunction constructorAndreas Kling
2020-04-16LibJS: Add String.prototype.concatKesse Jones
2020-04-16LibJS: Make Value::m_type default to Type::EmptyAndreas Kling
2020-04-16LibJS: Allow cells to mark null pointersAndreas Kling
2020-04-16LibC netdb: Requested ChangesRead H
2020-04-16LibC: Service entry APIRead H