summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Rect.cpp
AgeCommit message (Expand)Author
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
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-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-10-22LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`Sam Atkins
2022-08-25LibGfx+WindowServer: Remove set_size_around() from Rect and Windowthankyouverycool
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08LibGfx: Add support for TextAlignment::TopCenter / BottomCenterVrins
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-06-20LibGfx: Add a Line class and a Rect<T>::RelativeLocation classTom
2021-06-16LibGfx: Convert Rect to east-const styleAndreas Kling
2021-05-21LibGfx: Add missing TextAlignment::BottomLeftLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGfx: Convert String::format() => String::formatted()Andreas Kling
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-01-23LibGfx: Implement Rect resizing around a fixed pointBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling