Andreas Kling
|
8bb75084fd
LibGfx: Unpublish FloatPoint from the global namespace
|
5 лет назад |
Andreas Kling
|
9ac94d393e
LibGfx: Rename from LibDraw :^)
|
5 лет назад |
Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 лет назад |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 лет назад |
Andreas Kling
|
85ac9705ba
LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helper
|
5 лет назад |
Andreas Kling
|
6d1c4ae5a9
LibHTML: Implement basic <form> and <input> element support
|
5 лет назад |
Andreas Kling
|
c628ebda0f
LibHTML: Use floating point numbers throughout the layout tree
|
5 лет назад |
Andreas Kling
|
f3f0b08d43
LibHTML: Build some foundation for text selection
|
5 лет назад |
Andreas Kling
|
715d7a8532
LibHTML: Add a convenient way to get from any layout node to the root
|
5 лет назад |
Andreas Kling
|
c41bae3d54
LibHTML+Browser: Support scrolling to anchor with <a href="#foo">
|
5 лет назад |
Andreas Kling
|
2305dee455
LibHTML: Add LayoutNode::first_ancestor_of_type<T>()
|
5 лет назад |
Andreas Kling
|
65ad6c35f0
LibHTML: Add typed child/sibling traversal helpers for LayoutNode
|
5 лет назад |
Andreas Kling
|
b4c2621ed7
LibHTML: Add is<T> helpers for the table-related LayoutNode subclasses
|
5 лет назад |
Andreas Kling
|
5e29238a49
LibHTML: Make "children are inline" flag imperative
|
5 лет назад |
Andreas Kling
|
4814253589
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
|
5 лет назад |
Andreas Kling
|
d14b60533f
LibHTML: Add is<T> and to<T> helpers for LayoutNode class family
|
5 лет назад |
Andreas Kling
|
735f02900b
LibHTML: Implement basic partial style invalidation
|
5 лет назад |
Andreas Kling
|
3309bdf722
LibHTML: Add some convenient geometry getters on LayoutNode
|
5 лет назад |
Andreas Kling
|
44979ad7a5
LibHTML: Fix broken line splitting behavior in LayoutReplaced
|
5 лет назад |
Andreas Kling
|
159507f2a6
LibHTML: Move is_ancestor_of() from LayoutNode to TreeNode
|
5 лет назад |
Andreas Kling
|
fdbad6284c
LibHTML: Implement the <blink> element
|
5 лет назад |
Andreas Kling
|
749e3f0f30
LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less
|
5 лет назад |
Andreas Kling
|
15f3e64862
LibHTML: Rename "style_properties" to "style" everywhere
|
5 лет назад |
Andreas Kling
|
ee567cdc3d
LibHTML: Implement basic layout for inline <img alt>
|
5 лет назад |
Andreas Kling
|
09dccb3224
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
|
5 лет назад |
Andreas Kling
|
a7ca719c4e
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
|
5 лет назад |
Andreas Kling
|
9c0e9a1a20
LibHTML: Rename ComputedStyle to BoxModelMetrics
|
5 лет назад |
Andreas Kling
|
4e35bbffdd
LibHTML: LayoutText should always use parent's style properties
|
5 лет назад |
Andreas Kling
|
7912592f89
LibHTML: Add inserted_into() and removed_from() TreeNode callbacks
|
5 лет назад |
Andreas Kling
|
754e6e0f67
LibHTML: Add LayoutNode::document() for easy access
|
5 лет назад |