Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-05-05 | LibGfx: Add `IntVector2/3/4` types | Jelle Raaijmakers |
2022-03-04 | LibGfx: Refactor Vector[2,3,4] to VectorN with specializations | Lenny Maiorani |
2022-01-18 | LibGfx: Add unary `operator-()` to Vector2/3/4 | Jesse Buhagiar |
2022-01-09 | LibGfx: Allow Vector{2,3,4} operators to accept different argument types | Stephan Unverwerth |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-07-19 | Everywhere: Use AK/Math.h if applicable | Hendiadyoin1 |
2021-06-24 | LibGfx: Don't `constexpr` functions returning Strings | Daniel Bertalan |
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 Vector2 class | Stephan Unverwerth |