summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/Layout/LayoutBlock.cpp
AgeCommit message (Expand)Author
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-25LibHTML: Divide the "line spacing" evenly between lines of textAndreas Kling
2019-11-18LibHTML: Use floating point numbers throughout the layout treeAndreas Kling
2019-11-18LibHTML: Implement basic 'max-width' and 'min-width' supportAndreas Kling
2019-11-05LibHTML: Build some foundation for text selectionAndreas Kling
2019-10-20LibHTML: Remove trailing whitespace in line boxesAndreas Kling
2019-10-20LibHTML: Implement "text-align: justify"Andreas Kling
2019-10-17LibHTML: Make "children are inline" flag imperativeAndreas Kling
2019-10-16LibHTML: Implement CSS text-align: left/center/rightAndreas Kling
2019-10-15LibHTML: LayoutBlock::hit_test() was calling the wrong parent classAndreas Kling
2019-10-15LibHTML: Fix missing backgrounds an borders after LayoutBox refactoringAndreas Kling
2019-10-15LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetricsAndreas Kling
2019-10-13LibHTML: Add some convenient geometry getters on LayoutNodeAndreas Kling
2019-10-13LibHTML: Fix broken line splitting behavior in LayoutReplacedAndreas Kling
2019-10-12LibHTML+Browser: Add debug option to draw borders around line boxesAndreas Kling
2019-10-12LibHTML: Implement the <br> element for line breakingAndreas Kling
2019-10-11LibHTML: LayoutBlock::children_are_inline() should check is_inline()Andreas Kling
2019-10-11LibHTML: Add LayoutNode classes for "display: list-item" and its markerAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-08LibHTML: Use an enum for CSS property ID'sAndreas Kling
2019-10-07LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-lessAndreas Kling
2019-10-07LibHTML: Rename "style_properties" to "style" everywhereAndreas Kling
2019-10-06LibHTML: Respect the link color set via <body link>Andreas Kling
2019-10-05LibHTML: Anonymous blocks *should* inherit some propertiesAndreas Kling
2019-10-05LibHTML: Let's not have anonymous blocks inherit their parent's styleAndreas Kling
2019-10-05LibHTML: Implement basic layout for inline <img alt>Andreas Kling
2019-10-05LibHTML: Render list markers in the same color as textAndreas Kling
2019-10-04LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()Andreas Kling
2019-10-04LibHTML: Rename ComputedStyle to BoxModelMetricsAndreas Kling
2019-10-04LibHTML: LayoutText should always use parent's style propertiesAndreas Kling
2019-10-03LibHTML: Rewrite inline and text layoutAndreas Kling
2019-09-28LibHTML: Hide debugging output unless HTML_DEBUG is definedSergey Bugaev
2019-09-28LibHTML: Implement renderingSergey Bugaev
2019-09-28LibHTML: Fix LayoutBlock vertical position & height computationsSergey Bugaev
2019-09-28LibHTML: Fix moving inline elements to unrelated block elementsSergey Bugaev
2019-09-28LibHTML: Get rid of the style treeSergey Bugaev
2019-08-18LibHTML: Implement basic block height computationAndreas Kling
2019-08-18LibHTML: Finish the block width calculationAndreas Kling
2019-07-26LibHTML: A tiny bit of work towards block layout.Andreas Kling
2019-07-24LibHTML: Fetch the box edge values needed for block width computation.Andreas Kling
2019-07-08LibHTML: Create anonymous blocks around inline children of blocks.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling