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-29
LibJS: Throw error in Object::to_string() if string conversion fails
Linus Groh
2020-04-29
LibJS: Implement correct object property ordering
mattco98
2020-04-29
LibJS: Add String.prototype.slice
Kesse Jones
2020-04-29
LibGUI: Transfer "color has alpha channel" state
Andreas Kling
2020-04-29
LibGUI: Allow disabling the alpha channel in ColorInput widgets
Andreas Kling
2020-04-29
LibGfx: Add Color::to_string_without_alpha()
Andreas Kling
2020-04-29
LibGUI: Allow editing ColorInput widgets as text
Andreas Kling
2020-04-29
LibGUI: Remove copy-pasted auto-repeat logic from ColorInput
Andreas Kling
2020-04-29
LibJS: Pass JS::Function around by reference more
Andreas Kling
2020-04-29
LibWeb: Make EventListener::function() return a reference
Andreas Kling
2020-04-29
LibJS: Don't use Optional<Value> for bound |this| values
Andreas Kling
2020-04-29
LibJS: Make Value::as_string() return a PrimitiveString reference
Andreas Kling
2020-04-29
LibJS: Make StringObject::primitive_string() return a reference
Andreas Kling
2020-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-29
LibJS: Return undefined in Array.prototype.{pop,shift} for empty values
Linus Groh
2020-04-29
Kernel: Fix integer overflow in framebuffer resolution handling
Andreas Kling
2020-04-29
LibJS: Set Array length attributes to "Configurable | Writable"
mattco98
2020-04-29
LibJS: Don't handle arrays separately in Value::to_number()
Linus Groh
2020-04-29
LibJS: Skip undefined and null in join_array_with_separator()
Linus Groh
2020-04-29
LibLine: Actually fix build :^)
Andreas Kling
2020-04-28
LibLine: Properly mark the result of read() as ignored
AnotherTest
2020-04-28
LibLine: Drop stray input before doing vt_dsr
AnotherTest
2020-04-28
LibLine: Handle initialize() internally
AnotherTest
2020-04-28
LibLine: Ignore interrupts unless actively editing
AnotherTest
2020-04-28
LibJS: Handle exception in for loop test execution
Linus Groh
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-28
LibJS: Add spreading in object literals
mattco98
2020-04-28
LibJS: Call Array.prototype.findIndex() callback for empty elements
Linus Groh
2020-04-28
LibJS: Call Array.prototype.find() callback for empty elements
Linus Groh
2020-04-28
LibJS: Let Array.prototype.map() resize new array before loop
Linus Groh
2020-04-28
LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly
Linus Groh
2020-04-28
LibJS: Support spreading of strings and string objects
Linus Groh
2020-04-28
LibGUI: Paint CheckBox background same as widget's if it's not enabled
Andres Vieira
2020-04-28
LibGUI: Paint TextEditor background same as widget's if it's not enabled
Andres Vieira
2020-04-28
LibJS: Support o.f++ :^)
Andreas Kling
2020-04-28
LibJS: Make AssignmentExpression assign through a Reference
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-28
LibJS: Make Number.isInteger() test pass on Serenity
Linus Groh
2020-04-28
LibJS: Add Array.prototype.some
Kesse Jones
2020-04-28
LibJS: Add bounds check to Array.prototype.{find,findIndex}
Linus Groh
2020-04-28
LibCore: Trim decompressed Gzip output to size
AnotherTest
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-27
LibJS: Add spreading in array literals
mattco98
2020-04-27
LibJS: Add Array.prototype.findIndex
Kesse Jones
2020-04-26
LibWeb: Support loading data: URLs transparently via ResourceLoader
Andreas Kling
2020-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling
2020-04-26
LibWeb: Run clang-format on ResourceLoader.cpp
Andreas Kling
2020-04-26
LibPthread: Hookup abstime argument to pthread_cond_timedwait
Brian Gianforcaro
2020-04-26
LibJS: Implement Number.isInteger()
Linus Groh
[prev]
[next]