index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-11
LibC: Implement new strtod, accurate up to 8 eps
Ben Wiederhake
2020-05-11
LibC: Demonstrate strtod inaccuracy
Ben Wiederhake
2020-05-11
LibWeb: Add very basic handling of "font-family" font stacks
Linus Groh
2020-05-11
AK: Add String::trim_spaces()
Linus Groh
2020-05-11
LibWeb: Ignore parsed pseudo-element selectors & empty complex selectors
Linus Groh
2020-05-11
LibWeb: Don't paint borders with width <= 0px
Linus Groh
2020-05-11
LibWeb: Set nav, main, article, aside, section to "display: block"
Linus Groh
2020-05-11
LibWeb: Draw the inspected node rect last in LayoutBox::render()
Linus Groh
2020-05-11
Travis: Fix Cache spam
Ben Wiederhake
2020-05-11
Ports: Add preliminary dropbear port
Yonatan Goldschmidt
2020-05-11
LibC: Add minimal <netinet/ip.h>
Yonatan Goldschmidt
2020-05-11
LibC: Add missing <sys/time.h> include in <utmp.h>
Yonatan Goldschmidt
2020-05-11
LibC: Add inet_aton, based on inet_pton
Yonatan Goldschmidt
2020-05-11
Kernel+LibC: Add AF_MAX
Yonatan Goldschmidt
2020-05-11
LibC: Return nullptr in fgets for size=0
Yonatan Goldschmidt
2020-05-11
LibGfx: Eliminate conditional branch in dither
Ben Wiederhake
2020-05-11
LibLine: Show suggestions in pages if they don't fit on the screen
AnotherTest
2020-05-11
LibVT: Update the terminal buffer based on visible lines
AnotherTest
2020-05-11
FontEditor: Fix link to icon after it moved
Ben Wiederhake
2020-05-10
Ports: Build ncurses --without-ada to avoid potential build failures.
Brian Callahan
2020-05-10
LibWeb: Render content based on MIME type provided by server (or guess)
Andreas Kling
2020-05-10
LibProtocol: Pass response headers in a case insensitive HashMap
Andreas Kling
2020-05-10
Browser: Allow opening URLs by dropping them on the HtmlView :^)
Andreas Kling
2020-05-10
LibWeb: Add a hook for when an URL is dropped on an HtmlView
Andreas Kling
2020-05-10
LibWeb: Teach HtmlView how to render Markdown files :^)
Andreas Kling
2020-05-10
LibWeb: Teach HtmlView how to open a .txt file
Andreas Kling
2020-05-10
LibWeb: Add Document create_element() and create_text_node() helpers
Andreas Kling
2020-05-10
LibWeb: Add Text to the forwarding header
Andreas Kling
2020-05-10
WindowServer: Shade the bottom of the menu bar like a button
Andreas Kling
2020-05-10
Taskbar: Let's custom paint the background instead of using GUI::Frame
Andreas Kling
2020-05-10
Ports: Add dash shell
Brian Callahan
2020-05-10
Ports: Add tr utility
Brian Callahan
2020-05-10
Ports: Fix binutils runtime
Brian Callahan
2020-05-10
LibWeb: Add basic support for "border-style: {dotted,dashed}"
Linus Groh
2020-05-10
LibGfx: Add support for dashed lines
Linus Groh
2020-05-10
ls: Emit hyperlinks for files outside the current directory
Andreas Kling
2020-05-10
LibVT: Clear the hovered hyperlink after completing a drag
Andreas Kling
2020-05-10
LibVT: Allow dragging hyperlinks :^)
Andreas Kling
2020-05-10
LibVT: Make selection follow terminal history scrollback :^)
Andreas Kling
2020-05-10
Shell: Hyperlink output from "pwd" and "dirs" built-ins :^)
Andreas Kling
2020-05-10
LibVT: Use the "ActiveLink" theme color for links being clicked
Andreas Kling
2020-05-10
LibVT: Don't commit to opening a hyperlink until mouseup
Andreas Kling
2020-05-10
WindowServer: Add 2px of tasteful space above maximized windows
Andreas Kling
2020-05-10
DisplaySettings: Tweak app icon
Andreas Kling
2020-05-10
LibGfx: Make buttons slightly chunkier on the top/left side
Andreas Kling
2020-05-10
Base: Open .font files in FontEditor again
Andreas Kling
2020-05-10
LibVT: Open hyperlinks on plain left-click instead of Ctrl+Click
Andreas Kling
2020-05-10
LibVT: Always draw hyperlinks with a dotted underline
Andreas Kling
2020-05-10
Demos: Add LibGfx Demo :^)
Linus Groh
2020-05-10
LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enum
Linus Groh
[next]