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
/
DOM
Age
Commit message (
Expand
)
Author
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-15
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
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-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-13
LibDraw+LibHTML: Make link colors themeable
Andreas Kling
2020-01-05
LibHTML: Fix broken build after Element::computed_style() change
Andreas Kling
2020-01-05
LibHTML: Make the Element::computed_style() return NonnullRefPtr
Matrix89
2020-01-05
LibHTML: Add four missing border properties to the computed style
Matrix89
2020-01-05
LibHTML: Replace StyleProperties::create(StyleProperties) with clone()
Matrix89
2020-01-05
Browser+LibHTML: Change the way computed styles are queried
Matrix89
2020-01-05
LibHTML: Respect the system theme
Sergey Bugaev
2020-01-02
LibHTML: Have element keep a pointer to their resolved style
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: Ignore case of presentation attribute names
Andreas Kling
2019-12-11
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
Andreas Kling
2019-11-30
LibHTML: Don't bother updating layout in frameless documents
Andreas Kling
2019-11-25
LibHTML: Implement basic <form> and <input> element support
Andreas Kling
2019-11-25
LibHTML: Store the HTML parser input along with the created Document
Andreas Kling
2019-11-19
LibHTML+AK: Move URL completion from Document to AK::URL
Andreas Kling
2019-11-09
LibHTML: Paint a magenta rectangle around the currently inspected node
Andreas Kling
2019-11-06
LibHTML: Add DocumentFragment
Andreas Kling
2019-11-04
LibHTML: Add a convenient way to get from any layout node to the root
Andreas Kling
2019-10-28
LibHTML: Add Document::force_layout()
Andreas Kling
2019-10-21
LibHTML: Add Document::get_element_by_id() and get_elements_by_name()
Andreas Kling
2019-10-20
LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoder
Andreas Kling
2019-10-20
LibHTML: Add Element::name() convenience attribute getter
Andreas Kling
2019-10-19
LibHTML+Browser: Show target URL of hovered links in Browser statusbar
Andreas Kling
2019-10-19
LibHTML: DOM fixup should handle a completely empty document
Andreas Kling
2019-10-19
LibDraw: Rename ImageLoader => ImageDecoder
Andreas Kling
2019-10-19
LibHTML: Make "display: inline-block" generate a LayoutBlock for now
Andreas Kling
2019-10-19
LibHTML: Batch style updates and make them start from the root
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
Andreas Kling
2019-10-19
LibHTML: Ignore completed image loads for already-destroyed <img>'s
Andreas Kling
2019-10-17
LibHTML: Only accumulate Text children's content in inline stylesheets
Andreas Kling
2019-10-17
LibHTML: Add stub classes for basic table layout
Andreas Kling
2019-10-15
LibHTML: Use ImageLoader for <img> elements to defer bitmap decoding
Andreas Kling
2019-10-15
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
Andreas Kling
2019-10-15
LibHTML: Simplify Node::create_layout_node()
Andreas Kling
[next]