summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Vector2.h
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-05-05LibGfx: Add `IntVector2/3/4` typesJelle Raaijmakers
2022-03-04LibGfx: Refactor Vector[2,3,4] to VectorN with specializationsLenny Maiorani
2022-01-18LibGfx: Add unary `operator-()` to Vector2/3/4Jesse Buhagiar
2022-01-09LibGfx: Allow Vector{2,3,4} operators to accept different argument typesStephan Unverwerth
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-06-24LibGfx: Don't `constexpr` functions returning StringsDaniel Bertalan
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-05-15LibGfx/Vector*: Implement FormattersJelle Raaijmakers
2021-05-13LibGfx: Add Vector2 classStephan Unverwerth