summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-06-21LibWeb: Actually distribute free space to flex items with auto marginsAndreas Kling
2022-06-21LibWeb: Implement (some of) "automatic minimum size" for flex itemsAndreas Kling
2022-06-21LibWeb: Make FFC prepare replaced child boxes for layoutAndreas Kling
2022-06-21LibWeb: Make sure we layout absolutely positioned children of FFCAndreas Kling
2022-06-21LibWeb: Add timeout functionality to ResourceLoaderKenneth Myhra
2022-06-21LibWeb: Add XMLHttpRequest::timeout setter and getterKenneth Myhra
2022-06-20LibWeb: Make doubleclicking select the nearest wordKarol Kosek
2022-06-20LibWeb: Dispatch `dblclick` UI Events on double clickKarol Kosek
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-06-20LibWeb: Add stub implementation for handling doubleclicksKarol Kosek
2022-06-19LibWeb: Implement HTMLBaseElement.hrefLuke Wilde
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-06-18LibWeb: Rename Event.srcTarget to Event.srcElementLuke Wilde
2022-06-18LibWeb: Use the AA painter for drawing dotted linesMacDue
2022-06-17LibWeb: Fix 'background-repeat: round' calculationMacDue
2022-06-17LibWeb: Only paint the background image on integer stepsMacDue
2022-06-16LibWeb: Add deprecated `image-rendering` valuesSam Atkins
2022-06-16LibWeb: Disable unused error on temporarily unused variable from specFrHun
2022-06-16LibWeb: Use SmoothPixels scaling mode as the pixelated renderingKarol Kosek
2022-06-16LibWeb: Support using border-radius on <img> tagsMacDue
2022-06-16LibWeb: Make PaintableBox::normalized_border_radii_data() protectedMacDue
2022-06-16LibWeb: Support using border-radius with a background-imageMacDue
2022-06-16LibWeb: Add BorderRadiusCornerClipperMacDue
2022-06-16LibWeb: Move border corner bitmap getter/cache to functionMacDue
2022-06-15LibWeb: Parse rgb and hsl functions according to CSS Module Level 4Thomas Fach-Pedersen
2022-06-15LibWeb: Fix calculation of degrees from radiansThomas Fach-Pedersen
2022-06-14LibWeb: Fix regression in painting the 'caret' icon on GitHubMacDue
2022-06-14LibWeb: Bring border painting much closer to the spec/other browsersMacDue
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()Luke Wilde
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()Luke Wilde
2022-06-13LibWeb/WebGL: Implement error handling and getError()Luke Wilde
2022-06-13LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()Luke Wilde
2022-06-13LibWeb/WebGL: Add a bunch of simple forwarding functionsLuke Wilde
2022-06-13LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBaseLuke Wilde
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde
2022-06-13LibWeb: Support elliptical background cornersMacDue
2022-06-13LibWeb: Add flag to normalize border radii to width onlyMacDue
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-06-11LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_ruleLuke Wilde
2022-06-11LibWeb: Paint background border radius antialiasedMacDue
2022-06-10LibWeb: Print correct value types in ComponentValue debug stringKarol Kosek
2022-06-10LibWeb/CSS: Add :focus-within serialisationLuke Wilde
2022-06-10LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisationLuke Wilde
2022-06-10LibWeb: Apply content filter to DNS prefetch and pre-connectLuke Wilde
2022-06-06LibWeb: Use `long long` where it was replaced with `long`stelar7
2022-06-06LibWeb: Adjust implementation of `Document::create_event`stelar7
2022-06-06LibWeb: Calculate floating elements width using min- and max-widthKarol Kosek
2022-06-05LibWeb: Dispatch mouse events to topmost element instead of hit targetkleines Filmröllchen