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-30
LibX86: Disassemble BSWAP
Andreas Kling
2020-04-30
LibLine: Reset inline_search_cursor along with cursor
AnotherTest
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-30
LibMarkdown: Add support for images :^)
Sergey Bugaev
2020-04-30
LibMarkdown: Handle broken link markup better
Sergey Bugaev
2020-04-30
LibC: Hint the compiler that assertions rarely fail
Sergey Bugaev
2020-04-30
LibCore: Do not assert that NonnullRefPtr is non-null
Sergey Bugaev
2020-04-30
LibJS: Add Object.{keys,values,entries}()
mattco98
2020-04-30
LibCore: Don't continue in forked child if exec() fails
Andreas Kling
2020-04-30
LibGUI: Scale TabWidget tabs according to available space
Andreas Kling
2020-04-30
Shell+LibLine: Handle escaped characters correctly
AnotherTest
2020-04-30
LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+Tab
Andreas Kling
2020-04-30
LibJS: Fix ConditionalExpression::dump()
Linus Groh
2020-04-30
LibJS: Enforce that ++/-- operand is an identifier or member expression
Linus Groh
2020-04-30
LibJS: Add Parser::syntax_error() helper
Linus Groh
2020-04-29
LibGUI: Use "OK, Cancel" button order in InputBox
Andreas Kling
2020-04-29
LibGUI: Use "OK, Cancel" button order in ColorPicker
Andreas Kling
2020-04-29
LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrum
Andreas Kling
2020-04-29
LibGUI: ColorPicker should pick custom color from bitmap, not window
Andreas Kling
2020-04-29
LibGUI: Exit ColorPicker (successfully) when double-clicking a color
Andreas Kling
2020-04-29
LibGUI: Remove unnecessary is_enabled() checks in mouse event handlers
Andreas Kling
2020-04-29
LibGUI: Require a full click on ColorInput's color rect to open picker
Andreas Kling
2020-04-29
LibJS: Make String.prototype.slice() generic
Linus Groh
2020-04-29
LibJS: Make (most) String.prototype functions generic
Linus Groh
2020-04-29
LibJS: Handle non-string primitive values in Object::to_string()
Linus Groh
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
[next]