index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-29
LibWeb: Improve hit testing on the right of line boxes
Andreas Kling
2020-06-29
LibWeb: Add LayoutRange::normalized()
Andreas Kling
2020-06-29
LibWeb: Paint the text selection :^)
Andreas Kling
2020-06-28
LibWeb: Rename LineBoxFragment::render() => paint()
Andreas Kling
2020-06-28
LibX86: Disassemble the XADD instruction
Andreas Kling
2020-06-28
LibWeb: Layout table-cell contents once again once final width is known
Andreas Kling
2020-06-28
LibGfx+JPGLoader: Print failure message for progressive JPEGs
devashish
2020-06-28
LibWeb: Implement almost all missing tokenizer cases
Luke
2020-06-28
LibWeb: Give the <blockquote> element some margins in the UA style
Andreas Kling
2020-06-28
LibWeb: Support "pt" length units :^)
Andreas Kling
2020-06-28
LibWeb: Start working on supporting fixed table layouts
Andreas Kling
2020-06-28
LibWeb: Add Length::is_undefined_or_auto()
Andreas Kling
2020-06-28
SystemMenu: Fix shutdown dialog
sppmacd
2020-06-28
LibWeb: Turn <td width> into a CSS width property
Andreas Kling
2020-06-28
LibWeb: Convert uppercase selector tag names to lowercase internally
Andreas Kling
2020-06-28
LibWeb: Tweak default style for <hr> to use em units for margin values
Andreas Kling
2020-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
Andreas Kling
2020-06-28
LibWeb: Use length units and shorthands in the default UA style sheet
Andreas Kling
2020-06-28
LibWeb: Collapse top and bottom margin of empty sibling blocks
Andreas Kling
2020-06-28
WindowServer: Move window title bar icons 1px to the right
Andreas Kling
2020-06-28
Documentation: Add filesystem note to WSL2 notes
Andrew Kaster
2020-06-28
DisplaySettings: Allow setting wallpapers from outside /res/wallpapers
devashish
2020-06-28
Browser: Add right-click context menu to tabs
Andrew Kaster
2020-06-28
LibWeb: Add Page context menu request
Andrew Kaster
2020-06-28
QuickShow: Fix for zooming with mouse wheel (#2650)
Hüseyin ASLITÜRK
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-27
Kernel: Make Random work on CPUs without rdrand
Peter Elliott
2020-06-27
LibGfx+JPGLoader: Fix decoding outside of LibWeb
devashish
2020-06-27
LaunchServer: Associate JPEG files with QuickShow
devashish
2020-06-27
Userland: Add a 'test' utility
AnotherTest
2020-06-27
LibLine: Support multiline editing
AnotherTest
2020-06-27
LibWeb: Implement remaining missing tokenizer EOF cases
Kevin Meyer
2020-06-27
Base: Test web page and images for PGM image file type
Hüseyin ASLITÜRK
2020-06-27
LibGfx: Add PGM image file type support
Hüseyin ASLITÜRK
2020-06-27
Base: Add PGM file type to QuickShow file type list
Hüseyin ASLITÜRK
2020-06-27
LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extension
Hüseyin ASLITÜRK
2020-06-27
LibGUI: Fix image preview size in FilePicker for large images
Hüseyin ASLITÜRK
2020-06-27
Kernel: Add g_cpu_supports_rdseed
3541
2020-06-27
Base: Fix sendfd's man page return section
Kevin Meyer
2020-06-26
TextEditor: Add live preview for HTML documents :^)
Andreas Kling
2020-06-26
LibWeb: Implement some missing tokenizer cases for EOF handling
Andreas Kling
2020-06-26
LibWeb: Add CanvasRenderingContext2D.rotate()
Andreas Kling
2020-06-26
LibGfx: Teach AffineTransform how to rotate and multiply
Andreas Kling
2020-06-26
LibWeb: Skip over floating elements when collapsing margins
Andreas Kling
2020-06-26
LibWeb: Add the 'float' CSS property to LayoutStyle
Andreas Kling
2020-06-26
LibJS: run-test.sh emits test output if it is not "PASS"
Matthew Olsson
2020-06-26
IRCClient: Remove duplicate <div> wrapper around colored messages
Andreas Kling
2020-06-26
LibWeb: Remove duplicate if branch in fragment parsing.
theazgra
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
[next]