summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-05LibWeb: Implement LocationObject URL part getters closer to specLinus Groh
2022-03-05LibWeb: Add LocationObject::url()Linus Groh
2022-03-05LibWeb: Add LocationObject::relevant_document()Linus Groh
2022-03-05LibWeb: Add Window::browsing_context()Linus Groh
2022-03-05LibWeb: Add spec comments to LocationObjectLinus Groh
2022-03-04LibWeb: Don't create unwanted layout nodes when recomputing styleAndreas Kling
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-03-04LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one userAndreas Kling
2022-03-04LibWeb: Implement CanvasRenderingContext2D.getImageData()Linus Groh
2022-03-04LibWeb: Change CanvasRenderingContext2D.createImageData() args to longLinus Groh
2022-03-04LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel()Linus Groh
2022-03-04LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to specLinus Groh
2022-03-04LibWeb: Add CanvasRenderingContext2D's origin-clean flagLinus Groh
2022-03-04LibWeb: Remove dbgln() from ImageData::create_with_size()Linus Groh
2022-03-04LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUGLinus Groh
2022-03-04LibWeb: Add HTMLMediaElement.canPlayType()Linus Groh
2022-03-04LibWeb: Correct SVG smooth curve reflected control point calculationIdan Horowitz
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-03-04LibWeb: Implement setTimeout/setInterval with ESO according to the specTimothy Flynn
2022-03-04LibWeb: Allow calling invoke-a-callback with an existing argument listTimothy Flynn
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-03-04LibGfx: Make Size constexpr-capableLenny Maiorani
2022-03-04LibWeb: Make stacking context tree dumps more readableAndreas Kling
2022-03-04LibWeb: Implement hit testing a bit closer to specAndreas Kling
2022-03-04LibWeb: Preserve z-index:auto in CSS::ComputedValuesAndreas Kling
2022-03-04LibGfx: Refactor Vector[2,3,4] to VectorN with specializationsLenny Maiorani
2022-03-04LibWeb: Measure intrinsic block width *around* children's border edgeAndreas Kling
2022-03-03LibGUI: Add `mimic_pressed` to Button to signify being virtually clickedForLoveOfCats
2022-03-03LibGUI: Use logical `and` instead of bitwise in `Button` paint callForLoveOfCats
2022-03-03LibWeb: Include cookies in form submissionLuke Wilde
2022-03-03LibWeb: Prevent crashes with progress element's value and max attributesJelle Raaijmakers
2022-03-03LibWeb: Forward-declare FormattingState as a structAndreas Kling
2022-03-03LibWeb: Reduce HashMap thrashing during custom property cascadeAndreas Kling
2022-03-03LibWeb: Use FlyString for CSS custom property namesAndreas Kling
2022-03-03LibSoftGPU: Add mipmap selection to sampler classStephan Unverwerth
2022-03-03LibSoftGPU: Add log2_approximate()Stephan Unverwerth
2022-03-03LibSoftGPU: Add ddx() and ddy() to calculate partial derivativesStephan Unverwerth
2022-03-03LibGL: Fix interpretation of mipmap filtering modesStephan Unverwerth
2022-03-03LibWeb: Update element style when focus state changesAndreas Kling
2022-03-03LibWeb: Remove bogus line box width adjustmentAndreas Kling
2022-03-03LibWeb: Align actual baselines, not just bottomsAndreas Kling
2022-03-03LibWeb: Consider all children when doing height:auto for normal blocksAndreas Kling
2022-03-03LibWeb: Small improvements to layout tree dumpsAndreas Kling
2022-03-02LibGfx: Don't paint the window frame larger for the border-radiusMacDue
2022-03-02LibWeb: Send Origin on WebSocket connectionMichiel Visser
2022-03-02LibGUI: Support hierarchical matches in FilterProxyModelthankyouverycool
2022-03-02LibJS: Implement and test ArrayBuffer.prototype.resizeForLoveOfCats
2022-03-02LibJS: Implement and test getters added by resizable ArrayBufferForLoveOfCats
2022-03-02LibJS: Construct ArrayBuffer with max byte length when providedForLoveOfCats