summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Size.h
AgeCommit message (Expand)Author
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26LibGfx: Prevent calling `to_type<T>()` on `Line/Point/Rect/Size<T>`Sam Atkins
2022-11-25LibGfx: Add Size::match_aspect_ratiokleines Filmröllchen
2022-11-25LibGfx: Add Size::aspect_ratiokleines Filmröllchen
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-10-27LibGfx: Make formatting of spatial types work with non-int/floatsSam Atkins
2022-08-08LibGfx: Add Size<T>::to_rounded<I>()MacDue
2022-03-04LibGfx: Make Size constexpr-capableLenny Maiorani
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to SizeAndreas Kling
2021-06-16LibGfx: Convert Size to east-const styleAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-22LibGfx: Allow comparing Points, Sizes, and Rects of different typeNico Weber
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling