summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML
AgeCommit message (Expand)Author
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-18LibHTML: Implement basic block height computationAndreas Kling
2019-08-18LibHTML: Finish the block width calculationAndreas Kling
2019-08-18LibHTML: Fix host build and turn on ccacheAndreas Kling
2019-08-01LibHTML: Make some use of Vector::empend().Andreas 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-24LibHTML: Fix host build.Andreas Kling
2019-07-21Libraries: Remove unused "install" targets.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-08LibHTML: Create anonymous blocks around inline children of blocks.Andreas Kling
2019-07-08LibHTML: Oops, fix build.Andreas Kling
2019-07-08LibHTML: Reorganize layout tree build so that parents add their children.Andreas Kling
2019-07-08LibHTML: Move layout tree building to a separate function.Andreas Kling
2019-07-08LibHTML: Add InheritStyleValue and InitialStyleValue.Andreas Kling
2019-07-08LibHTML: Fix host build after Libraries/ shuffle.Andreas Kling
2019-07-04Libraries: Unbreak "make install" with new directory locations.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling