index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
/
Rect.h
Age
Commit message (
Expand
)
Author
2020-10-12
LibGfx: Add overloads to Rect's shrink/inflate that accept a Size<T>
Tom
2020-10-09
LibGfx: Add formatter for Rect.
asynts
2020-08-18
LibGfx: Add convenience helpers for Rect
Tom
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-12
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
Andreas Kling
2020-03-29
LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers
Andreas Kling
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-15
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
Andreas Kling
2020-02-15
LibGfx: Move a bunch of LogStream::operator<< to cpp files
Andreas Kling
2020-02-11
LibGfx: Add Rect::operator!=(Rect)
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling