summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Point.cpp
AgeCommit message (Expand)Author
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-09-17LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` methodMustafa Quraish
2021-09-15LibGfx: Add method for calculating square aspect ratio end pointZyper
2021-07-30LibGfx: Refactor Point.constrain to use AKFrHun
2021-06-16LibGfx: Convert Point to east-const styleAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling