Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-19 | Everywhere: Use AK/Math.h if applicable | Hendiadyoin1 | |
AK's version should see better inlining behaviors, than the LibM one. We avoid mixed usage for now though. Also clean up some stale math includes and improper floatingpoint usage. | |||
2021-06-24 | LibGfx: Don't `constexpr` functions returning Strings | Daniel Bertalan | |
Since strings don't have a constexpr constructor, these won't have any effect anyways. Furthermore, this is explicitly disallowed by the standard, and makes Clang tools freak out. | |||
2021-05-29 | Everywhere: Use s.unverwerth@serenityos.org :^) | Stephan Unverwerth | |
2021-05-15 | LibGfx/Vector*: Implement Formatters | Jelle Raaijmakers | |
2021-05-13 | LibGfx: Add component wise * and / operators to Vector3 and Vector4 | Stephan Unverwerth | |
2021-05-08 | LibGfx: Constexpr Matrices and Vectors | Hendiadyoin1 | |
2021-05-08 | LibGfx: Add some missing operators to Vector3 Vector4 and Matrix4x4 | Stephan Unverwerth | |
2021-05-08 | LibGfx: Mark Vector3 class final | Stephan Unverwerth | |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro | |
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt * | |||
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |