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-19
Applications: Improve FSAC error message handling
thankyouverycool
2023-05-19
FileSystemAccessServer: Return EPERM for denied prompts
thankyouverycool
2023-05-19
LibFileSystemAccessClient: Improve error propagation
thankyouverycool
2023-05-19
LibGUI: Set Open/Save button as default in FilePicker
thankyouverycool
2023-05-19
LibWeb: Push the realm execution context while linking modules
Andreas Kling
2023-05-19
LibWeb: Implement the "error to rethrow" mechanism in HTML::Script
Andreas Kling
2023-05-19
LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`
Jelle Raaijmakers
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-19
PixelPaint: Use box sampling scaling for layer thumbnails
Jelle Raaijmakers
2023-05-19
PixelPaint: Add support for box sampling scaling
Jelle Raaijmakers
2023-05-19
ImageViewer: Add support for box sampling scaling
Jelle Raaijmakers
2023-05-19
LibGfx: Implement box sampling image scaling
Jelle Raaijmakers
2023-05-19
LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`
Jelle Raaijmakers
2023-05-19
LibGfx: Implement alternative `Rect` right/bottom edge calculations
Jelle Raaijmakers
2023-05-19
LibWeb: Resolve grid item fixed size paddings in GFC
Aliaksandr Kalenik
2023-05-19
LibWeb: Move resolving grid item heights into separate method in GFC
Aliaksandr Kalenik
2023-05-18
shuf: Add `-r` option to allow output lines to be repeated
Tim Ledbetter
2023-05-18
LibAudio: Compute and verify FLAC frame header checksums
kleines Filmröllchen
2023-05-18
LibCrypto: Add a checksumming stream wrapper
kleines Filmröllchen
2023-05-18
LibCrypto: Add generic 8-bit CRC
kleines Filmröllchen
2023-05-18
LibCrypto: Expose checksum type of ChecksumFunction
kleines Filmröllchen
2023-05-18
LibWeb: Fix "Unsupported main size for flex-basis" spam about calc()
Andreas Kling
2023-05-18
LibWeb: Use grid item used width as available width during track sizing
Aliaksandr Kalenik
2023-05-18
LibWeb: Remove unitless-length quirk from properties that don't need it
Sam Atkins
2023-05-17
Kernel+Userland: Split bind-mounting and re-mounting from mount syscall
Liav A
2023-05-17
LibThreading: Only run on_error callback when action wasn't canceled
kleines Filmröllchen
2023-05-17
LibCore: Cancel jobs on event loop exit
kleines Filmröllchen
2023-05-17
CatDog: Stop recognizing name of deleted program
Ben Wiederhake
2023-05-17
LibWeb: Add missing call to Base in VideoTrack::visit_edges()
Andreas Kling
2023-05-17
LibWeb: Null-check layout node before dereferencing in HTMLVideoElement
Andreas Kling
2023-05-17
LibWeb: Resolve CSS custom properties on pseudo elements
Andreas Kling
2023-05-17
Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebView
Timothy Flynn
2023-05-17
Ladybird: Move ownership of the JS console/inspector to the tab object
Timothy Flynn
2023-05-17
Browser+Ladybird+LibWebView: Virtualize computing content/widget points
Timothy Flynn
2023-05-17
Browser+Ladybird+LibWebView: Move some common functions to LibWebView
Timothy Flynn
2023-05-17
LibWeb: Add for_each_spanned_track to iterate spanned tracks in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Consider span > 1 while getting available space for items in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Remove borders from TemporaryTrack in GFC
Aliaksandr Kalenik
2023-05-17
tar: Wire up compressing .tar files with LZMA
Tim Schumacher
2023-05-17
LibCompress: Add a lot of debug logging to LZMA
Tim Schumacher
2023-05-17
LibCompress: Add an LZMA encoder
Tim Schumacher
2023-05-17
LibCompress: Use the variable for LZMA "normalized to real distance"
Tim Schumacher
2023-05-17
LibCompress: Decode the LZMA match type in a separate function
Tim Schumacher
2023-05-17
LibCompress: Make LzmaHeader a POD-like type
Tim Schumacher
2023-05-17
LibCompress: Extract the LZMA state to a separate class
Tim Schumacher
2023-05-17
LibWeb: Use auto minimimum size while resolving flexible tracks in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Skip non-spanning items sizing if there are no such items
Aliaksandr Kalenik
2023-05-17
LibWeb: Rename flexible_length to flex_factor in GridSize
Aliaksandr Kalenik
2023-05-17
LibWeb: Implement more of "Expand Flexible Tracks" in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Support flex-basis: calc(...)
Andreas Kling
[next]