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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-03-05
LibWeb: Implement LocationObject URL part getters closer to spec
Linus Groh
2022-03-05
LibWeb: Add LocationObject::url()
Linus Groh
2022-03-05
LibWeb: Add LocationObject::relevant_document()
Linus Groh
2022-03-05
LibWeb: Add Window::browsing_context()
Linus Groh
2022-03-05
LibWeb: Add spec comments to LocationObject
Linus Groh
2022-03-04
LibWeb: Don't create unwanted layout nodes when recomputing style
Andreas Kling
2022-03-04
LibGfx: Rename Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-03-04
LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one user
Andreas Kling
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.getImageData()
Linus Groh
2022-03-04
LibWeb: Change CanvasRenderingContext2D.createImageData() args to long
Linus Groh
2022-03-04
LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel()
Linus Groh
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to spec
Linus Groh
2022-03-04
LibWeb: Add CanvasRenderingContext2D's origin-clean flag
Linus Groh
2022-03-04
LibWeb: Remove dbgln() from ImageData::create_with_size()
Linus Groh
2022-03-04
LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG
Linus Groh
2022-03-04
LibWeb: Add HTMLMediaElement.canPlayType()
Linus Groh
2022-03-04
LibWeb: Correct SVG smooth curve reflected control point calculation
Idan Horowitz
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-04
LibWeb: Implement setTimeout/setInterval with ESO according to the spec
Timothy Flynn
2022-03-04
LibWeb: Allow calling invoke-a-callback with an existing argument list
Timothy Flynn
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-03-04
LibGfx: Make Size constexpr-capable
Lenny Maiorani
2022-03-04
LibWeb: Make stacking context tree dumps more readable
Andreas Kling
2022-03-04
LibWeb: Implement hit testing a bit closer to spec
Andreas Kling
2022-03-04
LibWeb: Preserve z-index:auto in CSS::ComputedValues
Andreas Kling
2022-03-04
LibGfx: Refactor Vector[2,3,4] to VectorN with specializations
Lenny Maiorani
2022-03-04
LibWeb: Measure intrinsic block width *around* children's border edge
Andreas Kling
2022-03-03
LibGUI: Add `mimic_pressed` to Button to signify being virtually clicked
ForLoveOfCats
2022-03-03
LibGUI: Use logical `and` instead of bitwise in `Button` paint call
ForLoveOfCats
2022-03-03
LibWeb: Include cookies in form submission
Luke Wilde
2022-03-03
LibWeb: Prevent crashes with progress element's value and max attributes
Jelle Raaijmakers
2022-03-03
LibWeb: Forward-declare FormattingState as a struct
Andreas Kling
2022-03-03
LibWeb: Reduce HashMap thrashing during custom property cascade
Andreas Kling
2022-03-03
LibWeb: Use FlyString for CSS custom property names
Andreas Kling
2022-03-03
LibSoftGPU: Add mipmap selection to sampler class
Stephan Unverwerth
2022-03-03
LibSoftGPU: Add log2_approximate()
Stephan Unverwerth
2022-03-03
LibSoftGPU: Add ddx() and ddy() to calculate partial derivatives
Stephan Unverwerth
2022-03-03
LibGL: Fix interpretation of mipmap filtering modes
Stephan Unverwerth
2022-03-03
LibWeb: Update element style when focus state changes
Andreas Kling
2022-03-03
LibWeb: Remove bogus line box width adjustment
Andreas Kling
2022-03-03
LibWeb: Align actual baselines, not just bottoms
Andreas Kling
2022-03-03
LibWeb: Consider all children when doing height:auto for normal blocks
Andreas Kling
2022-03-03
LibWeb: Small improvements to layout tree dumps
Andreas Kling
2022-03-02
LibGfx: Don't paint the window frame larger for the border-radius
MacDue
2022-03-02
LibWeb: Send Origin on WebSocket connection
Michiel Visser
2022-03-02
LibGUI: Support hierarchical matches in FilterProxyModel
thankyouverycool
2022-03-02
LibJS: Implement and test ArrayBuffer.prototype.resize
ForLoveOfCats
2022-03-02
LibJS: Implement and test getters added by resizable ArrayBuffer
ForLoveOfCats
2022-03-02
LibJS: Construct ArrayBuffer with max byte length when provided
ForLoveOfCats
[next]