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
2023-04-09
BrickGame: Add a missing [[nodiscard]] for consistency
Karol Baraniecki
2023-04-09
BrickGame: Port from DeprecatedStrings to Strings
Karol Baraniecki
2023-04-08
Documentation+Ports: Be upfront about dependencies
Ben Wiederhake
2023-04-08
LibCompress: Mark some XZ-related variables and functions as const
Tim Schumacher
2023-04-08
LibCompress: Move loading XZ blocks into its own function
Tim Schumacher
2023-04-08
LibCompress: Move finishing the current XZ stream into its own function
Tim Schumacher
2023-04-08
LibCompress: Move finishing the current XZ block into its own function
Tim Schumacher
2023-04-08
LibCompress: Move loading XZ stream headers into its own function
Tim Schumacher
2023-04-09
LibGfx: Correctly decode webp lossless with small palette and odd width
Nico Weber
2023-04-08
Ports: Repair qt6-qtbase by disabling QDnsLookup
Ben Wiederhake
2023-04-08
Toolchain: Stop building QEMU with i386 support
Marco Cutecchia
2023-04-08
LibWeb: Begin painting video controls on HTMLVideoElement layout nodes
Timothy Flynn
2023-04-08
LibWeb: Set the media ready state to HAVE_ENOUGH_DATA after fetching
Timothy Flynn
2023-04-08
Base: Add playback state data to the video test page
Timothy Flynn
2023-04-08
LibWeb: Implement HTMLMediaElement.play
Timothy Flynn
2023-04-08
LibWeb: Implement HTMLMediaElement.pause
Timothy Flynn
2023-04-08
LibWeb: Implement the HTMLMediaElement paused attribute
Timothy Flynn
2023-04-08
LibWeb: Implement HTMLMediaElement.load
Timothy Flynn
2023-04-08
LibWeb: Log correct error object when failing to decode a video sample
Timothy Flynn
2023-04-08
LibWeb: Add missing include to WebIDL::Promise
Timothy Flynn
2023-04-08
Tests: Add webp lossless test with color index and < 16 colors
Nico Weber
2023-04-08
LibGfx: Implement color index pixel bundling in webp decoder
Nico Weber
2023-04-08
LibGfx: Enable webp lossless Transform to return new bitmap
Nico Weber
2023-04-08
LibGfx: Add some more dbgln_if()s to webp decoder
Nico Weber
2023-04-08
LibGfx: Give PrefixCodeGroup a deleted copy ctor
Nico Weber
2023-04-08
Fuzzers: Add a WebP fuzzer
Nico Weber
2023-04-08
LibGfx: Make webp lossless decoder 6 times as fast
Nico Weber
2023-04-08
Ports: Update dmidecode to version 3.5
Liav A
2023-04-08
Ports: Update dtc to version 1.7.0
Liav A
2023-04-08
Ports: Update file to version 5.44
Liav A
2023-04-08
Tests: Add test for lossless webp file using a color indexing tranform
Nico Weber
2023-04-08
LibGfx: Second attempt to handle max_symbol correctly in webp decoder
Nico Weber
2023-04-08
LibGfx: Implement most of COLOR_INDEXING_TRANSFORM for webp decoder
Nico Weber
2023-04-08
LibGfx: Extract free add_argb32() function in webp decoder
Nico Weber
2023-04-08
LibGfx: Make a webp error message more detailed
Nico Weber
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-04-08
AK: Bake CLion IDE check into AK_COMPILER_CLANG
Andreas Kling
2023-04-08
Kernel: Don't reuse old master TLS region data in sys$execve()
Andreas Kling
2023-04-07
Ports: Add stockfish port
Tim Ledbetter
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-07
LibWeb: Move string literals to HTML::EventNames
Kenneth Myhra
2023-04-07
LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation*
Kenneth Myhra
2023-04-07
LibWeb: Port CustomEvent to new String
Kenneth Myhra
2023-04-07
LibTimeZone: Update to TZDB version 2023c
Timothy Flynn
2023-04-07
LibJS: Update spec numbers for the Intl Enumeration proposal
Timothy Flynn
2023-04-07
Tests: Add another test for webp lossless decoding
Nico Weber
2023-04-07
LibGfx: Implement meta prefix code support in webp decoder
Nico Weber
2023-04-07
LibCompress: Tolerate more than 288 entries in CanonicalCode
Nico Weber
2023-04-07
LibGfx: Implement COLOR_TRANSFORM for webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Implement PREDICTOR_TRANSFORM for webp lossless decoder
Nico Weber
[next]