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
/
Bitmap.h
Age
Commit message (
Expand
)
Author
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-06-27
LibGfx: Add PGM image file type support
Hüseyin ASLITÜRK
2020-06-23
LibGfx: Integrate JPEG decoder with rest of the system
devashish
2020-06-22
ImageDecoder: Add a new service for out-of-process image decoding :^)
Andreas Kling
2020-06-22
LibGfx: Add PPM image file type support
Hüseyin ASLITÜRK
2020-06-21
LibGfx: Initial support for ICO image files.
Paul Roukema
2020-06-21
LibGfx: Add PBM image file type support
Hüseyin ASLITÜRK
2020-06-21
LibGfx: Add BMP loader
Matthew Olsson
2020-06-15
LibGfx: Add a new Bitmap::is_path_a_supported_image_format() method
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-04-15
LibGfx: Don't allow creating bitmaps whose sizes would overflow
Andreas Kling
2020-04-12
LibGfx: Add Bitmap::rotated and Bitmap::flipped
Hüseyin ASLITÜRK
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-15
LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA
Andreas Kling
2020-02-15
LibGfx: Reduce header dependencies of Bitmap and Font
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling