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-20
LibGUI: Use system theme when painting GlyphMapWidget focus outline
thankyouverycool
2022-03-20
LibGUI: Reset GlyphMapWidget only if clicking a new active glyph
thankyouverycool
2022-03-20
LibGUI: Use nicer API for contrained positions in GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Remove unnecessary MouseEvent calls in GlyphMapWidget
thankyouverycool
2022-03-20
LibWeb: Grey out invisible nodes in the DOM inspector
Simon Wanner
2022-03-20
LibWeb: Always call Layout::Box::did_set_rect()
Andreas Kling
2022-03-20
LibWeb: Layout browsing context parent before its children
Andreas Kling
2022-03-20
LibWeb: Don't crash in BrowsingContextContainer::content_document()
Andreas Kling
2022-03-20
LibWeb: Always defer callbacks in ResourceClient::set_resource()
Andreas Kling
2022-03-20
LibWeb: Implement the :focus-within selector
Sam Atkins
2022-03-20
LibWeb: Ignore linked stylesheets with MIME types other than text/css
Andreas Kling
2022-03-20
LibWeb: Clear element.style when the "style" attribute is removed
Andreas Kling
2022-03-20
LibWeb: Invalidate style & layout inside iframes when they change size
Andreas Kling
2022-03-20
LibWeb: Evaluate @media CSS rules when updating style
Andreas Kling
2022-03-20
LibWeb: Implement HTMLOptionElement.selected
Andreas Kling
2022-03-20
LibWeb: Implement HTMLSelectElement.selectedIndex
Andreas Kling
2022-03-20
LibC: Automatically append null terminator in vswprintf
safarp
2022-03-20
LibWeb: Include entire border box when painting stacking context layer
Andreas Kling
2022-03-20
LibWeb: Assign the used top/bottom border widths to inline-block boxes
Andreas Kling
2022-03-20
LibWeb: Add basic support for :lang() CSS selector
Andreas Kling
2022-03-20
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
Andreas Kling
2022-03-20
LibWasm: Increase the arbitrary local value count per type limit
Ali Mohammad Pur
2022-03-20
LibWasm: Use some template magic to greatly simplify stack validation
Ali Mohammad Pur
2022-03-20
LibWasm: Allow Limits max value to be equal to 2^k-1
Ali Mohammad Pur
2022-03-20
LibJS: Allow 'expect().fail("some random string")' in test-js
Ali Mohammad Pur
2022-03-20
LibWeb: Implement the rest of the Adoption Agency Algorithm
Simon Wanner
2022-03-20
LibHTTP+LibTLS: Better HTTPS Socket EOF detection
Florent Castelli
2022-03-19
LibGfx: Fix draw_anti_aliased_line() for steep lines with "OnlyEnds"
Andreas Kling
2022-03-20
LibCrypto: Move all elliptic curve private methods into .cpp
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Add SECP256r1 support to LibTLS
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Generalize the elliptic curve interface
Michiel Visser
2022-03-19
LibGfx: Transcribe "Xiaolin Wu's line algorithm" more accurately
Andreas Kling
2022-03-19
LibGfx: Be more aggressive when splitting bezier curves
Andreas Kling
2022-03-19
LibWeb: Make document-level style invalidation fast
Andreas Kling
2022-03-19
LibWeb: Don't crash when detached document tries to use system palette
Andreas Kling
2022-03-19
LibWeb: Give StyleComputer a helper for getting the current viewport
Andreas Kling
2022-03-19
LibProtocol: Don't block indefinitely in stream_into's on_ready_to_read
Ali Mohammad Pur
2022-03-19
LibCore: Add text/css mime type
Maciej
2022-03-19
LibCore: Add some extensions that are text/plain
Maciej
2022-03-19
LibCore: Make application/octet-stream the default guessed MIME type
Maciej
2022-03-19
LibJS/Bytecode: Make construct Call throw if callee isn't a constructor
Luke Wilde
2022-03-19
LibJS/Bytecode: Add support for new.target
Luke Wilde
2022-03-19
LibWeb: Don't put a backslash after escape sequences in text-like tokens
Karol Kosek
2022-03-19
LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts
Linus Groh
2022-03-19
LibMain: Add the ability to configure the exit code on error
Sam Atkins
2022-03-19
LibCore: Add File::ensure_directories()
Tim Schumacher
2022-03-19
LibWeb: Only delay "load" event for script elements that load something
Andreas Kling
[prev]
[next]