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-04-09
LibWeb/HTML: Use correct spec link for multipart/form-data encoding
Linus Groh
2023-04-09
LibWeb: Port fire_webgl_context_event() to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Add WebGL::EventNames
Kenneth Myhra
2023-04-09
LibWeb: Port fire_keyboard_event() to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port fire_a_synthetic_pointer_event() to new FlySring
Kenneth Myhra
2023-04-09
LibWeb: Port fire_a_page_transition_event() to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port fire_progress_event() + request_error_steps() to new String
Kenneth Myhra
2023-04-09
LibWeb: Port DOMEventListener to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port EventTarget to new {Fly}String
Kenneth Myhra
2023-04-09
LibWeb: Add the WritableStreamDefaultController
Matthew Olsson
2023-04-09
LibGfx: Limit ICC-size-is-multiple-of-4 check to v4 files
Nico Weber
2023-04-09
LibGfx: Remove some of the noisier logging from webp lossless decoder
Nico Weber
2023-04-09
DynamicLoader: Remove the unused load_regions vector
Idan Horowitz
2023-04-09
BrickGame: Remember the "Show Shadow Piece" setting between executions
Karol Baraniecki
2023-04-09
BrickGame: Add a menu option to disable the shadow drop hint
Karol Baraniecki
2023-04-09
BrickGame: Show where a piece would end up when after a fast drop
Karol Baraniecki
2023-04-09
BrickGame: Use title case in menu items consistently
Karol Baraniecki
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
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
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
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
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
LibGfx: Make webp lossless decoder 6 times as fast
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-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
LibJS: Update spec numbers for the Intl Enumeration proposal
Timothy Flynn
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
[next]