summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-11LibC: Implement new strtod, accurate up to 8 epsBen Wiederhake
2020-05-11LibC: Demonstrate strtod inaccuracyBen Wiederhake
2020-05-11LibWeb: Add very basic handling of "font-family" font stacksLinus Groh
2020-05-11AK: Add String::trim_spaces()Linus Groh
2020-05-11LibWeb: Ignore parsed pseudo-element selectors & empty complex selectorsLinus Groh
2020-05-11LibWeb: Don't paint borders with width <= 0pxLinus Groh
2020-05-11LibWeb: Set nav, main, article, aside, section to "display: block"Linus Groh
2020-05-11LibWeb: Draw the inspected node rect last in LayoutBox::render()Linus Groh
2020-05-11Travis: Fix Cache spamBen Wiederhake
2020-05-11Ports: Add preliminary dropbear portYonatan Goldschmidt
2020-05-11LibC: Add minimal <netinet/ip.h>Yonatan Goldschmidt
2020-05-11LibC: Add missing <sys/time.h> include in <utmp.h>Yonatan Goldschmidt
2020-05-11LibC: Add inet_aton, based on inet_ptonYonatan Goldschmidt
2020-05-11Kernel+LibC: Add AF_MAXYonatan Goldschmidt
2020-05-11LibC: Return nullptr in fgets for size=0Yonatan Goldschmidt
2020-05-11LibGfx: Eliminate conditional branch in ditherBen Wiederhake
2020-05-11LibLine: Show suggestions in pages if they don't fit on the screenAnotherTest
2020-05-11LibVT: Update the terminal buffer based on visible linesAnotherTest
2020-05-11FontEditor: Fix link to icon after it movedBen Wiederhake
2020-05-10Ports: Build ncurses --without-ada to avoid potential build failures.Brian Callahan
2020-05-10LibWeb: Render content based on MIME type provided by server (or guess)Andreas Kling
2020-05-10LibProtocol: Pass response headers in a case insensitive HashMapAndreas Kling
2020-05-10Browser: Allow opening URLs by dropping them on the HtmlView :^)Andreas Kling
2020-05-10LibWeb: Add a hook for when an URL is dropped on an HtmlViewAndreas Kling
2020-05-10LibWeb: Teach HtmlView how to render Markdown files :^)Andreas Kling
2020-05-10LibWeb: Teach HtmlView how to open a .txt fileAndreas Kling
2020-05-10LibWeb: Add Document create_element() and create_text_node() helpersAndreas Kling
2020-05-10LibWeb: Add Text to the forwarding headerAndreas Kling
2020-05-10WindowServer: Shade the bottom of the menu bar like a buttonAndreas Kling
2020-05-10Taskbar: Let's custom paint the background instead of using GUI::FrameAndreas Kling
2020-05-10Ports: Add dash shellBrian Callahan
2020-05-10Ports: Add tr utilityBrian Callahan
2020-05-10Ports: Fix binutils runtimeBrian Callahan
2020-05-10LibWeb: Add basic support for "border-style: {dotted,dashed}"Linus Groh
2020-05-10LibGfx: Add support for dashed linesLinus Groh
2020-05-10ls: Emit hyperlinks for files outside the current directoryAndreas Kling
2020-05-10LibVT: Clear the hovered hyperlink after completing a dragAndreas Kling
2020-05-10LibVT: Allow dragging hyperlinks :^)Andreas Kling
2020-05-10LibVT: Make selection follow terminal history scrollback :^)Andreas Kling
2020-05-10Shell: Hyperlink output from "pwd" and "dirs" built-ins :^)Andreas Kling
2020-05-10LibVT: Use the "ActiveLink" theme color for links being clickedAndreas Kling
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