summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-29LibWeb: Improve hit testing on the right of line boxesAndreas Kling
2020-06-29LibWeb: Add LayoutRange::normalized()Andreas Kling
2020-06-29LibWeb: Paint the text selection :^)Andreas Kling
2020-06-28LibWeb: Rename LineBoxFragment::render() => paint()Andreas Kling
2020-06-28LibX86: Disassemble the XADD instructionAndreas Kling
2020-06-28LibWeb: Layout table-cell contents once again once final width is knownAndreas Kling
2020-06-28LibGfx+JPGLoader: Print failure message for progressive JPEGsdevashish
2020-06-28LibWeb: Implement almost all missing tokenizer casesLuke
2020-06-28LibWeb: Give the <blockquote> element some margins in the UA styleAndreas Kling
2020-06-28LibWeb: Support "pt" length units :^)Andreas Kling
2020-06-28LibWeb: Start working on supporting fixed table layoutsAndreas Kling
2020-06-28LibWeb: Add Length::is_undefined_or_auto()Andreas Kling
2020-06-28SystemMenu: Fix shutdown dialogsppmacd
2020-06-28LibWeb: Turn <td width> into a CSS width propertyAndreas Kling
2020-06-28LibWeb: Convert uppercase selector tag names to lowercase internallyAndreas Kling
2020-06-28LibWeb: Tweak default style for <hr> to use em units for margin valuesAndreas Kling
2020-06-28LibWeb: Don't tolerate unit-less lengths (except 0) in standards modeAndreas Kling
2020-06-28LibWeb: Use length units and shorthands in the default UA style sheetAndreas Kling
2020-06-28LibWeb: Collapse top and bottom margin of empty sibling blocksAndreas Kling
2020-06-28WindowServer: Move window title bar icons 1px to the rightAndreas Kling
2020-06-28Documentation: Add filesystem note to WSL2 notesAndrew Kaster
2020-06-28DisplaySettings: Allow setting wallpapers from outside /res/wallpapersdevashish
2020-06-28Browser: Add right-click context menu to tabsAndrew Kaster
2020-06-28LibWeb: Add Page context menu requestAndrew Kaster
2020-06-28QuickShow: Fix for zooming with mouse wheel (#2650)Hüseyin ASLITÜRK
2020-06-27LibWeb: Make DOM timers cancellable and stop leaking themAndreas Kling
2020-06-27Kernel: Make Random work on CPUs without rdrandPeter Elliott
2020-06-27LibGfx+JPGLoader: Fix decoding outside of LibWebdevashish
2020-06-27LaunchServer: Associate JPEG files with QuickShowdevashish
2020-06-27Userland: Add a 'test' utilityAnotherTest
2020-06-27LibLine: Support multiline editingAnotherTest
2020-06-27LibWeb: Implement remaining missing tokenizer EOF casesKevin Meyer
2020-06-27Base: Test web page and images for PGM image file typeHüseyin ASLITÜRK
2020-06-27LibGfx: Add PGM image file type supportHüseyin ASLITÜRK
2020-06-27Base: Add PGM file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-27LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extensionHüseyin ASLITÜRK
2020-06-27LibGUI: Fix image preview size in FilePicker for large imagesHüseyin ASLITÜRK
2020-06-27Kernel: Add g_cpu_supports_rdseed3541
2020-06-27Base: Fix sendfd's man page return sectionKevin Meyer
2020-06-26TextEditor: Add live preview for HTML documents :^)Andreas Kling
2020-06-26LibWeb: Implement some missing tokenizer cases for EOF handlingAndreas Kling
2020-06-26LibWeb: Add CanvasRenderingContext2D.rotate()Andreas Kling
2020-06-26LibGfx: Teach AffineTransform how to rotate and multiplyAndreas Kling
2020-06-26LibWeb: Skip over floating elements when collapsing marginsAndreas Kling
2020-06-26LibWeb: Add the 'float' CSS property to LayoutStyleAndreas Kling
2020-06-26LibJS: run-test.sh emits test output if it is not "PASS"Matthew Olsson
2020-06-26IRCClient: Remove duplicate <div> wrapper around colored messagesAndreas Kling
2020-06-26LibWeb: Remove duplicate if branch in fragment parsing.theazgra
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling