summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Bitmap.h
AgeCommit message (Expand)Author
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-06-27LibGfx: Add PGM image file type supportHüseyin ASLITÜRK
2020-06-23LibGfx: Integrate JPEG decoder with rest of the systemdevashish
2020-06-22ImageDecoder: Add a new service for out-of-process image decoding :^)Andreas Kling
2020-06-22LibGfx: Add PPM image file type supportHüseyin ASLITÜRK
2020-06-21LibGfx: Initial support for ICO image files.Paul Roukema
2020-06-21LibGfx: Add PBM image file type supportHüseyin ASLITÜRK
2020-06-21LibGfx: Add BMP loaderMatthew Olsson
2020-06-15LibGfx: Add a new Bitmap::is_path_a_supported_image_format() methodHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-04-15LibGfx: Don't allow creating bitmaps whose sizes would overflowAndreas Kling
2020-04-12LibGfx: Add Bitmap::rotated and Bitmap::flippedHüseyin ASLITÜRK
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-15LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBAAndreas Kling
2020-02-15LibGfx: Reduce header dependencies of Bitmap and FontAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling