index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
FileManager: Fix crash when file properties has unnamed UID or GID
Andreas Kling
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
DisplaySettings: Arrange buttons in "OK, Cancel, Apply" order
Andreas Kling
2020-04-29
DisplaySettings: Don't allow desktop background color with alpha
Andreas Kling
2020-04-29
LibGUI: Transfer "color has alpha channel" state
Andreas Kling
2020-04-29
DisplaySettings: Rename from DisplayProperties
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
Base: Tweak default desktop background color slightly
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
WindowServer: Pop up the window menu at bottom left of window icon
Andreas Kling
2020-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-29
WindowServer: Fix build after FBResolution changes
Andreas Kling
2020-04-29
LibJS: Return undefined in Array.prototype.{pop,shift} for empty values
Linus Groh
2020-04-29
Browser: Add missing `#pragma once` in Tab.h
Emanuele Torre
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
TextEditor: Fix typo in comment
Linus Groh
2020-04-28
LibJS: Handle exception in for loop test execution
Linus Groh
2020-04-28
TextEditor: Add live preview when editing markdown :^)
Andreas Kling
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-28
LibJS: Add spreading in object literals
mattco98
[prev]
[next]