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-20
LibJS: Remove default parameter from assertThrowsError() for now
Andreas Kling
2020-04-20
LibLine: Autocomplete already-complete suggestions
AnotherTest
2020-04-20
LibLine: Handle ctrl-{left,right}_arrow by jumping between words
AnotherTest
2020-04-20
LibVT: Handle ctrl+arrow keys
AnotherTest
2020-04-20
LibJS: Add JSDoc to test-common.js
Linus Groh
2020-04-20
LibLine: Properly handle ^C and do not return after being interrupted
AnotherTest
2020-04-20
LibLine: Implement searching via up/down arrow keys
AnotherTest
2020-04-20
LibLine: Implement ^R searching
AnotherTest
2020-04-20
LibJS: Add Array.prototype.reverse
Kesse Jones
2020-04-20
Debugger: Add source-level operations
Itamar
2020-04-20
LibDebug: Parse line number information from DWARF format
Itamar
2020-04-20
LibELF: Make ELF::Loader RefCounted
Itamar
2020-04-20
FileManager+LibGUI: Allow drop on entire DirectoryView
angel
2020-04-20
LibJS: Add Array.prototype.indexOf
Kesse Jones
2020-04-20
LibJS: Add tests for String.prototype.repeat()
Linus Groh
2020-04-20
LibJS: Throw RangeError in String.prototype.repeat() if count is invalid
Linus Groh
2020-04-20
LibJS: Add assertThrowsError() test function
Linus Groh
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-04-19
LibLine: Clear trailing trivia when cycling if the suggestion has any
AnotherTest
2020-04-19
LibGfx: Let the PNG decoder fail if the header is missing or too short
Andreas Kling
2020-04-19
LibJS: Do not assume that a call frame exists in {get,set}_variable
AnotherTest
2020-04-19
LibJS: Allow passing "js" flags to run-tests
Andreas Kling
2020-04-19
LibJS: Add MarkedValueList and use it for argument passing
Andreas Kling
2020-04-19
LibLine: Allow suggestions to have trailing trivia strings
AnotherTest
2020-04-19
LibLine: Complete only common prefixes, and tweak suggestion logic
AnotherTest
2020-04-19
LibJS: Fix expectations in the function-TypeError.js test
Andreas Kling
2020-04-19
LibJS: CallExpression shouldn't throw TypeError or non-constructor call
Andreas Kling
2020-04-19
LibJS: Add DeferGC, a RAII way to prevent GC temporarily
Andreas Kling
2020-04-19
LibCore: Check for fork() failure
Sergey Bugaev
2020-04-19
LibCore+LibGUI: Move DesktopServices to LibCore
Sergey Bugaev
2020-04-19
LibJS: Improve CallExpression::execute()'s error messages
Linus Groh
2020-04-19
LibJS: Add Array.prototype.slice
Kesse Jones
2020-04-19
WindowServer/LibGUI: Enforce minimum window size
Linus Groh
2020-04-18
LibJS: Use AK::String::index_of() for StringPrototype::index_of()
Linus Groh
2020-04-18
LibJS: Allow reserved words as keys in object expressions.
Stephan Unverwerth
2020-04-18
LibGUI: Add GUI::DesktopServices::open(URL)
Andreas Kling
2020-04-18
LibGUI: Make view widgets fill background by default
Andreas Kling
2020-04-18
LibGUI: Fix ItemView crash when rubberbanding in main widget view
Andreas Kling
2020-04-18
LibGUI: Make ItemView respect Widget::fill_with_background_color()
Andreas Kling
2020-04-18
WindowServer: Add WindowType::Desktop
Andreas Kling
2020-04-18
LibWeb: Parse <br/> into a self-closed br element
Andreas Kling
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
[prev]
[next]