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
2019-10-11
Libc: make library internal includes come from private include namespace
Vincent Sanders
2019-10-10
LibHTML+Browser: Show the number of pending resource loads
Andreas Kling
2019-10-10
LibHTML: Show a hand cursor when hovering over a clickable link :^)
Andreas Kling
2019-10-10
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
Andreas Kling
2019-10-10
LibHTML: Fix relative URL completion when document URL ends in a slash
Andreas Kling
2019-10-09
LibHTML: Have TreeNode deref its children before deleting itself
Andreas Kling
2019-10-09
LibHTML: Tear down the layout tree before changing the Frame's document
Andreas Kling
2019-10-09
LibHTML: Document::detach_from_frame() should actually detach
Andreas Kling
2019-10-09
LibHTML: Move is_ancestor_of() from LayoutNode to TreeNode
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-09
LibGUI: Add GScrollableWidget::to_widget_position()
Andreas Kling
2019-10-09
LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class
Andreas Kling
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-09
LibHTML: Handle CSS declarations that don't end in ';'
Andreas Kling
2019-10-09
LibHTML: Collapse whitespace in LayoutText unless white-space: pre;
Andreas Kling
2019-10-09
LibC: Add a missing mbstowcs() declaration
Sergey Bugaev
2019-10-09
LibHTML: Use ResourceLoader in HTMLLinkElement
Andreas Kling
2019-10-08
LibGUI: Let's say that Alt+Home is the "go home" keyboard shortcut
Andreas Kling
2019-10-08
LibHTML: Fire the file:// load completion callback asynchronously
Andreas Kling
2019-10-08
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
Andreas Kling
2019-10-08
LibCore: CHttpJob::start() should fail asynchronously
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-08
LibHTML: Move selector matching into a SelectorEngine namespace
Andreas Kling
2019-10-07
LibHTML: Don't crash when calling set_document(nullptr)
Andreas Kling
2019-10-07
LibHTML: Make the CSS and HTML parsers take StringViews
Andreas Kling
2019-10-07
LibHTML: Start adding support for <link rel="stylesheet">
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-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
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
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
[next]