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
LibWeb: Implement WritableStream.abort()
Matthew Olsson
2023-04-09
LibWeb: Implement WritableStream.getWriter()
Matthew Olsson
2023-04-09
LibWeb: Remove duplicate declaration in Streams/AbstractOperations.h
Matthew Olsson
2023-04-09
LibWeb/Fetch: Use a basic filtered response for redirect navigations
Aliaksandr Kalenik
2023-04-09
Ports: Make libksba/libassuan/ntbtls use Serenity's gpg-error-config
Ben Wiederhake
2023-04-09
Kernel: Ensure jailed processes can be reaped by a jailed parent process
Liav A
2023-04-09
Base: Add canvas clip path test page
MacDue
2023-04-09
LibWeb: Add initial implementation of CRC2D.clip()
MacDue
2023-04-09
LibWeb: Add simple canvas path clipper
MacDue
2023-04-09
LibGfx: Floor draw origin in fill path implementation
MacDue
2023-04-09
LibGfx: Add Point::to_floored<T>()
MacDue
2023-04-09
LibGfx: Fix crash due to vector resize in close_all_subpaths()
MacDue
2023-04-09
LibGfx: Add BitmapPaintStyle
MacDue
2023-04-09
LibWeb: Implement WritableStream.close()
Matthew Olsson
2023-04-09
Tests: Convert LZMA and XZ tests to `TRY_OR_FAIL`
Tim Schumacher
2023-04-09
LibTest: Add a `TRY_OR_FAIL` macro
Tim Schumacher
2023-04-09
Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices
Liav A
2023-04-09
Kernel: Stop lock & unlock repeatedly while reading from a mouse device
Liav A
2023-04-09
Kernel: Move HIDDevice::enable_interrupts method to I8042Device class
Liav A
2023-04-09
Kernel: Introduce a new super class called HIDController
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
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
Meta+Toolchain: Redirect GDB error output to stdout before grepping
Tim Schumacher
2023-04-09
Meta: Add a missing dash to the GDB detection code
Tim Schumacher
2023-04-09
Ports: Repair the launcher icons of 'stpuzzles'
Ben Wiederhake
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
Ports: Remove abandoned port 'fheroes2' which was never playable
Ben Wiederhake
2023-04-09
Meta: Run the QEMU ISA-PC machine with a 64-bit capable CPU
Liav A
2023-04-09
Kernel: Check flags for MAP_FIXED instead of prot in sys$mmap
Idan Horowitz
2023-04-09
Kernel: Crash process instead of panicking on KSYMS access
Idan Horowitz
2023-04-09
DynamicLoader: Remove the unused load_regions vector
Idan Horowitz
2023-04-08
Kernel: Fix compilation of aarch64/RPi/Framebuffer.cpp
Brian Gianforcaro
2023-04-09
Ports: Reapply the SDL2_sound patch
Tim Schumacher
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
Documentation+Ports: Be upfront about dependencies
Ben Wiederhake
[next]