index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
Base: Add paint effects with opacity/transforms HTML test cases
MacDue
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
Kernel: Stop using 'int's for indices in interrupt handling
Idan Horowitz
2022-09-25
Kernel: Simplify InterruptManagement::switch_to_pic_mode()
Idan Horowitz
2022-09-25
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
Idan Horowitz
2022-09-25
Kernel: Use InterruptManagement::m_interrupt_controllers::append()
Idan Horowitz
2022-09-25
Kernel: Remove unused InterruptManagement::m_smp_enabled
Idan Horowitz
2022-09-25
Base: Improve U+1F92F emoji
networkException
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
Lagom: Build DOMTreeModel from LibWebView
Andreas Kling
2022-09-25
Lagom: Build a tiny slice of LibGUI
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
Base: Remove extraneous pixels from msgbox-question.png
hashem78
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
Meta: Enable full region dumping on CI
kleines Filmröllchen
2022-09-24
Kernel: By default, don't dump regions when a userspace crash happens
kleines Filmröllchen
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
Revert "Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects"
Liav A
2022-09-24
Revert "Kernel: Send SIGBUS to threads that use after valid Inode mmaped range"
Liav A
2022-09-24
LibWeb: Avoid overflow and OOB indexing in get_buffer_source_copy()
MacDue
[next]