summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-30LibX86: Disassemble BSWAPAndreas Kling
2020-04-30LibLine: Reset inline_search_cursor along with cursorAnotherTest
2020-04-30AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macrosAndreas Kling
2020-04-30LibMarkdown: Add support for images :^)Sergey Bugaev
2020-04-30LibMarkdown: Handle broken link markup betterSergey Bugaev
2020-04-30LibC: Hint the compiler that assertions rarely failSergey Bugaev
2020-04-30LibCore: Do not assert that NonnullRefPtr is non-nullSergey Bugaev
2020-04-30LibJS: Add Object.{keys,values,entries}()mattco98
2020-04-30LibCore: Don't continue in forked child if exec() failsAndreas Kling
2020-04-30LibGUI: Scale TabWidget tabs according to available spaceAndreas Kling
2020-04-30Shell+LibLine: Handle escaped characters correctlyAnotherTest
2020-04-30LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+TabAndreas Kling
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-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-29LibGUI: Transfer "color has alpha channel" stateAndreas 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-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-29LibGUI: Simplify submenu constructionAndreas Kling
2020-04-29LibJS: Return undefined in Array.prototype.{pop,shift} for empty valuesLinus Groh
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-28LibJS: Handle exception in for loop test executionLinus Groh