summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-12LibGUI: Add KeyEvent::to_string()Andreas Kling
2020-05-12LibGUI: Use KeyCode stringification helper in Shortcut::to_string()Andreas Kling
2020-05-12LibGUI: Add a way to highlight the focused widget for debuggingAndreas Kling
2020-05-12LibGUI: Allow scrolling through a ComboBox with the mouse wheelAndreas Kling
2020-05-12LibGUI: Add missing window() null check when widget's child is removedAndreas Kling
2020-05-12LibGUI: Remove ancient code for debugging widget underdrawAndreas Kling
2020-05-12LibHTTP: Support Transfer-Encoding: chunkedAnotherTest
2020-05-12LibC: Always assign the offset pointer to endptr in strto{u,}ll()AnotherTest
2020-05-12LibLine: Fix suggestion spacing regressionAnotherTest
2020-05-12LibWeb: Fixed non-spec processing of margin and paddingEryk Skalinski
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-05-11LibJS: Parse comma operator into SequenceExpressionLinus Groh
2020-05-11LibC: Implement strtoull correctlyBen Wiederhake
2020-05-11LibC: Use more flexible digit parsing code, deduplicateBen Wiederhake
2020-05-11LibC: Implement new strtod, accurate up to 8 epsBen Wiederhake
2020-05-11LibWeb: Add very basic handling of "font-family" font stacksLinus 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-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-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-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-10LibWeb: Add basic support for "border-style: {dotted,dashed}"Linus Groh
2020-05-10LibGfx: Add support for dashed linesLinus Groh
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-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-10LibGfx: Make buttons slightly chunkier on the top/left sideAndreas 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-10LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enumLinus Groh
2020-05-10LibGfx: Fix dotted lines with thickness > 1Linus Groh
2020-05-10LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)Andreas Kling
2020-05-10LibLine: Support RGB colorsAnotherTest
2020-05-10LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)AnotherTest