summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08WindowServer: Cycle through menu items with the same Alt shortcutSergiy Stupar
2022-11-08LibWeb: Pick the correct DOM node for mouse-move eventsGunnar Beutner
2022-11-08Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller componentsLiav A
2022-11-08Kernel: Split the DevPtsFS files into smaller componentsLiav A
2022-11-08Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller componentsLiav A
2022-11-08Kernel: Split the ProcFS core file into smaller componentsLiav A
2022-11-08Kernel: Split the FATFileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the TmpFS core files into smaller componentsLiav A
2022-11-08Kernel: Split the SysFS core files into smaller componentsLiav A
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-07Base: Add manpages for which(1) and stat(1)jahway603
2022-11-07Base: Add some `repeating-conic-gradient()` test casesMacDue
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-07Base: Add media emojisBrianna
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-07Base: Add tests for grid gapmartinfalisse
2022-11-07LibWeb: Implement gap in CSS Gridmartinfalisse
2022-11-07LibWeb: Add some helpers for TemporaryTrackmartinfalisse