summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-02WindowServer+LibGUI: Automatically close child windows with parentAndreas Kling
2020-05-02IPCCompiler: Add support for Vector<i32>Andreas 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-02WindowServer: Don't allow parent windows to go above their childrenAndreas Kling
2020-05-02WindowServer: Move child windows together with their parentsAndreas Kling
2020-05-02LibGUI+WindowServer: Inform WindowServer about parent/child windowsAndreas Kling
2020-05-02Base: Tweak MessageBox icons a tiny bitAndreas Kling
2020-05-02LibGfx: Decode paletted and grayscale images with 1/2/4 bit depthLepkoQQ
2020-05-02Base: Update js(1) manpageLinus Groh
2020-05-02LibM: Implement fmodf()Valtteri Koskivuori
2020-05-01LibJS: Implement (no-op) debugger statementLinus Groh
2020-05-01AK: Make Checked.h work with ClangAndreas Kling
2020-05-01Base: Adjust filetype icons to be right-aligned for consistencyAndreas Kling
2020-05-01Userland: "touch" can now handle multiple paths as argumentsAndres Vieira
2020-05-01Applications: TextEditor INI file syntax highlighterHüseyin ASLITÜRK
2020-05-01LibGUI: INI file syntax highlighterHüseyin ASLITÜRK
2020-05-01LibGUI: Icon for INI file typeHüseyin ASLITÜRK
2020-05-01Base: Icons for INI, Object and Library file typesHü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-30TextEditor: Use document path as base URL for markdown preview HTMLAndreas Kling
2020-04-30LibGUI: Remove some ancient unused debug loggingAndreas Kling
2020-04-30Terminal: Tweak default prompt color slightly :^)Andreas Kling
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