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
/
Point.h
Age
Commit message (
Expand
)
Author
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2022-12-28
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
Jelle Raaijmakers
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
LibGfx: Prevent calling `to_type<T>()` on `Line/Point/Rect/Size<T>`
Sam Atkins
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-10-27
LibGfx: Make formatting of spatial types work with non-int/floats
Sam Atkins
2022-08-31
LibGfx: Add Point::to_ceiled method for getting a ceiled Point
Crax97
2022-06-20
AK: Make Point constructors constexpr
FrHun
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-09-18
LibGfx: Add Point<T>::to_rounded<U>()
Andreas Kling
2021-09-17
LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` method
Mustafa Quraish
2021-09-15
LibGfx: Add some interpolation helpers for Gfx::Point<T>
Andreas Kling
2021-09-15
LibGfx: Add method for calculating square aspect ratio end point
Zyper
2021-09-09
LibGfx/Point: Add hash trait for Point<T>
Mustafa Quraish
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-08
AK+Userland: Add generic `AK::abs()` function and use it
Daniel Bertalan
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Point
Andreas Kling
2021-06-16
LibGfx: Convert Point to east-const style
Andreas Kling
2021-05-03
Revert "LibGfx: Add directional floating-point scaling to Painter"
Andreas Kling
2021-05-02
LibGfx: Add directional floating-point scaling to Painter
Matthew Olsson
2021-05-02
LibGfx: Unify Rect, Point, and Size
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-22
LibGfx: Allow comparing Points, Sizes, and Rects of different type
Nico Weber
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling