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
/
Rect.h
Age
Commit message (
Expand
)
Author
2022-05-07
LibGfx: Specialize Rect::to_rounded a bit more
Hendiadyoin1
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibGfx: Use llroundf() in Rect<float>::to_rounded()
Andreas Kling
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
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-21
LibGfx: Add rounded_int_rect() function for Rects
Sam Atkins
2021-09-19
LibGfx: Add per-side overloads of Rect::inflate() and ::shrink()
Sam Atkins
2021-08-31
LibGfx: Add Rect::centered_within(Rect)
Andreas Kling
2021-07-21
LibGfx: Add an algorithm to disperse overlapping rectangles
Tom
2021-07-09
LibGfx: Make enclosing_int_rect(FloatRect) actually enclose the rect
Andreas Kling
2021-06-20
LibGfx: Add a Line class and a Rect<T>::RelativeLocation class
Tom
2021-06-16
LibGfx: Convert Rect to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Gfx::Rect
Andreas Kling
2021-06-11
LibGfx: Add Rect::centered_on()
Dmitrii Ubskii
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-03-02
SpaceAnalyzer: Reduce thickness of black borders between cells.
Mart G
2021-01-23
LibGfx: Implement Rect resizing around a fixed point
Ben Wiederhake
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