summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-10LibVT: Don't commit to opening a hyperlink until mouseupAndreas Kling
2020-05-10WindowServer: Add 2px of tasteful space above maximized windowsAndreas Kling
2020-05-10DisplaySettings: Tweak app iconAndreas Kling
2020-05-10LibGfx: Make buttons slightly chunkier on the top/left sideAndreas Kling
2020-05-10Base: Open .font files in FontEditor againAndreas Kling
2020-05-10LibVT: Open hyperlinks on plain left-click instead of Ctrl+ClickAndreas Kling
2020-05-10LibVT: Always draw hyperlinks with a dotted underlineAndreas Kling
2020-05-10Demos: Add LibGfx Demo :^)Linus Groh
2020-05-10LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enumLinus Groh
2020-05-10LibGfx: Fix dotted lines with thickness > 1Linus Groh
2020-05-10WindowServer: Add basic search functionality in menusShannon Booth
2020-05-10WindowServer: Rework and simplify Menu event handlingShannon Booth
2020-05-10WindowServer: Remove stray semicolonShannon Booth
2020-05-10Browser: Use "about:blank" as the default home pageAndreas Kling
2020-05-10LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)Andreas Kling
2020-05-10AK: Add support for about: URLsAndreas Kling
2020-05-10Shell: Support basic syntax highlightingAnotherTest
2020-05-10LibLine: Support RGB colorsAnotherTest
2020-05-10LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)AnotherTest
2020-05-10LibLine: Expose actual_rendered_string_length & accept newlines in promptAnotherTest
2020-05-10Shell: Parse commentsAnotherTest
2020-05-10Shell: Include some metadata in parsed tokens and ask for continuationAnotherTest
2020-05-10LibC: Fix get{sock,peer}name to match their kernel-side prototypesYonatan Goldschmidt
2020-05-10LibGUI+LibGfx: Paint scollbar tracks with a dithered patternAndreas Kling
2020-05-10Userland: Send absolute paths to LaunchServer and show what failedAnotherTest
2020-05-10LibDesktop: Return the correct value in OpenUrlAnotherTest
2020-05-09Meta: Add script to enforce license headers & run it on TravisLinus Groh
2020-05-09Browser: Close tabs when middle clickedFalseHonesty
2020-05-09LibGUI: Add hook when a tab is middle clickedFalseHonesty
2020-05-09Docs: Add unzip(1) man pageAndres Vieira
2020-05-09Base: Add a "zip" folder to /home/anon/ with a .zip file to testAndres Vieira
2020-05-09Userland: Add unzip commandAndres Vieira
2020-05-09Meta: Delete empty .cpp filesLinus Groh
2020-05-09Lagom: Add missing copyright header to FuzzJS.cppLinus Groh
2020-05-09Userland: Add missing copyright header to test-crypto.cppLinus Groh
2020-05-09Userland: Add missing copyright header to disasm.cppLinus Groh
2020-05-09Demos: Add missing copyright header to Mouse/main.cppLinus Groh
2020-05-09AK: Add missing copyright header to TestStringUtils.cppLinus Groh
2020-05-09AK: Add missing copyright header to Memory.hLinus Groh
2020-05-09Browser: Add missing copyright header to WindowActions.{cpp,h}Linus Groh
2020-05-09Kernel: Add missing copyright header to Ptrace.cppLinus Groh
2020-05-09LibGfx: Fix build with FILL_PATH_DEBUG enabledLinus Groh
2020-05-09LibDebug: Add support for creating VariableInfo for paramtersItamar
2020-05-09HackStudio: Update variables view based on the selected backtrace frameItamar
2020-05-09HackStudio: Show a backtrace in the debug information tabItamar
2020-05-09HackStudio: Reorganize debugger-related filesItamar
2020-05-09LibWeb: Implicitly close all subpaths when canvas.fill() is calledAnotherTest
2020-05-09LibGfx: Add Path::close_all_subpaths()AnotherTest
2020-05-09LibVT: Snapshot the URL we're opening a context menu forAndreas Kling
2020-05-09LibVT: Show the hover hand cursor when hovering over hyperlinks :^)Andreas Kling