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
Age
Commit message (
Expand
)
Author
2020-12-06
LibJS: Remove unused {INTERPRETER,VM}_DEBUG
Linus Groh
2020-12-06
Chess: Add ability to export game as PGN file
AnicJov
2020-12-06
Chess: Added ability to resign and flip the board
AnicJov
2020-12-06
LibRegex: Add basic support for unicode escapes in ECMA262Parser
AnotherTest
2020-12-06
LibRegex: Remove Lexer::slice_back() and just use StringViews
AnotherTest
2020-12-06
LibRegex: Store 'String' matches inside the bytecode
AnotherTest
2020-12-06
LibWeb: Do floating box placement together with other boxes
Andreas Kling
2020-12-06
LibWeb: Naively implement the CSS clear property
Andreas Kling
2020-12-06
LibWeb: Floating boxes with width:auto should be shrink-to-fit
Andreas Kling
2020-12-06
LibGfx: Fix font x-height computation
Andreas Kling
2020-12-06
LibCore: Offer to display a general description
Ben Wiederhake
2020-12-06
LibLine: Don't make Editor::load_history() cut off a character per line
Linus Groh
2020-12-06
LibGfx: Handle OOM slightly better
Ben Wiederhake
2020-12-05
LibWeb: Hit test floats using the top of lines, not middle
Andreas Kling
2020-12-05
LibJS: Add Float{32,64}Array
Linus Groh
2020-12-05
LibWeb: Run clang-format on ReplacedBox.cpp
Andreas Kling
2020-12-05
LibWeb: Don't subtract dubious "line spacing" from line y offsets
Andreas Kling
2020-12-05
LibWeb: Floating boxes follow normal containing block rules
Andreas Kling
2020-12-05
LibWeb: Fix off-by-one when computing available space between floats
Andreas Kling
2020-12-05
LibWeb: First slightly naive implementation of CSS floats :^)
Andreas Kling
2020-12-05
LibWeb: Add Layout::Node::is_root_element()
Andreas Kling
2020-12-05
LibJS: Implement a very hackish "arguments" object
Andreas Kling
2020-12-05
LibJS: Implement parseInt()
Andreas Kling
2020-12-05
LibJS: Move is_script_function() to Object
Linus Groh
2020-12-04
LibWeb: Block layout should account for vertical border space
Andreas Kling
2020-12-04
LibWeb: Block layout should resolve relative lengths against each box
Andreas Kling
2020-12-04
LibWeb: Make LineBox take incoming fragment size as floats
Andreas Kling
2020-12-04
LibWeb: Expose Document.getElementsByName() to JavaScript
Andreas Kling
2020-12-04
LibWeb: Move border painting from Layout::Box to a free function
Andreas Kling
2020-12-04
LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block()
Andreas Kling
2020-12-04
LibWeb: Call the correct base class in InlineNode::split_into_lines()
Andreas Kling
2020-12-04
LibWeb: Compute the final border-style property before painting
Andreas Kling
2020-12-04
LibWeb: Make LineBoxFragment store non-const Layout::Node&
Andreas Kling
2020-12-04
LibVT: Auto-scroll the terminal
Julian Offenhäuser
2020-12-03
LibGUI: Optimize GUI::Variant move constructor
Sahan Fernando
2020-12-03
LibAudio: Fix parsing of WAV files from memory
Julian Offenhäuser
2020-12-03
LibWeb: Virtualize Layout::Node::paint_fragment()
Andreas Kling
2020-12-03
LibWeb: Fix wrong forward declaration of LineBox & LineBoxFragment
Andreas Kling
2020-12-03
LibWeb: Create "empty" line box fragments for inline elements
Andreas Kling
2020-12-03
LibWeb: Paint line box fragments during all paint phases
Andreas Kling
2020-12-03
LibWeb: Move PaintPhase enum out of Layout::Node
Andreas Kling
2020-12-03
LibWeb: Add type casting helpers for Layout::InlineNode
Andreas Kling
2020-12-03
LibWeb: Hoist an early return in Layout::BlockBox::paint()
Andreas Kling
2020-12-03
LibWeb: Hack the CSS parser to handle integer values (like z-index)
Andreas Kling
2020-12-03
LibRegex: Fix assertion when parsing '(?'
AnotherTest
2020-12-02
LibWeb: Don't layout twice for every InProcessWebView resize event
Andreas Kling
2020-12-02
LibWeb: Layout viewport rect was lagging behind when resizing
Andreas Kling
2020-12-02
LibJS: Use ArrayBuffer for typed array data
Linus Groh
2020-12-02
LibJS: Add ArrayBuffer
Linus Groh
2020-12-02
LibJS: Use Value::to_index() in typed array constructors
Linus Groh
[next]