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
LibAudio: Split Buffer.{h, cpp} into three files
kleines Filmröllchen
2022-02-26
LibWeb: Validate the qualified name in createDocumentType()
Andreas Kling
2022-02-26
LibWeb: Add simple ad-hoc version of window.postMessage()
Andreas Kling
2022-02-26
LibWeb: Reorganize window.parent so it looks a bit more like the spec
Andreas Kling
2022-02-26
LibAudio: Add basic MP3 Decoder
Arne Elster
2022-02-26
LibDSP: Add IMDCT
Arne Elster
2022-02-26
LibAudio: Add decoding tables for MPEG-1 layer 3 audio
Arne Elster
2022-02-26
LibAudio: Add huffman tables for MPEG-1 layer 3 audio
Arne Elster
2022-02-26
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
Sam Atkins
2022-02-26
LibWeb: Implement Range.comparePoint
Luke Wilde
2022-02-26
LibWeb: Implement Range.isPointInRange
Luke Wilde
2022-02-26
LibWeb: Implement Range.intersectsNode
Luke Wilde
2022-02-26
LibWeb: Add Range.detach
Luke Wilde
2022-02-26
LibWeb: Implement Range.selectNodeContents
Luke Wilde
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
[prev]
[next]