summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-06LibJS: Remove unused {INTERPRETER,VM}_DEBUGLinus Groh
2020-12-06Chess: Add ability to export game as PGN fileAnicJov
2020-12-06Chess: Added ability to resign and flip the boardAnicJov
2020-12-06Chess: Change default piece setAnicJov
2020-12-06Userland: Fix typo in 'pro' helpBen Wiederhake
2020-12-06AK: Add test for the will_be_destroyed and one_ref_left magic functionsAndrew Kaster
2020-12-06LibRegex: Add basic support for unicode escapes in ECMA262ParserAnotherTest
2020-12-06LibRegex: Remove Lexer::slice_back() and just use StringViewsAnotherTest
2020-12-06LibRegex: Store 'String' matches inside the bytecodeAnotherTest
2020-12-06LibWeb: Do floating box placement together with other boxesAndreas Kling
2020-12-06LibWeb: Naively implement the CSS clear propertyAndreas Kling
2020-12-06LibWeb: Floating boxes with width:auto should be shrink-to-fitAndreas Kling
2020-12-06LookupServer: Put debug spam behind a macroAndreas Kling
2020-12-06LibGfx: Fix font x-height computationAndreas Kling
2020-12-06WindowServer: Allow for more flexible tilingJulian Offenhäuser
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-12-06LibCore: Offer to display a general descriptionBen Wiederhake
2020-12-06LibLine: Don't make Editor::load_history() cut off a character per lineLinus Groh
2020-12-06LibGfx: Handle OOM slightly betterBen Wiederhake
2020-12-05LibWeb: Hit test floats using the top of lines, not middleAndreas Kling
2020-12-05LibJS: Add Float{32,64}ArrayLinus Groh
2020-12-05AK: Pull Is{Integral,FloatingPoint} into the global namespaceLinus Groh
2020-12-05LibWeb: Run clang-format on ReplacedBox.cppAndreas Kling
2020-12-05LibWeb: Don't subtract dubious "line spacing" from line y offsetsAndreas Kling
2020-12-05LibWeb: Floating boxes follow normal containing block rulesAndreas Kling
2020-12-05LibWeb: Fix off-by-one when computing available space between floatsAndreas Kling
2020-12-05Base: Add a simple HTML test page for CSS floatsAndreas Kling
2020-12-05LibWeb: First slightly naive implementation of CSS floats :^)Andreas Kling
2020-12-05LibWeb: Add Layout::Node::is_root_element()Andreas Kling
2020-12-05LibJS: Implement a very hackish "arguments" objectAndreas Kling
2020-12-05LibJS: Implement parseInt()Andreas Kling
2020-12-05Browser: Add DuckDuckGo to bookmarks (#4288)Daniel Lemos
2020-12-05AudioServer: Fix issue when adding a BufferQueue to MixerJulian Offenhäuser
2020-12-05js: Improve pretty-printing of various objectsLinus Groh
2020-12-05LibJS: Move is_script_function() to ObjectLinus Groh
2020-12-04LibWeb: Block layout should account for vertical border spaceAndreas Kling
2020-12-04LibWeb: Block layout should resolve relative lengths against each boxAndreas Kling
2020-12-04LibWeb: Make LineBox take incoming fragment size as floatsAndreas Kling
2020-12-04LibWeb: Expose Document.getElementsByName() to JavaScriptAndreas Kling
2020-12-04LibWeb: Move border painting from Layout::Box to a free functionAndreas Kling
2020-12-04Base: Add a hover color link to the links on the welcome pageAndreas Kling
2020-12-04LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block()Andreas Kling
2020-12-04LibWeb: Call the correct base class in InlineNode::split_into_lines()Andreas Kling
2020-12-04LibWeb: Compute the final border-style property before paintingAndreas Kling
2020-12-04LibWeb: Make LineBoxFragment store non-const Layout::Node&Andreas Kling
2020-12-04LibVT: Auto-scroll the terminalJulian Offenhäuser
2020-12-03test-js: Use new format functionsLinus Groh
2020-12-03test-js: Set test root correctly when specified as positional argLinus Groh
2020-12-03LibGUI: Optimize GUI::Variant move constructorSahan Fernando
2020-12-03LibAudio: Fix parsing of WAV files from memoryJulian Offenhäuser