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
2023-03-11
LibWeb: Collapse margin-left with space used by left-side floats
Andreas Kling
2023-03-11
LibWeb: Add fast_is<T>() for various types stood out in a profile
Andreas Kling
2023-03-11
LibWeb: Use static_cast in SVGGeometryBox::dom_node()
Andreas Kling
2023-03-11
LibWeb: Don't overflow flex containers on margin auto
Mathis Wiehl
2023-03-11
Ladybird: Delete unused ConsoleClient and ConsoleGlobalObject
Aliaksandr Kalenik
2023-03-10
Ladybird+CI: Move layout_test.sh test runner from CI yml into CMake
Andrew Kaster
2023-03-10
Tests: Add a test for JPEGs with RGB components
Lucas CHOLLET
2023-03-10
LibGfx/JPEG: Support RGB JPEGs
Lucas CHOLLET
2023-03-10
LibGfx/JPEG: Decode the App14 segment
Lucas CHOLLET
2023-03-10
LibGfx/JPEG: Use decimal instead of hexadecimal for APP markers
Lucas CHOLLET
2023-03-10
ThemeEditor: Support more color scheme-related roles
implicitfield
2023-03-10
Everywhere: Support overriding the system color scheme
implicitfield
2023-03-10
Flood: Update the man page to reflect current color scheme handling
implicitfield
2023-03-10
Shell: Error out on invalid `export' argument
Ali Mohammad Pur
2023-03-10
LibAudio: Include missing AK/Stream.h in Loader.h
Andrew Kaster
2023-03-10
LibWeb+Base: Fix row-height bug in Grid when there is a column gap
Tom
2023-03-10
Tests/LibWeb: Use SerenitySans in new layout tests
Andreas Kling
2023-03-10
LibWeb: Make HTMLScript private members private once again
Andreas Kling
2023-03-10
LibWeb: Implement Range.createContextualFragment()
Andreas Kling
2023-03-10
LibWeb: Implement Element.setAttributeNode{,NS}()
Andreas Kling
2023-03-10
LibWeb: Implement Document.createAttribute{,NS}()
Andreas Kling
2023-03-10
LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec
Andreas Kling
2023-03-10
LibWeb: Show layout test failure diffs in unified format (diff -u)
Andreas Kling
2023-03-10
LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items
Andreas Kling
2023-03-10
LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
Andreas Kling
2023-03-10
LibWeb: Simplify FFC get_pixel_{width,height} internal helper API
Andreas Kling
2023-03-10
LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex items
Andreas Kling
2023-03-10
LibWeb: Use equals_ignoring_ascii_case() in infra helper
Andreas Kling
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-10
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
Andreas Kling
2023-03-10
Base+Userland: Add support for QOA files everywhere
kleines Filmröllchen
2023-03-10
Meta/Lagom: Add a fuzzer for QOA
kleines Filmröllchen
2023-03-10
LibAudio: Implement the Quite Okay Audio format
kleines Filmröllchen
2023-03-10
LibAudio: Replace Result with ErrorOr
kleines Filmröllchen
2023-03-10
AK: Add constexpr floor and round
kleines Filmröllchen
2023-03-10
Base: Replace office.png icon with BSD licensed one
Johannes Fritz
2023-03-10
Documentation: Reorganize Lagom README and update fuzzer documentation
Andrew Kaster
2023-03-09
LibWeb: Use shadow_root_internal() when building <input> UA shadow DOM
Andreas Kling
2023-03-09
LibWeb: Avoid an unnecessary vector copy when generating flex items
Andreas Kling
2023-03-09
LibWeb: Remove FFC hack where we assign flex item box dimensions twice
Andreas Kling
2023-03-09
LibWeb: Make CSS rule cache smarter about pseudo elements
Andreas Kling
2023-03-09
LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()
Andreas Kling
2023-03-09
LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContext
Andreas Kling
2023-03-09
LibWeb: Always include shadow roots in DOM debug dumps
Andreas Kling
2023-03-09
AK: Make FlyString::hash() use the cached hash in StringData if possible
Andreas Kling
2023-03-09
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
Andreas Kling
2023-03-09
AK: Replace C-style casts
Sam Atkins
2023-03-09
Applets/Keymap: Repaint applet on keymap change
Lucas CHOLLET
2023-03-09
PixelPaint: Add list of recently opened files to the file menu
Tim Ledbetter
2023-03-09
PixelPaint: Propagate errors from menu initialization
Tim Ledbetter
[next]