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
/
LibHTML
/
Layout
Age
Commit message (
Expand
)
Author
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-05
LibHTML: Respect the system theme
Sergey Bugaev
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-18
LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>()
Andreas Kling
2019-12-18
LibHTML: Mark image bitmaps outside the visible viewport as volatile
Andreas Kling
2019-12-18
LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helper
Andreas Kling
2019-12-18
LibHTML: Insert a new linebox for every newline in "white-space: pre"
Andreas Kling
2019-12-18
LibHTML: Don't insert line breaks between multiple <pre>'s on a line
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-27
LibHTML: Respect "border-style: dotted"
Andreas Kling
2019-11-25
LibHTML: Implement basic <form> and <input> element support
Andreas Kling
2019-11-25
LibHTML: Divide the "line spacing" evenly between lines of text
Andreas Kling
2019-11-25
LibHTML: Join border edges nicely when painting boxes
Andreas Kling
2019-11-25
LibHTML: Draw each CSS border edge separately with their own style
Andreas Kling
2019-11-21
LibHTML: Paint text background color before the underline decoration
Andreas Kling
2019-11-19
LibHTML: Render a background-color behind line box fragments if needed
Andreas Kling
2019-11-19
LibHTML: Fix bug in removal of trailing whitespace from line boxes
Andreas Kling
2019-11-19
LibHTML: Use LayoutText::text_for_rendering() in layout tree dumps
Andreas Kling
2019-11-18
LibHTML: LayoutImage should not dereference a null bitmap
Andreas Kling
2019-11-18
LibHTML: Use floating point numbers throughout the layout tree
Andreas Kling
2019-11-18
LibHTML: Implement basic 'max-width' and 'min-width' support
Andreas Kling
2019-11-09
LibHTML: Paint a magenta rectangle around the currently inspected node
Andreas Kling
2019-11-07
LibHTML: Draw box borders even if we don't have a border-color
Andreas Kling
2019-11-05
LibHTML: Build some foundation for text selection
Andreas Kling
2019-11-04
LibHTML: Add a convenient way to get from any layout node to the root
Andreas Kling
2019-10-20
LibHTML: Remove trailing whitespace in line boxes
Andreas Kling
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-20
LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoder
Andreas Kling
2019-10-20
LibHTML+Browser: Support scrolling to anchor with <a href="#foo">
Andreas Kling
2019-10-19
LibHTML: Don't insert unnecessary line breaks at start of text lines
Andreas Kling
2019-10-19
LibHTML: Use the correct inherited color for LayoutListItemMarker
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
Andreas Kling
2019-10-19
LibHTML: Replaced elements should not break lines at start of line
Andreas Kling
2019-10-18
LibHTML: Preserve UTF-8 codepoints when collapsing whitespace
Andreas Kling
2019-10-18
LibHTML: Add LayoutNode::first_ancestor_of_type<T>()
Andreas Kling
2019-10-18
LibHTML: Add typed child/sibling traversal helpers for LayoutNode
Andreas Kling
2019-10-17
LibHTML: Hard-code LayoutTable to never have inline children
Andreas Kling
2019-10-17
LibHTML: Add is<T> helpers for the table-related LayoutNode subclasses
Andreas Kling
2019-10-17
LibHTML: Make "children are inline" flag imperative
Andreas Kling
2019-10-17
LibHTML: Add stub classes for basic table layout
Andreas Kling
2019-10-17
LibHTML: Use is_inline() instead of !is_block() when building tree
Andreas Kling
2019-10-16
LibHTML: Implement CSS text-align: left/center/right
Andreas Kling
2019-10-15
LibHTML: LayoutBlock::hit_test() was calling the wrong parent class
Andreas Kling
2019-10-15
LibHTML: Use ImageLoader for <img> elements to defer bitmap decoding
Andreas Kling
2019-10-15
LibHTML: LayoutNode::set_needs_display() needs to invalidate fragments
Andreas Kling
2019-10-15
LibHTML: Fix missing backgrounds an borders after LayoutBox refactoring
Andreas Kling
[next]