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-07
AK: Make String compile on platforms where size_t==u32
Andreas Kling
2019-10-07
LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less
Andreas Kling
2019-10-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-07
PartitionTable: Initial GPT Support, Adding Block Limit
supercomputer7
2019-10-06
Browser: Add a simple "Go home" button to the toolbar
Andreas Kling
2019-10-06
LibGUI: Add "Go home" to GCommonActions
Andreas Kling
2019-10-06
LibDraw: Parse some more color string formats found on the web
Andreas Kling
2019-10-06
LibHTML: Optionally pass document URL to the HTML parser
Andreas Kling
2019-10-06
LibHTML: Add Node::first_ancestor_of_type<T>()
Andreas Kling
2019-10-06
GFilePicker: Fix crash in get_save_filepath()
Andreas Kling
2019-10-06
LibHTML: Templatize Node::first_child_of_type<T>()
Andreas Kling
2019-10-06
LibHTML: Add is<ElementType> and to<ElementType> helper functions
Andreas Kling
2019-10-06
LibHTML: Add adjacent (+) and general (~) sibling combinators
Andreas Kling
2019-10-06
LibHTML: Add Node::{next,previous}_element_sibling()
Andreas Kling
2019-10-06
LibHTML: Implement immediate-child selectors (#foo > #bar)
Andreas Kling
2019-10-06
LibHTML: Implement matching for descendant selectors
Andreas Kling
2019-10-06
LibHTML: Fall back to the system default font if we can't find a font
Andreas Kling
2019-10-06
LibHTML: Add a little bit of margin around <hr> elements
Andreas Kling
2019-10-06
LibHTML: Use current style's text colour for alt text on images
Conrad Pankoff
2019-10-06
LibHTML: Trim image alt text to the right if necessary
Conrad Pankoff
2019-10-06
Base: Add a page for image features to the www directory
Conrad Pankoff
2019-10-06
LibHTML: Support width/height attributes on images
Conrad Pankoff
2019-10-06
LibHTML: Draw image alt text as black rather than white
Conrad Pankoff
2019-10-06
LibHTML: Use image URL as alt text if alt is missing
Conrad Pankoff
2019-10-06
LibHTML: Load image resource when src attribute is set
Conrad Pankoff
2019-10-06
LibHTML: Add function for invalidating the document layout
Conrad Pankoff
2019-10-06
Browser: Support opening a URL from the command line at startup
Conrad Pankoff
2019-10-06
LibGUI: Define supported functions for using command line arguments
Conrad Pankoff
2019-10-06
LibHTML: Make the text-decoration inheritance quirk actually work
Andreas Kling
2019-10-06
LibHTML: Unbreak parsing of standalone declarations
Andreas Kling
2019-10-06
LibHTML: Move font loading from LayoutText to StyleProperties
Andreas Kling
2019-10-06
LibHTML: LayoutInline can only be constructed with an Element
Andreas Kling
2019-10-06
LibHTML: LayoutText should inherit from LayoutNode directly
Andreas Kling
2019-10-06
LibHTML: Parse descendant relations in CSS selectors
Andreas Kling
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
[next]