summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-07LibGUI: Fix a typoMike Akers
2022-11-07PixelPaint: Improve brushtool gradient for low hardnessTorstennator
2022-11-07PixelPaint: Relate cursor to brush tool sizeTorstennator
2022-11-07LibWeb: Paint `repeating-conic-gradient()`sMacDue
2022-11-07LibWeb: Parse `repeating-conic-gradient()`sMacDue
2022-11-07LibWeb: Skip hit testing a line box fragment if it has no containerLuke Wilde
2022-11-07LibWeb: Fire a keypress event after firing a keydown eventLuke Wilde
2022-11-07LibWeb: Make keyboard events properly fire into a focused iframeLuke Wilde
2022-11-07LibWeb: Implement HTMLTableRowElement.deleteCellLuke Wilde
2022-11-07LibWeb: Implement HTMLTableRowElement.insertCellLuke Wilde
2022-11-07LibWeb: Implement :lang pseudo class serializationLuke Wilde
2022-11-07LibWeb: Recognise the ::placeholder pseudo elementLuke Wilde
2022-11-07LibWeb: Check that there's a head element before looking for faviconsLuke Wilde
2022-11-07LibWeb: Don't call load_src after process_the_iframe_attributesLuke Wilde
2022-11-07LibWeb: Return after firing the iframe load event for about:blankLuke Wilde
2022-11-07LibWeb: Start implementing the Element scroll attributesLuke Wilde
2022-11-07LibWeb: Stub Document.queryCommandSupportedLuke Wilde
2022-11-07LibWeb: Expose MouseEvent.{screenX,screenY}Luke Wilde
2022-11-07LibWeb: Implement Window.focusLuke Wilde
2022-11-07LibWeb: Use the focus steps instead of set_focused_element on user clickLuke Wilde
2022-11-07LibWeb: Extract the (un)focus steps out of HTMLElementLuke Wilde
2022-11-07LibWeb: Implement HTMLSelectElement.typeLuke Wilde
2022-11-07LibWeb: Implement CSSStyleDeclaration.cssTextLuke Wilde
2022-11-07LibWeb: Implement Element.getAttributeNodeLuke Wilde
2022-11-07LibWeb: Add HTMLOrSVGElement.autofocusLuke Wilde
2022-11-07LibHTTP: Always send Content-Length header in POST requestsLuke Wilde
2022-11-07LibWeb: Implement HTMLOrSVGElement.tabIndexLuke Wilde
2022-11-07LibWeb: Stub XMLHttpRequest.abortLuke Wilde
2022-11-07ThemeEditor: Warn about unsaved changes on file openKarol Kosek
2022-11-07TextEditor+HexEditor: Warn about unsaved changes after dropping filesKarol Kosek
2022-11-07PixelPaint: Remember visibility for histogram and vectorscopeTorstennator
2022-11-07AudioServer: Skip mixing when volume is zeroAlex Chronopoulos
2022-11-07LibWeb: Skip anonymous layout nodes while finding the event targetGunnar Beutner
2022-11-07LibWeb: Move code for finding the parent element into a helper functionGunnar Beutner
2022-11-07LibWeb: Implement gap in CSS Gridmartinfalisse
2022-11-07LibWeb: Add some helpers for TemporaryTrackmartinfalisse
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-11-06Base+VideoPlayer: Add an icon for video playerSlimey
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
2022-11-06VideoPlayer: Add quit action and help menuSlimey
2022-11-06VideoPlayer: Show current open file in the titleSlimey
2022-11-06LibWeb: Calculate grid content height using column widthmartinfalisse
2022-11-06LibWeb: Use AvailableSpace when referring to the grid widthmartinfalisse
2022-11-06LibWeb: Calculate grid columns first, and grid rows secondmartinfalisse
2022-11-06LibWeb: Calculate available space for children of the gridmartinfalisse
2022-11-06LibWeb: Replace some unnecessary ShadowRoot verify_cast with static_castBaitinq
2022-11-06LibJS: Remove the now-unused LocalTZA AOTimothy Flynn
2022-11-06LibJS: Change ToLocalTime to use epoch nanosecondsTimothy Flynn
2022-11-06LibJS: Remove infallibility marker from DefaultTimeZone invocationTimothy Flynn