summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-30LibJS: Fix ConditionalExpression::dump()Linus Groh
2020-04-30LibJS: Enforce that ++/-- operand is an identifier or member expressionLinus Groh
2020-04-30LibJS: Add Parser::syntax_error() helperLinus Groh
2020-04-29FileManager: Fix crash when file properties has unnamed UID or GIDAndreas Kling
2020-04-29LibGUI: Use "OK, Cancel" button order in InputBoxAndreas Kling
2020-04-29LibGUI: Use "OK, Cancel" button order in ColorPickerAndreas Kling
2020-04-29LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrumAndreas Kling
2020-04-29LibGUI: ColorPicker should pick custom color from bitmap, not windowAndreas Kling
2020-04-29LibGUI: Exit ColorPicker (successfully) when double-clicking a colorAndreas Kling
2020-04-29LibGUI: Remove unnecessary is_enabled() checks in mouse event handlersAndreas Kling
2020-04-29LibGUI: Require a full click on ColorInput's color rect to open pickerAndreas Kling
2020-04-29LibJS: Make String.prototype.slice() genericLinus Groh
2020-04-29LibJS: Make (most) String.prototype functions genericLinus Groh
2020-04-29LibJS: Handle non-string primitive values in Object::to_string()Linus Groh
2020-04-29LibJS: Throw error in Object::to_string() if string conversion failsLinus Groh
2020-04-29LibJS: Implement correct object property orderingmattco98
2020-04-29LibJS: Add String.prototype.sliceKesse Jones
2020-04-29DisplaySettings: Arrange buttons in "OK, Cancel, Apply" orderAndreas Kling
2020-04-29DisplaySettings: Don't allow desktop background color with alphaAndreas Kling
2020-04-29LibGUI: Transfer "color has alpha channel" stateAndreas Kling
2020-04-29DisplaySettings: Rename from DisplayPropertiesAndreas Kling
2020-04-29LibGUI: Allow disabling the alpha channel in ColorInput widgetsAndreas Kling
2020-04-29LibGfx: Add Color::to_string_without_alpha()Andreas Kling
2020-04-29LibGUI: Allow editing ColorInput widgets as textAndreas Kling
2020-04-29LibGUI: Remove copy-pasted auto-repeat logic from ColorInputAndreas Kling
2020-04-29Base: Tweak default desktop background color slightlyAndreas Kling
2020-04-29LibJS: Pass JS::Function around by reference moreAndreas Kling
2020-04-29LibWeb: Make EventListener::function() return a referenceAndreas Kling
2020-04-29LibJS: Don't use Optional<Value> for bound |this| valuesAndreas Kling
2020-04-29LibJS: Make Value::as_string() return a PrimitiveString referenceAndreas Kling
2020-04-29LibJS: Make StringObject::primitive_string() return a referenceAndreas Kling
2020-04-29WindowServer: Pop up the window menu at bottom left of window iconAndreas Kling
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
2020-04-29WindowServer: Fix build after FBResolution changesAndreas Kling
2020-04-29LibJS: Return undefined in Array.prototype.{pop,shift} for empty valuesLinus Groh
2020-04-29Browser: Add missing `#pragma once` in Tab.hEmanuele Torre
2020-04-29Kernel: Fix integer overflow in framebuffer resolution handlingAndreas Kling
2020-04-29LibJS: Set Array length attributes to "Configurable | Writable"mattco98
2020-04-29LibJS: Don't handle arrays separately in Value::to_number()Linus Groh
2020-04-29LibJS: Skip undefined and null in join_array_with_separator()Linus Groh
2020-04-29LibLine: Actually fix build :^)Andreas Kling
2020-04-28LibLine: Properly mark the result of read() as ignoredAnotherTest
2020-04-28LibLine: Drop stray input before doing vt_dsrAnotherTest
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-28LibLine: Ignore interrupts unless actively editingAnotherTest
2020-04-28TextEditor: Fix typo in commentLinus Groh
2020-04-28LibJS: Handle exception in for loop test executionLinus Groh
2020-04-28TextEditor: Add live preview when editing markdown :^)Andreas Kling
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-28LibJS: Add spreading in object literalsmattco98