index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-05-24
Utilities: Use elapsed_milliseconds() instead of elapsed()
Nico Weber
2023-05-24
LibCore: Add ElapsedTimer::elapsed_milliseconds()
Nico Weber
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-24
LibVideo: Rename local variable from "max_bits" to "bits_left"
Nico Weber
2023-05-24
LibVideo: Rename BooleanDecoder::initialize param
Nico Weber
2023-05-24
LibVideo: Remove unused BooleanDecoder::bits_remaining()
Nico Weber
2023-05-24
LibWeb: Honor the font-size even if the font-family is not found
Andreas Kling
2023-05-24
LibWeb: Avoid full tree traversal in Node::compare_document_position()
Aliaksandr Kalenik
2023-05-24
LibGfx: Prevent out of bounds access when scaling small Bitmaps
Darius Arnold
2023-05-24
LibWeb: Resolve CSS variables if present in SVG presentation attributes
Andreas Kling
2023-05-24
LibWeb: Add fast way to check if a DOM node is an SVG element
Andreas Kling
2023-05-24
Utilities/w: Add `-h` option to optionally hide the header
Tim Ledbetter
2023-05-24
Utilities/w: Add the ability to filter by username
Tim Ledbetter
2023-05-24
Utilities/w: Display the TTY pseudo name in the "TTY" column
Tim Ledbetter
2023-05-24
Utilities/w: Convert TTY string from `/var/run/utmp` to TTY pseudo name
Tim Ledbetter
2023-05-24
Utilities/w: Port to String
Tim Ledbetter
2023-05-24
Utilities/w: Replace LibC function calls with modern equivalents
Tim Ledbetter
2023-05-23
SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabled
Caoimhe
2023-05-23
LibWeb: Reject invalid tokens in `calc()` expressions
Sam Atkins
2023-05-23
LibWeb: Make LiveNodeList faster when it only cares about children
Andreas Kling
2023-05-23
LibWeb: Don't draw text fragments that would be clipped by the painter
Andreas Kling
2023-05-23
LibWeb: Make HTMLCollection faster when it only cares about children
Andreas Kling
2023-05-23
LibVideo/PlaybackManager: Use a function to start the internal timer
Zaggy1024
2023-05-23
LibVideo/PlaybackManager: Decode frames off the main thread
Zaggy1024
2023-05-23
LibVideo: Fallibly construct playback manager fields
Zaggy1024
2023-05-23
LibWeb: Simplify margin & border box construction in `LayoutState`
Jelle Raaijmakers
2023-05-23
LibGfx: Get rid of `Gfx::Rect<float>` area workaround in `Painter`
Jelle Raaijmakers
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-23
Chess: Make the resign button have no effect after the game ends
Tim Ledbetter
2023-05-23
Chess: Don't ask the engine to make a move if the game is finished
Tim Ledbetter
2023-05-23
Browser: Default to HTTPS instead of HTTP if no protocol is specified
Andreas Kling
2023-05-23
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
Andreas Kling
2023-05-23
LibWeb: Use the right DOM node when placing cursor on double-click
Andreas Kling
2023-05-23
LibWeb: Don't create mutation record node lists if nobody is interested
Andreas Kling
2023-05-23
test-fuzz: Add all the missing fuzzers
Tim Schumacher
2023-05-23
test-fuzz: Don't include all fuzzers into the same .cpp file
Tim Schumacher
2023-05-23
LibWeb: Avoid rebuilding layout tree unless CSS display property changes
Andreas Kling
2023-05-23
Browser: Don't show error message box when canceling editor dialog
Kemal Zebari
2023-05-23
LibGfx: Fix parsing of rgba values
Andi Gallo
2023-05-23
LibWeb: Preserve case for key events
Andi Gallo
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-23
LibGUI: Adjust size and layout of InputBox
thankyouverycool
2023-05-23
du: Continue enumerating directories on error
Tim Ledbetter
2023-05-23
du: Print to stderr rather than stdout when directory can't be read
Tim Ledbetter
2023-05-23
LibC: Fix incorrect string length calculation in getsignalbyname()
Tim Ledbetter
2023-05-22
WebP: Let ALPH replace alpha channel instead of augmenting it
Nico Weber
2023-05-22
SpiceAgent: Gracefully exit when the Spice server disconnects
Timothy Flynn
2023-05-22
SpiceAgent: Reduce copying of potentially large byte buffers
Timothy Flynn
2023-05-22
LibWeb: Wait for media candidates without endlessly queueing microtasks
Timothy Flynn
2023-05-22
LibWeb: Make sure collapsed margins are not ignored if box creates FC
Aliaksandr Kalenik
[next]