index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
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-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
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
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
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
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
LibGfx: Make buttons slightly chunkier on the top/left side
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
LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enum
Linus Groh
2020-05-10
LibGfx: Fix dotted lines with thickness > 1
Linus Groh
2020-05-10
LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)
Andreas Kling
2020-05-10
LibLine: Support RGB colors
AnotherTest
2020-05-10
LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)
AnotherTest
2020-05-10
LibLine: Expose actual_rendered_string_length & accept newlines in prompt
AnotherTest
2020-05-10
LibC: Fix get{sock,peer}name to match their kernel-side prototypes
Yonatan Goldschmidt
2020-05-10
LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern
Andreas Kling
2020-05-10
LibDesktop: Return the correct value in OpenUrl
AnotherTest
2020-05-09
Meta: Add script to enforce license headers & run it on Travis
Linus Groh
2020-05-09
LibGUI: Add hook when a tab is middle clicked
FalseHonesty
2020-05-09
Meta: Delete empty .cpp files
Linus Groh
2020-05-09
LibGfx: Fix build with FILL_PATH_DEBUG enabled
Linus Groh
2020-05-09
LibDebug: Add support for creating VariableInfo for paramters
Itamar
2020-05-09
HackStudio: Show a backtrace in the debug information tab
Itamar
2020-05-09
LibWeb: Implicitly close all subpaths when canvas.fill() is called
AnotherTest
2020-05-09
LibGfx: Add Path::close_all_subpaths()
AnotherTest
2020-05-09
LibVT: Snapshot the URL we're opening a context menu for
Andreas Kling
2020-05-09
LibVT: Show the hover hand cursor when hovering over hyperlinks :^)
Andreas Kling
2020-05-09
LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menu
Andreas Kling
2020-05-09
LibMarkdown: Turn absolute links into hyperlinks in terminal output :^)
Andreas Kling
2020-05-09
LibVT+Terminal: Support hyperlinks in the terminal :^)
Andreas Kling
2020-05-09
LibDesktop: Don't resolve relative URL's, expect absolute URLs instead
Andreas Kling
2020-05-09
LibDesktop: Switch to LaunchServer for DesktopServices::open
Nicholas Hollett
2020-05-09
LibVT: Make Terminal::Line non-copyable and non-movable
Andreas Kling
2020-05-09
LibVT: Make the Xterm/OSC sequence parsing a bit more robust
Andreas Kling
2020-05-09
LibVT: Respond to DSR 0 (device status)
Andreas Kling
2020-05-09
LibGfx: Implement GIFImageDecoderPlugin animation methods
Peter Nelson
2020-05-09
LibGfx: Optimise LZWDecoder
Peter Nelson
[prev]
[next]