summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-09LibWeb/HTML: Use correct spec link for multipart/form-data encodingLinus Groh
2023-04-09LibWeb: Port fire_webgl_context_event() to new FlyStringKenneth Myhra
2023-04-09LibWeb: Add WebGL::EventNamesKenneth Myhra
2023-04-09LibWeb: Port fire_keyboard_event() to new FlyStringKenneth Myhra
2023-04-09LibWeb: Port fire_a_synthetic_pointer_event() to new FlySringKenneth Myhra
2023-04-09LibWeb: Port fire_a_page_transition_event() to new FlyStringKenneth Myhra
2023-04-09LibWeb: Port fire_progress_event() + request_error_steps() to new StringKenneth Myhra
2023-04-09LibWeb: Port DOMEventListener to new FlyStringKenneth Myhra
2023-04-09LibWeb: Port EventTarget to new {Fly}StringKenneth Myhra
2023-04-09LibWeb: Add the WritableStreamDefaultControllerMatthew Olsson
2023-04-09Meta+Toolchain: Redirect GDB error output to stdout before greppingTim Schumacher
2023-04-09Meta: Add a missing dash to the GDB detection codeTim Schumacher
2023-04-09Ports: Repair the launcher icons of 'stpuzzles'Ben Wiederhake
2023-04-09LibGfx: Limit ICC-size-is-multiple-of-4 check to v4 filesNico Weber
2023-04-09LibGfx: Remove some of the noisier logging from webp lossless decoderNico Weber
2023-04-09Ports: Remove abandoned port 'fheroes2' which was never playableBen Wiederhake
2023-04-09Meta: Run the QEMU ISA-PC machine with a 64-bit capable CPULiav A
2023-04-09Kernel: Check flags for MAP_FIXED instead of prot in sys$mmapIdan Horowitz
2023-04-09Kernel: Crash process instead of panicking on KSYMS accessIdan Horowitz
2023-04-09DynamicLoader: Remove the unused load_regions vectorIdan Horowitz
2023-04-08Kernel: Fix compilation of aarch64/RPi/Framebuffer.cppBrian Gianforcaro
2023-04-09Ports: Reapply the SDL2_sound patchTim Schumacher
2023-04-09BrickGame: Remember the "Show Shadow Piece" setting between executionsKarol Baraniecki
2023-04-09BrickGame: Add a menu option to disable the shadow drop hintKarol Baraniecki
2023-04-09BrickGame: Show where a piece would end up when after a fast dropKarol Baraniecki
2023-04-09BrickGame: Use title case in menu items consistentlyKarol Baraniecki
2023-04-09BrickGame: Add a missing [[nodiscard]] for consistencyKarol Baraniecki
2023-04-09BrickGame: Port from DeprecatedStrings to StringsKarol Baraniecki
2023-04-08Documentation+Ports: Be upfront about dependenciesBen Wiederhake
2023-04-08LibCompress: Mark some XZ-related variables and functions as constTim Schumacher
2023-04-08LibCompress: Move loading XZ blocks into its own functionTim Schumacher
2023-04-08LibCompress: Move finishing the current XZ stream into its own functionTim Schumacher
2023-04-08LibCompress: Move finishing the current XZ block into its own functionTim Schumacher
2023-04-08LibCompress: Move loading XZ stream headers into its own functionTim Schumacher
2023-04-09LibGfx: Correctly decode webp lossless with small palette and odd widthNico Weber
2023-04-08Ports: Repair qt6-qtbase by disabling QDnsLookupBen Wiederhake
2023-04-08Toolchain: Stop building QEMU with i386 supportMarco Cutecchia
2023-04-08LibWeb: Begin painting video controls on HTMLVideoElement layout nodesTimothy Flynn
2023-04-08LibWeb: Set the media ready state to HAVE_ENOUGH_DATA after fetchingTimothy Flynn
2023-04-08Base: Add playback state data to the video test pageTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.playTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.pauseTimothy Flynn
2023-04-08LibWeb: Implement the HTMLMediaElement paused attributeTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.loadTimothy Flynn
2023-04-08LibWeb: Log correct error object when failing to decode a video sampleTimothy Flynn
2023-04-08LibWeb: Add missing include to WebIDL::PromiseTimothy Flynn
2023-04-08Tests: Add webp lossless test with color index and < 16 colorsNico Weber
2023-04-08LibGfx: Implement color index pixel bundling in webp decoderNico Weber
2023-04-08LibGfx: Enable webp lossless Transform to return new bitmapNico Weber
2023-04-08LibGfx: Add some more dbgln_if()s to webp decoderNico Weber