index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
Chess: Change default piece set
AnicJov
2020-12-06
Userland: Fix typo in 'pro' help
Ben Wiederhake
2020-12-06
AK: Add test for the will_be_destroyed and one_ref_left magic functions
Andrew Kaster
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
LookupServer: Put debug spam behind a macro
Andreas Kling
2020-12-06
LibGfx: Fix font x-height computation
Andreas Kling
2020-12-06
WindowServer: Allow for more flexible tiling
Julian Offenhäuser
2020-12-06
Userland: Write some '--help' descriptions where appropriate
Ben Wiederhake
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
AK: Pull Is{Integral,FloatingPoint} into the global namespace
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
Base: Add a simple HTML test page for CSS 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
Browser: Add DuckDuckGo to bookmarks (#4288)
Daniel Lemos
2020-12-05
AudioServer: Fix issue when adding a BufferQueue to Mixer
Julian Offenhäuser
2020-12-05
js: Improve pretty-printing of various objects
Linus Groh
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
Base: Add a hover color link to the links on the welcome page
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
test-js: Use new format functions
Linus Groh
2020-12-03
test-js: Set test root correctly when specified as positional arg
Linus Groh
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
[next]