index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
AffineTransform.cpp
Age
Commit message (
Expand
)
Author
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-05-07
LibGfx: Use some AK/Math helpers in AffineTransform
Hendiadyoin1
2022-05-07
LibGfx: Avoid some unnecessary Rounding in AffineTransform and Color
Hendiadyoin1
2022-04-10
LibGfx: Add AffineTransform::is_identity_or_translation()
Andreas Kling
2022-04-07
LibGfx: Add AffineTransform::map_to_quad(Rect)
Andreas Kling
2022-04-07
LibWeb: Fix broken AffineTransform::map() implementation
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
LibGfx: Add AffineTransform::inverse
Simon Wanner
2021-07-08
Everywhere: Don't promote float to double where not needed
Daniel Bertalan
2021-05-02
LibGfx: Add some helper methods to AffineTransform
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-12
Libraries: Move to Userland/Libraries/
Andreas Kling