index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-02-26
LibWeb: Implement Range.collapse
Luke Wilde
2022-02-26
LibWeb: Implement Range.selectNode
Luke Wilde
2022-02-26
LibWeb: Implement Range.compareBoundaryPoints
Luke Wilde
2022-02-26
LibWeb: Implement Range.set{Start,End}{Before,After}
Luke Wilde
2022-02-26
LibWeb: Make Range.setStart and Range.setEnd spec compliant
Luke Wilde
2022-02-26
LibWeb: Make TreeNode::child_count return size_t instead of int
Luke Wilde
2022-02-26
LibWeb: Implement StaticRange
Luke Wilde
2022-02-26
LibWeb: Abstract Range's members into AbstractRange
Luke Wilde
2022-02-26
LibWeb: Implement the legacy Audio factory function
Luke Wilde
2022-02-26
LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells
Andreas Kling
2022-02-26
LibWeb: Fix LibWeb build with Clang
Andreas Kling
2022-02-26
Spreadsheet: Disable cut/copy if no cell is selected
Filiph Sandström
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2022-02-26
LibWeb: Paint full bitmap font glyphs, even if there's overlap
Andreas Kling
2022-02-26
LibWeb: Very basic support for CSS vertical-align: <length>
Andreas Kling
2022-02-26
LibWeb: Make InlineLevelIterator not enter into inline-block boxes
Andreas Kling
2022-02-26
LibWeb: Fix InlineLevelIterator not exiting box model metric nodes
Andreas Kling
2022-02-26
LibWeb: Add border box top/bottom metrics to line box fragments
Andreas Kling
2022-02-26
LibWeb: Remove unused LineBox::ends_with_forced_line_break()
Andreas Kling
2022-02-26
LibWeb: Make DOM inspector overlay rects a little nicer
Andreas Kling
2022-02-26
LibWeb: Make StyleValue absolutization non-destructive
Andreas Kling
2022-02-26
LibWeb: Add vertical-align to ComputedValues
Andreas Kling
2022-02-26
LibWeb: Use CSS font-size when computing text fragment content height
Andreas Kling
2022-02-25
LibDesktop: Rename LaunchServerConnection=>ConnectionToLaunchServer
Itamar
2022-02-25
LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer
Itamar
2022-02-25
LibGUI: Rename NotificationServerConnection
Itamar
2022-02-25
SpiceAgent: Rename ClipboardServerConnection
Itamar
2022-02-25
HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer
Itamar
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-25
Userland: Rename WindowManagerServerConnection
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-25
LibWeb: Parse <style> element text content when inserted into document
Andreas Kling
2022-02-25
LibWeb: Use the prefix passed to Document.createElementNS()
Andreas Kling
2022-02-25
LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length
Andreas Kling
2022-02-25
LibWeb: Improve HTMLElement.click()
Andreas Kling
2022-02-25
LibWeb: Implement Range.commonAncestorContainer
Andreas Kling
2022-02-25
LibWeb: Expose Range.collapsed to JavaScript
Andreas Kling
2022-02-25
LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height
Andreas Kling
2022-02-25
LibWeb: Notify parent when DOM::CharacterData content changes
Andreas Kling
2022-02-25
LibWeb: Implement UIEvent.initUIEvent()
Andreas Kling
2022-02-25
LibWeb: Make document.createEvent("UIEvent") actually create a UIEvent
Andreas Kling
2022-02-25
LibWeb: Make CSS :empty selector match empty text nodes as well
Andreas Kling
2022-02-25
LibWeb: Allow all ASCII whitespace chars between element class names
Andreas Kling
2022-02-25
LibWeb: Fix off-by-one in calculation of available space for line boxes
Andreas Kling
2022-02-25
LibWeb: Look for nearest available size when using bitmap fonts
Andreas Kling
2022-02-25
LibGfx: Add Font::AllowInexactSizeMatch parameter to font lookup
Andreas Kling
2022-02-25
LibWeb: Fix rounding errors in calculation of final line box width
Andreas Kling
2022-02-25
Assistant+CommandPalette: Use FrameShape::Window for main widgets
thankyouverycool
2022-02-25
Taskbar: Update ClockWidget FrameShape and adjust dimensions
thankyouverycool
[next]