summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-20LibJS: Remove default parameter from assertThrowsError() for nowAndreas Kling
2020-04-20LibLine: Autocomplete already-complete suggestionsAnotherTest
2020-04-20LibLine: Handle ctrl-{left,right}_arrow by jumping between wordsAnotherTest
2020-04-20LibVT: Handle ctrl+arrow keysAnotherTest
2020-04-20LibJS: Add JSDoc to test-common.jsLinus Groh
2020-04-20LibLine: Properly handle ^C and do not return after being interruptedAnotherTest
2020-04-20LibLine: Implement searching via up/down arrow keysAnotherTest
2020-04-20LibLine: Implement ^R searchingAnotherTest
2020-04-20LibJS: Add Array.prototype.reverseKesse Jones
2020-04-20Debugger: Add source-level operationsItamar
2020-04-20LibDebug: Parse line number information from DWARF formatItamar
2020-04-20LibELF: Make ELF::Loader RefCountedItamar
2020-04-20FileManager+LibGUI: Allow drop on entire DirectoryViewangel
2020-04-20LibJS: Add Array.prototype.indexOfKesse Jones
2020-04-20LibJS: Add tests for String.prototype.repeat()Linus Groh
2020-04-20LibJS: Throw RangeError in String.prototype.repeat() if count is invalidLinus Groh
2020-04-20LibJS: Add assertThrowsError() test functionLinus Groh
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-04-19LibLine: Clear trailing trivia when cycling if the suggestion has anyAnotherTest
2020-04-19LibGfx: Let the PNG decoder fail if the header is missing or too shortAndreas Kling
2020-04-19LibJS: Do not assume that a call frame exists in {get,set}_variableAnotherTest
2020-04-19LibJS: Allow passing "js" flags to run-testsAndreas Kling
2020-04-19LibJS: Add MarkedValueList and use it for argument passingAndreas Kling
2020-04-19LibLine: Allow suggestions to have trailing trivia stringsAnotherTest
2020-04-19LibLine: Complete only common prefixes, and tweak suggestion logicAnotherTest
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