summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-28Browser: Make Ctrl+L select the location bar againAndreas Kling
2020-04-28Browser: Don't put favicons as the window iconAndreas Kling
2020-04-28Kernel: Be a little more defensive when indexing E1000 Rx/Tx buffersAndreas Kling
2020-04-28Application: Fix for reboot on PowerDialog close button clickHüseyin ASLITÜRK
2020-04-28LibJS: Call Array.prototype.findIndex() callback for empty elementsLinus Groh
2020-04-28LibJS: Call Array.prototype.find() callback for empty elementsLinus Groh
2020-04-28LibJS: Let Array.prototype.map() resize new array before loopLinus Groh
2020-04-28LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctlyLinus Groh
2020-04-28Kernel: Leave VMObject alone on OOM during CoW faultAndreas Kling
2020-04-28Kernel: Add Region helpers for accessing underlying physical pagesAndreas Kling
2020-04-28WindowServer: Change the desktop background colour on theme changeAndres Vieira
2020-04-28LibJS: Support spreading of strings and string objectsLinus Groh
2020-04-28DisplayProperties: Allow going from a wallpaper to a background colourAndres Vieira
2020-04-28WindowManager: Allow compositor to have an empty bitmap as a wallpaperAndres Vieira
2020-04-28LibGUI: Paint CheckBox background same as widget's if it's not enabledAndres Vieira
2020-04-28FileManager: Disable PropertiesDialog custom rename disabling logicAndres Vieira
2020-04-28LibGUI: Paint TextEditor background same as widget's if it's not enabledAndres Vieira