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
Age
Commit message (
Expand
)
Author
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2019-12-30
LibHTML: Ignore all CSS rules starting with "@" for now
Andreas Kling
2019-12-29
LibHTML: RenderingContext should keep the Palette alive
Andreas Kling
2019-12-28
LibHTML: Add missing flock to Makefile (thanks jcs)
Andreas Kling
2019-12-28
Build: Fix missing IPC dependency for LibHTML
Stefano Cristiano
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-26
LibHTML: Remove fixed FIXME
Shannon Booth
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-18
LibHTML: Ignore layout repaints outside the visible viewport
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: Push the visible viewport rect from HtmlView to Frame
Andreas Kling
2019-12-18
LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helper
Andreas Kling
2019-12-18
LibHTML: Insert a new linebox for every newline in "white-space: pre"
Andreas Kling
2019-12-18
LibHTML: Ignore case of presentation attribute names
Andreas Kling
2019-12-18
LibHTML: Don't insert line breaks between multiple <pre>'s on a line
Andreas Kling
2019-12-18
LibHTML: Let's display <basefont> as block-level elements for now
Andreas Kling
2019-12-18
LibHTML: Use a fixed-width font for <pre> tags, duh!
Andreas Kling
2019-12-16
LibHTML: Support the :only-child pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :empty pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :first-child and :last-child pseudo classes
Andreas Kling
2019-12-11
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-30
LibHTML: Allow resource loads to fail
Andreas Kling
2019-11-30
LibHTML: Don't bother updating layout in frameless documents
Andreas Kling
2019-11-28
LibHTML: Just swallow :not selectors for now
Andreas Kling
2019-11-28
LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"
Andreas Kling
2019-11-28
LibHTML: Update CSS parser with terminology from Selectors Level 4
Andreas Kling
2019-11-27
LibHTML: Respect "border-style: dotted"
Andreas Kling
2019-11-27
LibHTML: Add shorthand expansion for border-{style,width,color}
Andreas Kling
2019-11-27
LibHTML: Implement compound selectors
Andreas Kling
2019-11-25
LibHTML: Implement basic <form> and <input> element support
Andreas Kling
2019-11-25
LibHTML: Give Frame a (weak) back-pointer to the HtmlView
Andreas Kling
2019-11-25
LibHTML: Improve CSS parser's handling of values somewhat
Andreas Kling
2019-11-25
LibHTML: Divide the "line spacing" evenly between lines of text
Andreas Kling
2019-11-25
LibHTML: Join border edges nicely when painting boxes
Andreas Kling
2019-11-25
LibHTML: Draw each CSS border edge separately with their own style
Andreas Kling
2019-11-25
LibHTML: Decrement the pending loads counter when a load finishes
Andreas Kling
2019-11-25
LibHTML: Store the HTML parser input along with the created Document
Andreas Kling
2019-11-24
LibHTML: Use LibProtocol for HTTP requests :^)
Andreas Kling
2019-11-21
LibHTML: Handle stand-alone attribute selectors
Andreas Kling
2019-11-21
LibHTML: Parse <element attribute=value> correctly
Andreas Kling
2019-11-21
LibHTML: Implement some attribute selector support
Andreas Kling
2019-11-21
LibHTML: Make the HTML parser handle <div attr> and <div attr="">
Andreas Kling
2019-11-21
LibHTML: Paint text background color before the underline decoration
Andreas Kling
2019-11-19
LibHTML: Render a background-color behind line box fragments if needed
Andreas Kling
2019-11-19
LibHTML: Fix bug in removal of trailing whitespace from line boxes
Andreas Kling
2019-11-19
LibHTML: Use LayoutText::text_for_rendering() in layout tree dumps
Andreas Kling
[prev]
[next]