index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-03-18
LibCards+Games: Change name of card type to card suit
Lenny Maiorani
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-18
LibSoftGPU: Avoid copying data when doing triangle rasterization
Lenny Maiorani
2022-03-18
WindowServer: Fix animation crash
Tom
2022-03-18
Libraries: Change enums to enum classes in LibCards
Lenny Maiorani
2022-03-18
Libraries: Change enums to enum classes in LibAudio
Lenny Maiorani
2022-03-18
Libraries: Change enums to enum classes in LibArchive
Lenny Maiorani
2022-03-18
LibWeb: Add some default style for <textarea> elements and a test
Daniel Lemos
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-18
LibWeb: Invalidate layout after setting Element.innerHTML
Andreas Kling
2022-03-18
LibWeb: Place right-side floats relative to their containing block
Andreas Kling
2022-03-18
LibWeb: Update hit_test for CSS Transforms
Simon Wanner
2022-03-18
LibWeb: Implement CSS transforms on stacking contexts
Simon Wanner
2022-03-18
LibWeb: Establish a new stacking context for elements with `transform`
Simon Wanner
2022-03-18
LibGfx: Add AffineTransform::inverse
Simon Wanner
2022-03-18
LibWeb: Apply the 'transform' presentational attribute to SVG elements
Simon Wanner
2022-03-18
LibWeb: Add parsing support for the remaining transform functions
Simon Wanner
2022-03-18
LibWeb: Mark more CSS properties as not affecting layout
Sam Atkins
2022-03-18
LibWeb: Rewrite CSS float implementation to use offset-from-edge
Andreas Kling
2022-03-18
LibWeb: Make LineBuilder aware of the current LayoutMode
Andreas Kling
2022-03-18
LibWeb: Implement shrink-to-fit layout on top of intrinsic size cache
Andreas Kling
2022-03-18
LibWeb: Cache intrinsic sizes on the root FormattingState
Andreas Kling
2022-03-18
LibWeb: Give FormattingState a reference to its root state
Andreas Kling
2022-03-18
LibWeb: Simplify Layout::Node::containing_block()
Andreas Kling
2022-03-18
LibWeb: Make PaintableBox::enclosing_stacking_context() cheaper
Andreas Kling
2022-03-18
LibWeb: Move available_space_for_line() from IFC to BFC
Andreas Kling
2022-03-18
Games: Add MasterWord
Joe Petrus
2022-03-18
LibWeb: Combine identical relative/regular selector parsing functions
Sam Atkins
2022-03-18
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
Sam Atkins
2022-03-18
LibWeb: Calculate specificity for special pseudo-classes
Sam Atkins
2022-03-18
LibWeb: Implement the :where() selector
Sam Atkins
2022-03-18
LibWeb: Implement the :is() selector
Sam Atkins
2022-03-18
LibWeb: Parse forgiving selector-lists
Sam Atkins
2022-03-18
LibGfx: Draw window frame border radii antialiased
MacDue
2022-03-18
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
MacDue
2022-03-18
LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits
Brian Gianforcaro
2022-03-18
SoundPlayer: Fix read of uninitialized member variables on startup
Brian Gianforcaro
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-03-18
LibCrypto: Implement the SECP256r1 elliptic curve
Michiel Visser
2022-03-18
FontEditor: Reset unicode block view on undo/redo actions
thankyouverycool
2022-03-18
FontEditor: Make undo/redo compatible with multi-glyph selections
thankyouverycool
2022-03-18
ClipboardHistory: Show ranges and max dimensions for copied glyphs
thankyouverycool
2022-03-18
FontEditor: Use memset/memcpy to copy/paste/delete glyphs
thankyouverycool
2022-03-18
LibGfx: Add accessors for BitmapFont's rows and widths
thankyouverycool
2022-03-18
LibJS: Tweak Interpreter::create() for more spec-likeness
Linus Groh
2022-03-18
LibJS: Use TRY(push_execution_context()) in places where we can recover
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-18
Hearts: Add icon to settings action
Linus Groh
2022-03-18
Applications+Games: Drop ellipsis from settings action
Linus Groh
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
[next]