Age | Commit message (Expand) | Author |
---|---|---|
2022-03-17 | Libraries: Use default constructors/destructors in LibGfx | Lenny Maiorani |
2021-11-28 | LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> | Andreas Kling |
2021-11-08 | LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-20 | LibGfx: Give Bitmap a scale factor | Nico Weber |
2021-01-16 | LibGfx: Short-circuit ShareableBitmap construction in IPC decoder | Andreas Kling |
2021-01-16 | LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmap | Andreas Kling |
2021-01-15 | LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |