summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Rect.h
AgeCommit message (Expand)Author
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-09-21LibGfx: Add rounded_int_rect() function for RectsSam Atkins
2021-09-19LibGfx: Add per-side overloads of Rect::inflate() and ::shrink()Sam Atkins
2021-08-31LibGfx: Add Rect::centered_within(Rect)Andreas Kling
2021-07-21LibGfx: Add an algorithm to disperse overlapping rectanglesTom
2021-07-09LibGfx: Make enclosing_int_rect(FloatRect) actually enclose the rectAndreas 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-06-16LibGfx: Add a bunch of [[nodiscard]] to Gfx::RectAndreas Kling
2021-06-11LibGfx: Add Rect::centered_on()Dmitrii Ubskii
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-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-01-23LibGfx: Implement Rect resizing around a fixed pointBen Wiederhake
2021-01-22LibGfx: Allow comparing Points, Sizes, and Rects of different typeNico Weber
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling