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-09-26
LibWeb: Fix destination bitmap edge clip case in transform painting
MacDue
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Fix shadow painting when the target painter is translated
MacDue
2022-09-25
LibWeb: Sample the destination when painting element opacity/transform
MacDue
2022-09-25
LibWeb: Add PaintableBox::absolute_paint_rect()
MacDue
2022-09-25
LibWeb: Use CSS::Size for computed size and max-size values
Andreas Kling
2022-09-25
LibWeb: Teach CSS::StyleProperties to create CSS::Size values
Andreas Kling
2022-09-25
LibWeb: Add CSS::Size to represent the full range of CSS size values
Andreas Kling
2022-09-25
LibWeb: Only notify PageClient about top-level browsing context loads
Andreas Kling
2022-09-25
LibGUI: Add Model::unsafe_create_index()
Andreas Kling
2022-09-25
LibWebView: Make DOMTreeModel usable outside of SerenityOS
Andreas Kling
2022-09-25
LibWeb: Invalidate layout when a DOM node is removed from the tree
Andreas Kling
2022-09-24
LibWeb: Compute StackingContext transform origin only once
Andreas Kling
2022-09-24
LibGUI: Update calculated_min_size() for TextEditor
thankyouverycool
2022-09-24
LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size()
thankyouverycool
2022-09-24
LibGUI: Don't draw Scrollbar button triangles if they'd be off-center
thankyouverycool
2022-09-24
LibGUI: Implement calculated_min_size() for StackWidget
thankyouverycool
2022-09-24
LibGUI: Implement calculated_min_size() for ListView
thankyouverycool
2022-09-24
LibGUI: Implement calculated_min_size() for AbstractScrollableWidget
thankyouverycool
2022-09-24
LibWeb: Make CSS Grid work again
martinfalisse
2022-09-24
LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'
Linus Groh
2022-09-24
LibWeb: Move WindowProxy from Bindings/ to HTML/
Linus Groh
2022-09-24
LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/
Linus Groh
2022-09-24
LibWeb: Restore clipping of positioned descendants
MacDue
2022-09-24
LibGfx: Fix affine transformations in TrueType composite glyphs
Itamar
2022-09-24
WindowServer: Fallback to safe mode-setting in case of mapping overflow
Liav A
2022-09-24
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
Liav A
2022-09-24
LibEDID: Remove head index when retrieving an EDID from DisplayConnector
Liav A
2022-09-24
LibWeb: Treat replaced % sizes as 0 if containing block is indefinite
Andreas Kling
2022-09-24
LibWeb: Bring flex basis calculation a little closer to spec
Andreas Kling
2022-09-24
LibWeb: Remove awkward BFC::compute_theoretical_height() function
Andreas Kling
2022-09-24
LibWeb: Avoid overflow and OOB indexing in get_buffer_source_copy()
MacDue
2022-09-24
LibWeb: Remove unused capture in queue_a_microtask()
Andreas Kling
2022-09-24
LibWeb: Use automatic_content_height() in flex item internal layouts
Andreas Kling
2022-09-24
LibWeb: Use automatic_content_height() when computing intrinsic heights
Andreas Kling
2022-09-24
LibWeb: Add FormattingContext::automatic_content_height()
Andreas Kling
2022-09-24
LibWeb+LibGfx: Move the blit image through 2D transfrom to Gfx::Painter
Andreas Kling
2022-09-24
LibWeb: Remove now-unnecessary JS::Handles in microtask capture lists
Andreas Kling
2022-09-24
LibWeb: Make queue_an_element_task() use JS::SafeFunction
Andreas Kling
2022-09-24
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
Andreas Kling
2022-09-24
LibWeb: Use JS::SafeFunction in the HTML task queues
Andreas Kling
2022-09-24
LibJS: Add JS::SafeFunction, like Function but protects captures from GC
Andreas Kling
2022-09-24
LibWeb: Don't trigger page_did_layout() on non-active documents
MacDue
2022-09-23
LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec
Luke Wilde
2022-09-23
LibWeb: Keep message alive in postMessage task callback lambda
Luke Wilde
2022-09-23
WindowServer: Fix mapping the correct framebuffer size
Liav A
[next]