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-02-28
LibWeb: Make SVGSVGElement's view_box() const
Tobias Christiansen
2022-02-28
LibWeb: Allow <input type="button/submit/reset"> to be styled
Vrins
2022-02-28
LibWeb: Remove unused variable in required_box_type_transformation()
Andreas Kling
2022-02-28
LibWeb: Store box's containing line box fragment in FormattingState
Andreas Kling
2022-02-28
LibWeb: Use copy-on-write to make cloning a FormattingState much cheaper
Andreas Kling
2022-02-28
LibWeb: Don't crash on content with SVG elements outside of <svg>
Andreas Kling
2022-02-28
LibWeb: Move some of PaintContext out of line
Andreas Kling
2022-02-28
LibWeb: Don't blockify or inlinify boxes with already-correct type
Andreas Kling
2022-02-28
LibWeb: Blockify children of parents with display:grid or display:flex
Andreas Kling
2022-02-28
LibWeb: Split CSS box type transformations into a helper function
Andreas Kling
2022-02-28
LibWeb: Improve Layout::Box has-definite-size? computation
Andreas Kling
2022-02-28
LibWeb: Store bottom edge location with each LineBox
Andreas Kling
2022-02-28
LibWeb: For height:auto blocks, measure from top of *top* line box
Andreas Kling
2022-02-28
LibWeb: Add FormattingState::clone()
Andreas Kling
2022-02-28
LibWeb: Store Layout::Box overflow data in Optional instead of OwnPtr
Andreas Kling
2022-02-28
LibWeb: Use Vector<LineBoxFragment> instead of NonnullOwnPtrVector
Andreas Kling
2022-02-28
LibWeb: Use coordinate instead of WeakPtr for box->fragment connection
Andreas Kling
2022-02-28
LibWeb: Pass state to create_independent_formatting_context_if_needed()
Andreas Kling
2022-02-28
TextEditor: Support multiline highlighting for trailing space
Lucas CHOLLET
2022-02-28
TextEditor: Fix highlighting bug in wrapping mode
Lucas CHOLLET
2022-02-28
LibDSP: Allow ProcessorRangeParameter to specify if it's a log value
kleines Filmröllchen
2022-02-28
LibCore: Add rmdir system call wrapper
Lenny Maiorani
2022-02-28
LibVT: Fix crash from integer overflow in text wrapping
MacDue
2022-02-27
LanguageServers/Cpp: Make find declaration of enums work
Itamar
2022-02-27
LibCpp: Set end position for the return type node of FunctionType nodes
Itamar
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-26
LibGUI: Set Editors to wrap at words when MultiLine
thankyouverycool
2022-02-27
LibLine: Update inline search cursor after kill_line (^U) command
Nícolas F. R. A. Prado
2022-02-26
LibMain: Update header includes
Lenny Maiorani
2022-02-26
LibCrypto: Simplify and move CRC32 table to cpp file
Lenny Maiorani
2022-02-26
LibAudio: Add an array conversion transitional API to Buffer
kleines Filmröllchen
2022-02-26
LibAudio: Allow resampling from any array-like type
kleines Filmröllchen
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
[next]