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-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-06
LibHTML: Parse link, alink and vlink in <body> and pass to Document
Andreas Kling
2019-10-06
LibHTML: Add a per-attribute callback for Elements to parse attributes
Andreas Kling
2019-10-06
LibHTML: Various little improvements to the CSS parser
Andreas Kling
2019-10-05
LibHTML: Anonymous blocks *should* inherit some properties
Andreas Kling
2019-10-05
LibHTML: Support rendering <img src> with file:// URLs
Andreas Kling
2019-10-05
LibHTML: Let's not have anonymous blocks inherit their parent's style
Andreas Kling
2019-10-05
LibHTML: Implement basic layout for inline <img alt>
Andreas Kling
2019-10-05
LibHTML: Make Node::create_layout_node() virtual
Andreas Kling
2019-10-05
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
Andreas Kling
2019-10-05
Ports: Add zlib port
Vincent Sanders
2019-10-05
LibHTML: Always fill the entire paint event rect with background
Andreas Kling
2019-10-05
Browser: Show the page title in the window title bar :^)
Andreas Kling
2019-10-05
LibHTML: Fire the HtmlView::on_title_change hook after a load finishes
Andreas Kling
2019-10-05
Base: Add a little welcome page for the browser at ~/www/welcome.html
Andreas Kling
2019-10-05
LibHTML: Render list markers in the same color as text
Andreas Kling
2019-10-05
Browser: Start working on a simple browser using LibHTML
Andreas Kling
2019-10-05
LibHTML: Add load(URL) and reload() functions to HtmlView
Andreas Kling
2019-10-05
AK: URL should support file:// URL's
Andreas Kling
2019-10-05
LibGUI: Add a "reload" action to GCommonActions
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-10-04
LibHTML: Make CSS inheritance slightly less hacky
Andreas Kling
2019-10-04
Base: Add a little HTML test for presentational hints
Andreas Kling
2019-10-04
LibHTML: Add support for <font color>
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
Andreas Kling
2019-10-04
LibHTML: Rename ComputedStyle to BoxModelMetrics
Andreas Kling
2019-10-04
LibHTML: Add a Frame class and use it for document layout width
Andreas Kling
2019-10-04
LibHTML: Remove unused FontStyle enum
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-04
LibC: unistd.h should provide SEEK_SET etc. if stdio.h is not included (#629)
Vincent Sanders
2019-10-04
Ports: Add expat port (#628)
Vincent Sanders
2019-10-03
LibHTML: Remove unused LayoutInline::layout()
Andreas Kling
2019-10-03
LibHTML: Make "white-space: pre" kinda work
Andreas Kling
2019-10-03
LibMarkdown: Avoid emitting <pre> tags for now, to help LibHTML
Andreas Kling
2019-10-03
LibHTML: Prettify ColorStyleValue::to_string() a little bit
Andreas Kling
2019-10-03
LibHTML: Forgot to account for -1 glyph spacing in text layout
Andreas Kling
2019-10-03
LibHTML: Don't add whitespace line box fragments at start of line
Andreas Kling
2019-10-03
LibHTML: Tweak "text-decoration: underline" look in LayoutText
Andreas Kling
2019-10-03
LibHTML: Rewrite inline and text layout
Andreas Kling
2019-10-03
LibHTML: Reduce debug spam from mouse events
Andreas Kling
2019-10-03
LibHTML: Let's put debug output on the debugger stream
Andreas Kling
2019-10-03
LibHTML: Adjust mouse event positions before using them for hit testing
Andreas Kling
2019-10-03
GScrollableWidget: Add to_content_position(Point)
Andreas Kling
2019-10-03
LibGUI: Remove GModel::on_selection_changed
Sergey Bugaev
2019-10-03
Help: Follow clicked links
Sergey Bugaev
2019-10-03
LibC: Implement dirname() and basename()
Sergey Bugaev
2019-10-03
Base: Add some "See also" links to the man pages
Sergey Bugaev
2019-10-03
LibMarkdown: Implement link support
Sergey Bugaev
[next]