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-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-06-04
Kernel: Move task-crash related code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move Credentials.{cpp,h} to the Security subdirectory
Liav A
2023-06-04
Kernel: Move {Virtual,Physical}Address classes to the Memory directory
Liav A
2023-06-04
Kernel: Move UBSanitizer and AddressSanitizer to Security subdirectory
Liav A
2023-06-04
Kernel: Move Random.{h,cpp} code to Security subdirectory
Liav A
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move Jail code to a new subdirectory
Liav A
2023-06-04
TextEditor: Prevent autoscroll looping over
Ahmed Hussein
2023-06-04
PixelPaint: Make "Crop Image to Content" work with disjoint layers
Tim Ledbetter
2023-06-04
PixelPaint: Make "Crop Image to Selection" work with disjoint layers
Tim Ledbetter
2023-06-04
LibWeb: Account for negative margins when calculating float intrusion
Andreas Kling
2023-06-04
Toolchain+Ladybird: Declare dependencies in correct nix file
networkException
2023-06-04
Ladybird: Sort packages in nativeBuildsInputs nix list
networkException
2023-06-04
LibGfx: Fix adding active edges in filled path rasterizer
MacDue
2023-06-04
LibGfx: Simplify segmentizing paths
MacDue
2023-06-04
Ports: Update the Zig port's Serenity type definitions
sin-ack
2023-06-03
LibWeb: Rewind TokenStream if we reject a parsed value as out-of-bounds
Sam Atkins
2023-06-03
LibWeb: Exit `parse_font_family_value()` when hitting an illegal token
Sam Atkins
2023-06-03
SystemServer: Ensure service drop privileges could fail only when root
Liav A
2023-06-03
Base: Remove unlicensed copy of BMFW
Ben Wiederhake
2023-06-03
Base: Replace GPL bmpsuite by link to original
Ben Wiederhake
2023-06-03
Ladybird: Assume file:// URL when URL starts with '/'
Shannon Booth
2023-06-03
LibWeb: Don't crash when document.write a script with src attr
Zhiyuan Guo
2023-06-03
Meta: Ignore Helix's configuration folder
Caoimhe
2023-06-03
Documentation: Add instructions for configuring the Helix editor
Caoimhe
2023-06-03
LibWeb: Detect and reject math functions with no resolved type
Sam Atkins
2023-06-03
LibWeb: Resolve the `transition-delay` property
stelar7
2023-06-03
LibWeb: Implement the `<symbol>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Implement the `<use>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Add document_fully_loaded event to DocumentObserver
PrestonLTaylor
2023-06-03
LibWeb: Allow SVG painting to escape out of a shadow tree
PrestonLTaylor
2023-06-03
LibWeb: Implement `details_notification_task_steps` for <details>
stelar7
2023-06-03
LibWeb: Implement the <summary> element
stelar7
2023-06-03
LibWeb: Make disclosure marker bounds square
Simon Wanner
2023-06-03
LibWeb: Support list-style-position
Simon Wanner
2023-06-03
LibWeb: Make pseudo-elements inspectable
Simon Wanner
2023-06-03
LibWeb: Add list-style-type: disclosure-{closed,open}
Simon Wanner
2023-06-03
LibLine: Ignore ENOENT errors when loading old history
Tim Schumacher
2023-06-03
SpiceAgent: Exit early if `SPICE_DEVICE` doesn't exist
Caoimhe
2023-06-03
SpiceAgent: Don't pledge `cpath` or open SPICE_DEVICE as `rwc`
Caoimhe
2023-06-03
LibCore: Add `File::OpenMode::DontCreate`
Caoimhe
2023-06-02
LibGfx/JPEG: Use `Error` to propagate errors
Lucas CHOLLET
2023-06-02
Toolchain: Add qt6.qt{base,svg} to serenity.nix
networkException
2023-06-02
Toolchain: Sort packages in {nativeB,b}uildInputs nix lists
networkException
2023-06-02
LibWeb: Fix order/formatting of Properties.json
Sam Atkins
2023-06-02
LibWeb: Add missing value ranges to CSS properties
Sam Atkins
2023-06-02
LibWeb: Support infinite range for CSS properties
Sam Atkins
2023-06-02
LibWeb: Support font-size: calc()
Andreas Kling
2023-06-02
LibWeb: Add a way to resolve calc() values without a layout node
Andreas Kling
[next]