Age | Commit message (Expand) | Author |
---|---|---|
2022-08-08 | LibGfx: Add Size<T>::to_rounded<I>() | MacDue |
2022-03-04 | LibGfx: Make Size constexpr-capable | Lenny Maiorani |
2021-11-28 | LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> | Andreas Kling |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-06-16 | LibGfx: Add a bunch of [[nodiscard]] to Size | Andreas Kling |
2021-06-16 | LibGfx: Convert Size to east-const style | Andreas Kling |
2021-05-02 | LibGfx: Unify Rect, Point, and Size | Matthew Olsson |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-01-22 | LibGfx: Allow comparing Points, Sizes, and Rects of different type | Nico Weber |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |