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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-03-22
LibWeb: Tidy up CSS::Token::to_debug_string()
Sam Atkins
2022-03-22
LibWeb: Remove separate Token::m_unit field
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for CalculatedStyleValue numbers
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for Token numeric values
Sam Atkins
2022-03-22
LibWeb: Implement a CSS::Number class
Sam Atkins
2022-03-22
LibWeb: Use floats instead of doubles for CSS numbers
Sam Atkins
2022-03-22
LibWeb: Use intermediate ints when converting strings to numbers in CSS
Sam Atkins
2022-03-22
LibGfx+LibWeb: Use floats not doubles to create HSL colors
Sam Atkins
2022-03-22
LibWeb: Initialize PseudoClass/PseudoElement selectors in one go
Sam Atkins
2022-03-22
LibWeb: Use a Variant for SimpleSelector's contents
Sam Atkins
2022-03-22
LibWeb: Make StyleComponentValueRule use a Variant
Sam Atkins
2022-03-22
LibWeb: Allow percentages in word/letter-spacing properties
Sam Atkins
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2
Linus Groh
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()
Linus Groh
2022-03-22
LibWeb: Convert Range to use TRY for error propagation
Timothy Flynn
2022-03-22
LibWeb: Convert HTMLOptionsCollection to use TRY for error propagation
Timothy Flynn
2022-03-22
LibWeb: Make DOM::ExceptionOr compatible with the TRY macro
Timothy Flynn
2022-03-22
LibCrypto: Fix grammar in a couple of comments
Linus Groh
2022-03-22
LibGUI: Add CTRL+Enter callback to TextEditor
Rok Povsic
2022-03-22
LibCore: Add Core::System::drop_privileges()
Brian Gianforcaro
2022-03-22
LibWeb: Fix crash when removing event listeners
Jamie Mansfield
2022-03-22
LibWeb: Implement HTMLSelectElement.add()
Timothy Flynn
2022-03-22
LibWeb: Implement HTMLOptionsCollection.add()
Timothy Flynn
2022-03-22
LibWeb: Expose HTMLCollection's root element to its subclasses
Timothy Flynn
2022-03-22
LibWeb: Support `transform: translate(...)` by percentage
Simon Wanner
2022-03-22
LibGfx: Clip away coordinates outside the source bitmap
Simon Wanner
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-22
LibWeb: Parse the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Implement Range.surroundContents(newParent)
Andreas Kling
2022-03-21
LibWeb: Translate table cells by their top left border
Karol Kosek
2022-03-21
LibWeb: Include table cell border widths when calculating cell rects
Karol Kosek
2022-03-21
LibWeb: Fix two spec transcription mistakes in live range updating
Andreas Kling
2022-03-21
LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes
Timothy Flynn
2022-03-21
LibWeb: Implement the SVGAnimatedLength type
Timothy Flynn
2022-03-21
LibWeb: Begin implementing the SVGLength type
Timothy Flynn
2022-03-21
LibWeb: Fix spec transcription mistake in Range.extractContents()
Andreas Kling
2022-03-21
LibWeb: Don't allow setting Range start/end to document being destroyed
Andreas Kling
2022-03-21
LibWeb: Update live ranges on Node insertion and removal
Andreas Kling
2022-03-21
LibWeb: Update live DOM ranges on Text and CharacterData mutations
Andreas Kling
2022-03-21
LibWeb: Implement Range.insertNode(node)
Andreas Kling
2022-03-21
LibWeb: Implement Text.splitText(offset)
Andreas Kling
2022-03-21
LibWeb: Fix logic mistakes in Range stringification
Andreas Kling
2022-03-21
LibWeb: Implement Range.extractContents()
Andreas Kling
2022-03-21
LibWeb: Add CharacterData.replaceData(offset, count, data)
Andreas Kling
2022-03-21
LibWeb: Add CharacterData.substringData(offset, count)
Andreas Kling
2022-03-21
LibWeb: Implement stringifier for DOM Range :^)
Andreas Kling
2022-03-21
LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}
Andreas Kling
2022-03-21
LibWeb: Make parse_html_length() accept floating point numbers
Andreas Kling
2022-03-21
LibWeb: Ignore invisible boxes and stacking contexts during hit testing
Andreas Kling
2022-03-21
LibWeb: Pick up the CSS "visibility" property an honor it when painting
Andreas Kling
[next]