Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani |
2022-02-25 | Userland: Rename WindowServerConnection=>ConnectionToWindowServer | Itamar |
2021-11-08 | LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer() | Andreas Kling |
2021-07-21 | LibGfx: Use "try_" prefix for static factory functions | Andreas Kling |
2021-05-03 | Userland: Make IPC results with one return value available directly | Gunnar Beutner |
2021-05-03 | Userland: Update IPC calls to use proxies | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-16 | Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes | Andreas Kling |
2021-01-16 | WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |