summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-03-18Eyes: Add 'Contents' action to help menuLinus Groh
2022-03-17PixelPaint: Expand FastBoxBlur settings to allow vector inputTobias Christiansen
2022-03-17PixelPaint: Add asymmetric parameters to FastBoxBlurTobias Christiansen
2022-03-17LibGfx: Allow for different {x,y}-radii in FastBoxBlurFilterTobias Christiansen
2022-03-17LibGfx: Make FastBoxBlurFilter::apply_single_pass's argument unsignedTobias Christiansen
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-17LibGUI: Clamp selection when drag-selecting over out of range areaMaciej
2022-03-17LibGUI: Update active glyph when drag-selecting in GlyphMapWidgetMaciej
2022-03-17LibGUI: Use different color for GlyphMapWidget backgroundMaciej
2022-03-17LibJS: Update specification steps for RegExp Match IndicesTimothy Flynn
2022-03-17Utilities: Remove redundant program name element in Core::command() callItamar
2022-03-17HackStudio: Remove program name element in Core::command() callsItamar
2022-03-16LibWeb: :checked should only match inputs in checkbox/radio type stateAndreas Kling
2022-03-16LibWeb: Schedule a relayout after <image> and <object> elements loadAndreas Kling
2022-03-16LibWeb: Move text fragment painting to PaintableWithLinesAndreas Kling
2022-03-16LibWeb: Implement window.nameSimon Wanner
2022-03-16LibJS: Fix fraction substring in ParseTimeZoneOffsetStringLinus Groh
2022-03-16LibJS: Remove unused code in DifferenceISODateLinus Groh
2022-03-16LibJS: Remove the ConstrainToRange AOLinus Groh
2022-03-16LibJS: Remove argument type assertion from ParseTemporalDurationStringLinus Groh
2022-03-16LibJS: Assume Get() on the result of PrepareTemporalFields can't failLinus Groh
2022-03-16LibWeb: Evaluate `no-preference` media-features as falseSam Atkins
2022-03-16LibWeb: Add missing MEDIAQUERIES-5 media-featuresSam Atkins
2022-03-16LibWeb: Add MEDIAQUERIES-5 identifiersSam Atkins
2022-03-16PixelPaint: Add Timer for displaying previews of filtersTobias Christiansen
2022-03-16LibWeb: Don't discard update_style_recursively() return valueAndreas Kling
2022-03-16LibWeb: Mark a bunch of CSS border-* properties as not affecting layoutAndreas Kling
2022-03-16LibJS: Relax line and column number restrictions in Error stack testsSimon Wanner
2022-03-16LibWeb: Mark all text-decoration* CSS properties as not affecting layoutAndreas Kling
2022-03-16LibWeb: Don't call establishes_stacking_context() during paintingAndreas Kling