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
/
LibWeb
/
Layout
Age
Commit message (
Expand
)
Author
2020-10-10
LibWeb: Create LayoutNodes for each SVG element
Matthew Olsson
2020-10-10
LibWeb: Add {before,after}_children_paint() methods
Matthew Olsson
2020-10-09
LibWeb: Don't collapse blocks into the previous sibling's padding
Andreas Kling
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-22
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
Andreas Kling
2020-09-12
LibWeb: cache in-process decoded images in ImageResource
Peter Nelson
2020-09-12
LibWeb: Fix layout of replaced with width:auto + no intrinsic ratio
Andreas Kling
2020-09-12
LibWeb: Implement <input type=submit> without using LibGUI
Andreas Kling
2020-09-12
LibWeb: Do not handle mouse events on disabled checkboxes
redoste
2020-09-11
LibWeb: Protect LayoutCheckBox against crashes after event dispatch
Andreas Kling
2020-09-11
LibWeb: Add basic support for <input type=checkbox>
Andreas Kling
2020-09-11
LibWeb: Allow layout nodes to receive and track mouse events
Andreas Kling
2020-08-26
LibWeb: Fix sometimes missing text selection highlight
Andreas Kling
2020-08-26
LibWeb: Calculate selection based on glyph centers
Rewi Haar
2020-08-21
LibWeb: Make selection state recomputation implicit
Andreas Kling
2020-08-21
LibWeb: Remember the selection state of each LayoutNode
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
LibWeb: Remove unused member in LayoutNodeWithStyle, found by Coverity
Brian Gianforcaro
2020-08-15
LibWeb: Only paint focus outline when browser window has focus
Andreas Kling
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-14
LibWeb: Don't paint a text cursor in unfocused frames
Andreas Kling
2020-08-14
LibWeb: Add "focused frame" concept, one focused Frame per Page
Andreas Kling
2020-08-12
LibWeb: Until an image has loaded or failed, don't occupy layout size
Andreas Kling
2020-08-10
LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNode
Andreas Kling
2020-08-09
LibWeb: Always add line boxes through LayoutBlock::add_line_box()
Andreas Kling
2020-08-07
LibWeb: Remove unused LayoutPosition comparison operators
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-08-02
LibWeb: Add a blinking text cursor :^)
Andreas Kling
2020-07-28
LibWeb: Make layout tree have non-const pointers to the DOM
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibWeb: LayoutSVG should not claim to be a LayoutCanvas :^)
Andreas Kling
2020-07-26
LibWeb: Refactor SVG files into their own directory; follow spec layout
Matthew Olsson
2020-07-26
LibGfx: Add FloatPoint methods
Matthew Olsson
2020-07-26
LibWeb: Begin SVG element support
Matthew Olsson
2020-07-22
LibWeb: Replaced elements had backwards application of intrinsic ratio
Andreas Kling
2020-07-22
LibWeb: Set the intrinsic width/height of <img> instead of hacking it
Andreas Kling
2020-07-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-06-29
LibWeb: Clamp text fragment selection to the fragment
Andreas Kling
2020-06-29
LibWeb: Improve hit testing on the right of line boxes
Andreas Kling
[next]