summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-02LibLine: Handle ^L while in search modeAnotherTest
2020-05-02LibJS: Add ConsoleMessage conceptEmanuele Torre
2020-05-02LibJS: Implement ConsoleObject::count() as a Console::count() wrapperEmanuele Torre
2020-05-02LibJS: Start implementing a Console class for the interpreterEmanuele Torre
2020-05-02WindowServer+LibGUI: Automatically close child windows with parentAndreas Kling
2020-05-02LibGUI: Make ComboBox list pop-up windows framelessAndreas Kling
2020-05-02WindowServer+LibGUI: Add "frameless" window flagAndreas Kling
2020-05-02WindowServer+LibGUI: Remove unused Window::show_titlebar() flagAndreas Kling
2020-05-02LibGUI+WindowServer: Inform WindowServer about parent/child windowsAndreas Kling
2020-05-02LibGfx: Decode paletted and grayscale images with 1/2/4 bit depthLepkoQQ
2020-05-02LibM: Implement fmodf()Valtteri Koskivuori
2020-05-01LibJS: Implement (no-op) debugger statementLinus Groh
2020-05-01LibGUI: INI file syntax highlighterHüseyin ASLITÜRK
2020-05-01LibGUI: Icon for INI file typeHüseyin ASLITÜRK
2020-05-01LibJS: Implement most of the Reflect objectLinus Groh
2020-05-01LibJS: Implement indexed access for StringObjectLinus Groh
2020-05-01LibJS: Make Array.length non-configurableLinus Groh
2020-05-01LibJS: Add Value::to_size_t()Linus Groh
2020-05-01LibJS: Add Object::has_property()Linus Groh
2020-05-01LibJS: Return a bool from Object::put* to indicate successLinus Groh
2020-05-01LibJS: Add String.prototype.lastIndexOfKesse Jones
2020-05-01LibJS: Implement console.countReset()Emanuele Torre
2020-05-01LibJS: Implement console.count()Emanuele Torre
2020-05-01LibJS: Add object literal method shorthandMatthew Olsson
2020-04-30LibGUI: Remove some ancient unused debug loggingAndreas Kling
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