summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/ShareableBitmap.cpp
AgeCommit message (Expand)Author
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-12LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmapAndreas Kling
2020-04-06Meta: Add missing copyright headersAndreas Kling
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling