Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 years ago |
Andreas Kling
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 years ago |
Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 years ago |
Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
fd64e97c8a
LibDraw+LibHTML: Make link colors themeable
|
5 years ago |
Sergey Bugaev
|
0f42908073
LibHTML: Respect the system theme
|
5 years ago |
Andreas Kling
|
1aea8f116b
LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>()
|
5 years ago |
Andreas Kling
|
039fc0f2d1
LibHTML: Don't bother updating layout in frameless documents
|
5 years ago |
Andreas Kling
|
0405ab91aa
LibHTML+AK: Move URL completion from Document to AK::URL
|
5 years ago |
Andreas Kling
|
70a4678d77
LibHTML: Paint a magenta rectangle around the currently inspected node
|
5 years ago |
Andreas Kling
|
715d7a8532
LibHTML: Add a convenient way to get from any layout node to the root
|
5 years ago |
Andreas Kling
|
98ff8ef0cf
LibHTML: Add Document::force_layout()
|
5 years ago |
Andreas Kling
|
4d9740ecef
LibHTML: Add Document::get_element_by_id() and get_elements_by_name()
|
5 years ago |
Andreas Kling
|
73af2f8d02
LibHTML: DOM fixup should handle a completely empty document
|
5 years ago |
Andreas Kling
|
96f34d26c9
LibHTML: Batch style updates and make them start from the root
|
5 years ago |
Andreas Kling
|
5a34225999
LibHTML: Implement basic tiled background image support
|
5 years ago |
Andreas Kling
|
f4f5ede10a
LibHTML: Simplify Node::create_layout_node()
|
5 years ago |
Andreas Kling
|
f7cd5662ef
LibHTML: Move layout tree building to a LayoutTreeBuilder class
|
5 years ago |
Andreas Kling
|
735f02900b
LibHTML: Implement basic partial style invalidation
|
5 years ago |
Andreas Kling
|
667b31746a
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
|
5 years ago |
Andreas Kling
|
61ef17b87a
LibHTML: Implement basic :hover pseudo-class support
|
5 years ago |
Andreas Kling
|
2c035f5072
LibHTML: Split layout invalidation into style and layout invalidation
|
5 years ago |
Andreas Kling
|
49ac0c2e24
LibHTML: Move layout root from HtmlView to Document
|
5 years ago |
Andreas Kling
|
b083a233d8
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
|
5 years ago |
Andreas Kling
|
35def88c8b
LibHTML: Move Element construction to a separate file
|
5 years ago |
Andreas Kling
|
ebacef36ee
LibHTML: Fix relative URL completion when document URL ends in a slash
|
5 years ago |
Andreas Kling
|
a259832266
LibHTML: Document::detach_from_frame() should actually detach
|
5 years ago |
Andreas Kling
|
fc53867937
LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class
|
5 years ago |
Andreas Kling
|
850955053f
LibHTML: Rename Document::normalize() to fixup() and always do it
|
5 years ago |