summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-30FileManager: Realize the initial path when opened from the command lineAndreas Kling
2020-04-30js: Turn on live syntax highlighting by defaultAndreas Kling
2020-04-30LibX86: Disassemble BSWAPAndreas Kling
2020-04-30Debugger: Add missing newline in "help" outputAndreas Kling
2020-04-30WindowServer: Fix some pixels in menus after window border changesAndreas Kling
2020-04-30WindowServer: Tweak window icon menu popup locationAndreas Kling
2020-04-30DisplaySettings: Tweak label "Color Name" => "Color"Andreas Kling
2020-04-30LibLine: Reset inline_search_cursor along with cursorAnotherTest
2020-04-30WindowServer: Add action icons to the window menusAndreas Kling
2020-04-30TextEditor: Pledge "unix" so we can load images in Markdown previewAndreas Kling
2020-04-30Base: Add back the OG grid wallpaper from back in the day, now as a PNGAndreas Kling
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-30AK: Always inline trivial StringView constructorsSergey Bugaev
2020-04-30AK: Assert that we don't create StringViews of negative lengthSergey Bugaev
2020-04-30AK: Add Checked::addition_would_overflow()Sergey 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-30Shell: Provide the correct invariant length to the line editorAnotherTest
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-30WindowServer: Fix typo (backgound_color => background_color)Andreas Kling
2020-04-30Browser: Add missing tooltip to bookmark buttonDylan Katz
2020-04-30Shell: Correctly parse quoted filenames in redirectionAnotherTest
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