summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-09LibWeb: Implement WritableStream.abort()Matthew Olsson
2023-04-09LibWeb: Implement WritableStream.getWriter()Matthew Olsson
2023-04-09LibWeb: Remove duplicate declaration in Streams/AbstractOperations.hMatthew Olsson
2023-04-09LibWeb/Fetch: Use a basic filtered response for redirect navigationsAliaksandr Kalenik
2023-04-09Ports: Make libksba/libassuan/ntbtls use Serenity's gpg-error-configBen Wiederhake
2023-04-09Kernel: Ensure jailed processes can be reaped by a jailed parent processLiav A
2023-04-09Base: Add canvas clip path test pageMacDue
2023-04-09LibWeb: Add initial implementation of CRC2D.clip()MacDue
2023-04-09LibWeb: Add simple canvas path clipperMacDue
2023-04-09LibGfx: Floor draw origin in fill path implementationMacDue
2023-04-09LibGfx: Add Point::to_floored<T>()MacDue
2023-04-09LibGfx: Fix crash due to vector resize in close_all_subpaths()MacDue
2023-04-09LibGfx: Add BitmapPaintStyleMacDue
2023-04-09LibWeb: Implement WritableStream.close()Matthew Olsson
2023-04-09Tests: Convert LZMA and XZ tests to `TRY_OR_FAIL`Tim Schumacher
2023-04-09LibTest: Add a `TRY_OR_FAIL` macroTim Schumacher
2023-04-09Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devicesLiav A
2023-04-09Kernel: Stop lock & unlock repeatedly while reading from a mouse deviceLiav A
2023-04-09Kernel: Move HIDDevice::enable_interrupts method to I8042Device classLiav A
2023-04-09Kernel: Introduce a new super class called HIDControllerLiav A
2023-04-09Kernel: Remove redundant HID name from all associated filesLiav A
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