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-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
2023-04-07
LibGfx: Add CanonicalCode wrapper to webp lossless decoder
Nico Weber
2023-04-07
Base: Add a simple test page to load a video and display some metadata
Timothy Flynn
2023-04-07
LibWeb: Create a basic layout node for HTMLVideoElement
Timothy Flynn
2023-04-07
LibWeb: Implement HTMLVideoElement's video{Width,Height} attributes
Timothy Flynn
2023-04-07
LibWeb: Begin implementing HTMLMediaElement's readyState attribute
Timothy Flynn
2023-04-07
LibWeb: Implement HTMLMediaElement's duration attribute
Timothy Flynn
2023-04-07
LibWeb: Indicate that we may be able to play video MIME types
Timothy Flynn
2023-04-07
LibWeb: Parse and load the HTMLMediaElement's src attribute
Timothy Flynn
2023-04-07
LibWeb: Implement TrackEvent for media events
Timothy Flynn
2023-04-07
LibWeb: Implement VideoTrack and VideoTrackList
Timothy Flynn
2023-04-07
LibWeb: Define steps to queue a media element task on a HTMLMediaElement
Timothy Flynn
2023-04-07
LibWeb: Define missing media HTML event names
Timothy Flynn
2023-04-07
LibWeb: Sort HTML event names
Timothy Flynn
2023-04-07
LibWeb: Implement HTMLMediaElement's networkState attribute
Timothy Flynn
2023-04-07
LibWeb: Support taking matching tasks out of a task queue
Timothy Flynn
2023-04-07
LibWeb: Support unique task sources
Timothy Flynn
2023-04-07
AK: Allow specifying a minimum value for IDs returned by IDAllocator
Timothy Flynn
2023-04-07
LibVideo: Extract video metadata for public-facing video track data
Timothy Flynn
2023-04-07
Base: Update Assistant man page with icon & feature instructions
Cubic Love
2023-04-07
Base: Add icons for Assistant
Cubic Love
2023-04-07
Kernel: Fix typo in the FramebufferGetPitchMboxMessage name
Liav A
2023-04-07
LibWeb: Use max-width property in table formatting
martinfalisse
2023-04-07
LibWeb: Add table formatting tests
martinfalisse
2023-04-07
LibWeb: Move table tests to their own folder
martinfalisse
2023-04-07
LibWeb: Don't put abspos grid/flex items in anonymous wrapper
Andreas Kling
2023-04-07
LibGfx: Implement SUBTRACT_GREEN_TRANSFORM for webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Add scaffolding for applying transforms to webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Add more dbgln_if()s to webp decoder
Nico Weber
2023-04-07
LibGfx: In webp decoder, check that each transform is used only once
Nico Weber
[next]