summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-20LibGUI: Use system theme when painting GlyphMapWidget focus outlinethankyouverycool
2022-03-20LibGUI: Reset GlyphMapWidget only if clicking a new active glyphthankyouverycool
2022-03-20LibGUI: Use nicer API for contrained positions in GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Remove unnecessary MouseEvent calls in GlyphMapWidgetthankyouverycool
2022-03-20LibWeb: Grey out invisible nodes in the DOM inspectorSimon Wanner
2022-03-20LibWeb: Always call Layout::Box::did_set_rect()Andreas Kling
2022-03-20LibWeb: Layout browsing context parent before its childrenAndreas Kling
2022-03-20LibWeb: Don't crash in BrowsingContextContainer::content_document()Andreas Kling
2022-03-20LibWeb: Always defer callbacks in ResourceClient::set_resource()Andreas Kling
2022-03-20LibWeb: Implement the :focus-within selectorSam Atkins
2022-03-20LibWeb: Ignore linked stylesheets with MIME types other than text/cssAndreas Kling
2022-03-20LibWeb: Clear element.style when the "style" attribute is removedAndreas Kling
2022-03-20LibWeb: Invalidate style & layout inside iframes when they change sizeAndreas Kling
2022-03-20LibWeb: Evaluate @media CSS rules when updating styleAndreas Kling
2022-03-20LibWeb: Implement HTMLOptionElement.selectedAndreas Kling
2022-03-20LibWeb: Implement HTMLSelectElement.selectedIndexAndreas Kling
2022-03-20LibC: Automatically append null terminator in vswprintfsafarp
2022-03-20LibWeb: Include entire border box when painting stacking context layerAndreas Kling
2022-03-20LibWeb: Assign the used top/bottom border widths to inline-block boxesAndreas Kling
2022-03-20LibWeb: Add basic support for :lang() CSS selectorAndreas Kling
2022-03-20LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()Andreas Kling
2022-03-20LibWasm: Increase the arbitrary local value count per type limitAli Mohammad Pur
2022-03-20LibWasm: Use some template magic to greatly simplify stack validationAli Mohammad Pur
2022-03-20LibWasm: Allow Limits max value to be equal to 2^k-1Ali Mohammad Pur
2022-03-20LibJS: Allow 'expect().fail("some random string")' in test-jsAli Mohammad Pur
2022-03-20LibWeb: Implement the rest of the Adoption Agency AlgorithmSimon Wanner
2022-03-20LibHTTP+LibTLS: Better HTTPS Socket EOF detectionFlorent Castelli
2022-03-19LibGfx: Fix draw_anti_aliased_line() for steep lines with "OnlyEnds"Andreas Kling
2022-03-20LibCrypto: Move all elliptic curve private methods into .cppMichiel Visser
2022-03-20LibCrypto+LibTLS: Add SECP256r1 support to LibTLSMichiel Visser
2022-03-20LibCrypto+LibTLS: Generalize the elliptic curve interfaceMichiel Visser
2022-03-19LibGfx: Transcribe "Xiaolin Wu's line algorithm" more accuratelyAndreas Kling
2022-03-19LibGfx: Be more aggressive when splitting bezier curvesAndreas Kling
2022-03-19LibWeb: Make document-level style invalidation fastAndreas Kling
2022-03-19LibWeb: Don't crash when detached document tries to use system paletteAndreas Kling
2022-03-19LibWeb: Give StyleComputer a helper for getting the current viewportAndreas Kling
2022-03-19LibProtocol: Don't block indefinitely in stream_into's on_ready_to_readAli Mohammad Pur
2022-03-19LibCore: Add text/css mime typeMaciej
2022-03-19LibCore: Add some extensions that are text/plainMaciej
2022-03-19LibCore: Make application/octet-stream the default guessed MIME typeMaciej
2022-03-19LibJS/Bytecode: Make construct Call throw if callee isn't a constructorLuke Wilde
2022-03-19LibJS/Bytecode: Add support for new.targetLuke Wilde
2022-03-19LibWeb: Don't put a backslash after escape sequences in text-like tokensKarol Kosek
2022-03-19LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigIntLinus Groh
2022-03-19LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigIntLinus Groh
2022-03-19LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigIntLinus Groh
2022-03-19LibJS: Change total_duration_nanoseconds() from JS to Crypto BigIntsLinus Groh
2022-03-19LibMain: Add the ability to configure the exit code on errorSam Atkins
2022-03-19LibCore: Add File::ensure_directories()Tim Schumacher
2022-03-19LibWeb: Only delay "load" event for script elements that load somethingAndreas Kling