summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-18LibCards+Games: Change name of card type to card suitLenny Maiorani
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
2022-03-18LibSoftGPU: Avoid copying data when doing triangle rasterizationLenny Maiorani
2022-03-18WindowServer: Fix animation crashTom
2022-03-18Libraries: Change enums to enum classes in LibCardsLenny Maiorani
2022-03-18Libraries: Change enums to enum classes in LibAudioLenny Maiorani
2022-03-18Libraries: Change enums to enum classes in LibArchiveLenny Maiorani
2022-03-18LibWeb: Add some default style for <textarea> elements and a testDaniel Lemos
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-18LibWeb: Invalidate layout after setting Element.innerHTMLAndreas Kling
2022-03-18LibWeb: Place right-side floats relative to their containing blockAndreas Kling
2022-03-18LibWeb: Update hit_test for CSS TransformsSimon Wanner
2022-03-18LibWeb: Implement CSS transforms on stacking contextsSimon Wanner
2022-03-18LibWeb: Establish a new stacking context for elements with `transform`Simon Wanner
2022-03-18LibGfx: Add AffineTransform::inverseSimon Wanner
2022-03-18LibWeb: Apply the 'transform' presentational attribute to SVG elementsSimon Wanner
2022-03-18LibWeb: Add parsing support for the remaining transform functionsSimon Wanner
2022-03-18LibWeb: Mark more CSS properties as not affecting layoutSam Atkins
2022-03-18LibWeb: Rewrite CSS float implementation to use offset-from-edgeAndreas Kling
2022-03-18LibWeb: Make LineBuilder aware of the current LayoutModeAndreas Kling
2022-03-18LibWeb: Implement shrink-to-fit layout on top of intrinsic size cacheAndreas Kling
2022-03-18LibWeb: Cache intrinsic sizes on the root FormattingStateAndreas Kling
2022-03-18LibWeb: Give FormattingState a reference to its root stateAndreas Kling
2022-03-18LibWeb: Simplify Layout::Node::containing_block()Andreas Kling
2022-03-18LibWeb: Make PaintableBox::enclosing_stacking_context() cheaperAndreas Kling
2022-03-18LibWeb: Move available_space_for_line() from IFC to BFCAndreas Kling
2022-03-18Games: Add MasterWordJoe Petrus
2022-03-18LibWeb: Combine identical relative/regular selector parsing functionsSam Atkins
2022-03-18LibWeb: Implement `:nth-[last-]child(n of foo)` syntaxSam Atkins
2022-03-18LibWeb: Calculate specificity for special pseudo-classesSam Atkins
2022-03-18LibWeb: Implement the :where() selectorSam Atkins
2022-03-18LibWeb: Implement the :is() selectorSam Atkins
2022-03-18LibWeb: Parse forgiving selector-listsSam Atkins
2022-03-18LibGfx: Draw window frame border radii antialiasedMacDue
2022-03-18LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_cornersMacDue
2022-03-18LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBitsBrian Gianforcaro
2022-03-18SoundPlayer: Fix read of uninitialized member variables on startupBrian Gianforcaro
2022-03-17Everywhere: Switch from EnableIf to requiresLenny Maiorani
2022-03-18LibCrypto: Implement the SECP256r1 elliptic curveMichiel Visser
2022-03-18FontEditor: Reset unicode block view on undo/redo actionsthankyouverycool
2022-03-18FontEditor: Make undo/redo compatible with multi-glyph selectionsthankyouverycool
2022-03-18ClipboardHistory: Show ranges and max dimensions for copied glyphsthankyouverycool
2022-03-18FontEditor: Use memset/memcpy to copy/paste/delete glyphsthankyouverycool
2022-03-18LibGfx: Add accessors for BitmapFont's rows and widthsthankyouverycool
2022-03-18LibJS: Tweak Interpreter::create() for more spec-likenessLinus Groh
2022-03-18LibJS: Use TRY(push_execution_context()) in places where we can recoverLinus Groh
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-18Hearts: Add icon to settings actionLinus Groh
2022-03-18Applications+Games: Drop ellipsis from settings actionLinus Groh
2022-03-18Games: Add reload icon to 'New Game' actionsLinus Groh