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
2019-09-29
LibC: Some build fixes for strange platforms
Andreas Kling
2019-09-29
FileManager+LibGUI+html: Add an icon to represent HTML files
Andreas Kling
2019-09-29
LibGUI: Fix crash in GAboutDialog::show()
Andreas Kling
2019-09-29
Demos: Remove useless PaintTest program
Andreas Kling
2019-09-29
LibHTML: Reduce debug spam in HtmlView mouse event handlers
Andreas Kling
2019-09-29
Base: Move HTML test pages into /home/anon/html
Andreas Kling
2019-09-29
LibHTML: Implement basic support for background-color
Andreas Kling
2019-09-29
LibHTML: Add a simple <style> element for inline CSS
Andreas Kling
2019-09-29
LibHTML: Add inserted_into() and removed_from() TreeNode callbacks
Andreas Kling
2019-09-29
LibHTML: Make <div> elements display: block
Andreas Kling
2019-09-29
LibHTML: Fix broken parsing of ID and class selectors
Andreas Kling
2019-09-29
LibHTML: Non-element (Text) Nodes should get style from their parent
Andreas Kling
2019-09-29
html: Set the window title based on the HTML document's title
Andreas Kling
2019-09-29
LibHTML: Add a way to get a Document's title
Andreas Kling
2019-09-29
LibHTML: Add Node::text_content()
Andreas Kling
2019-09-29
Build: Add Libraries/LibHTML/ to the library search paths
Andreas Kling
2019-09-29
AK: Add StringBuilder::length() and trim(int)
Andreas Kling
2019-09-29
Base: Add some title attributes to the small HTML test file :^)
Andreas Kling
2019-09-29
LibHTML: Add HTMLHeadingElement for <h1> through <h6>
Andreas Kling
2019-09-29
LibHTML: Implement basic HTMLElement.title support
Andreas Kling
2019-09-29
LibHTML: Detect link clicks
Andreas Kling
2019-09-29
LibHTML: Detect hovering over links
Andreas Kling
2019-09-29
LibHTML: Have Document track its hovered Node
Andreas Kling
2019-09-29
LibHTML: Add LayoutNode::document() for easy access
Andreas Kling
2019-09-29
LibHTML: Make sure every DOM Node belongs to a Document
Andreas Kling
2019-09-29
LibHTML: Make hit testing work for LayoutText
Andreas Kling
2019-09-29
LibDraw: Implemented support for more PNG formats (#614)
Brandon Scott
2019-09-28
Base: Fix minor typos in man pages
Andreas Kling
2019-09-28
LibHTML: Implement naive hit testing
Andreas Kling
2019-09-28
Base: Add a little hyperlink to the small HTML test page
Andreas Kling
2019-09-28
LibHTML: Add virtual Node::tag_name()
Andreas Kling
2019-09-28
LibHTML: Make <a> tags blue and underline by default
Andreas Kling
2019-09-28
LibHTML: Implement basic support for "text-decoration: underline"
Andreas Kling
2019-09-28
LibHTML: Respect the CSS "color" property for text
Andreas Kling
2019-09-28
Meta: Tweak the Qt Creator project updater a bit
Andreas Kling
2019-09-28
TelnetServer: Accept arbitrary command with -c
Larkin Nickle
2019-09-28
SystemMonitor: Display whether an fd is cloexec and blocking
Sergey Bugaev
2019-09-28
Kernel: Expose blocking and cloexec fd flags in ProcFS
Sergey Bugaev
2019-09-28
Base: Add man pages for create_shared_buffer() and share_buffer_with()
Andreas Kling
2019-09-28
LibMarkdown: Support escaping of special characters
Andreas Kling
2019-09-28
LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)
Andreas Kling
2019-09-28
Base: Add a bold variant of the Pebbleton 11px font
Andreas Kling
2019-09-28
Help: Don't crash on startup when non-md man pages are present :^)
Andreas Kling
2019-09-28
Applications: Add a new Help app
Sergey Bugaev
2019-09-28
Userland+LibHTML: Add the html command
Sergey Bugaev
2019-09-28
LibHTML: Introduce the HtmlView widget
Sergey Bugaev
2019-09-28
LibHTML: Tweak the default CSS style
Sergey Bugaev
2019-09-28
LibHTML: Parse HTML escape sequences
Sergey Bugaev
2019-09-28
LibHTML: Hide debugging output unless HTML_DEBUG is defined
Sergey Bugaev
2019-09-28
LibHTML: Implement rendering
Sergey Bugaev
[next]