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
2021-09-15
LibJS: Use ThrowCompletionOr in require_object_coercible()
Linus Groh
2021-09-15
LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> template
Linus Groh
2021-09-15
AK: Rename the local variable in the TRY() macro to avoid name clashes
Linus Groh
2021-09-15
LibTLS: Increase the maximum socket read size to 4MiB
Ali Mohammad Pur
2021-09-15
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-09-15
LibWeb: Avoid setting definite {width,height} when "auto" is specified
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Somewhat suppport "align-items"
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Make step 11 of the layout algorithm more align aware
Tobias Christiansen
2021-09-15
LibWeb: Add proper parsing of the AlignItems property
Tobias Christiansen
2021-09-15
Meta: Make QtCreator aware of all CMake files
Ben Wiederhake
2021-09-15
Kernel: Use move semantics in sys$sendfd()
Andreas Kling
2021-09-15
LibWeb: Support "c" and "C" curves in SVG <path> data
Andreas Kling
2021-09-15
LibGfx: Add Path::cubic_bezier_curve_to()
Andreas Kling
2021-09-15
LibGfx: Add some interpolation helpers for Gfx::Point<T>
Andreas Kling
2021-09-15
LibWeb: Remove unused SVGSVGElement::m_bitmap
Andreas Kling
2021-09-15
LibJS: Return default-constructed values instead of the INVALID constant
Linus Groh
2021-09-15
LibJS: Remove two unused includes from AbstractOperations.cpp
Linus Groh
2021-09-15
LibTextCodec: Ignore BYTE ORDER MARK at the start of utf8/16 strings
Sam Atkins
2021-09-15
Documentation: Update CLionConfiguration for SuperBuild
Andrew Kaster
2021-09-15
Ports: Use new CMakeToolchain.txt located in the build directory
Andrew Kaster
2021-09-15
Meta+Toolchain: Rename CMAKE_CXXFILT to SERENITY_CXXFILT
Andrew Kaster
2021-09-15
Meta: Add FIXME for not setting BUILD_SHARED_LIBS in Lagom build
Andrew Kaster
2021-09-15
Documentation: Document new SuperBuild build infrastructure
Andrew Kaster
2021-09-15
Meta: Update serenity.sh for the SuperBuild
Andrew Kaster
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-09-15
Meta: Move all options to targetname_options.cmake files
Andrew Kaster
2021-09-15
Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and Lagom
Andrew Kaster
2021-09-15
Meta: Use Lagom:: namespaced names for code generators
Andrew Kaster
2021-09-15
Meta: Allow specifying alternative paths for downloaded Unicode data
Andrew Kaster
2021-09-15
Meta: Define and use lagom_tool() CMake helper function for all Tools
Andrew Kaster
2021-09-15
Breakout: Tag fallthrough statement
Matheus Vinicius
2021-09-15
Breakout: Add possibility to play with A and D
Matheus Vinicius
2021-09-15
LibWeb: Make Layout::Node::paint() pure virtual
Andreas Kling
2021-09-15
LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()
Andreas Kling
2021-09-15
LibWeb: Remove unused NodeWithStyle::m_position field
Sam Atkins
2021-09-15
LibWeb: Make flex-box ignore out-of-flow child boxes
Sam Atkins
2021-09-15
LibWeb: Implement "out-of-flow" property of Layout Box
Sam Atkins
2021-09-15
Base: Add test page for testing weird flexbox combinations
Sam Atkins
2021-09-15
LibRegex: Make the optimizer understand references and capture groups
Ali Mohammad Pur
2021-09-15
LibWeb: Parse the <svg viewBox> attribute
Andreas Kling
2021-09-15
LibWeb: Add SVG::ViewBox to represent SVG view boxes
Andreas Kling
2021-09-15
LibWeb: Add an SVG::AttributeNames namespace
Andreas Kling
2021-09-15
LibJS: Make References see into Environment's bindings as well
Ali Mohammad Pur
2021-09-15
LibWeb: Speed up computed style calculation
Sam Atkins
2021-09-15
PixelPaint: Add ability to draw squares and circles
Zyper
2021-09-15
LibGfx: Add method for calculating square aspect ratio end point
Zyper
2021-09-15
LibJS: Fix [[TimeZoneOffsetString]] value in ParseTemporalInstantString
Linus Groh
2021-09-14
LibWeb: Improvements to error handling in HTML foreign content parsing
Andreas Kling
2021-09-14
LibWeb: Flexbox: Avoid division by zero
Tobias Christiansen
2021-09-14
LibWeb: Flexbox: Change the name of a variable to correspond to spec
Tobias Christiansen
[prev]
[next]