Nico Weber
|
3f45e9ab1e
Lagom: Add LibGemini, LibGfx
|
5 years ago |
Hüseyin ASLITÜRK
|
dc5b73c43a
LibGfx: Add PGM image file type support
|
5 years ago |
devashish
|
a8b00780a8
LibGfx: Integrate JPEG decoder with rest of the system
|
5 years ago |
Andreas Kling
|
e3782a7f99
ImageDecoder: Add a new service for out-of-process image decoding :^)
|
5 years ago |
Hüseyin ASLITÜRK
|
326032b138
LibGfx: Add PPM image file type support
|
5 years ago |
Paul Roukema
|
140581d0c3
LibGfx: Initial support for ICO image files.
|
5 years ago |
Hüseyin ASLITÜRK
|
9ab82c0ee5
LibGfx: Add PBM image file type support
|
5 years ago |
Matthew Olsson
|
4e093a7c23
LibGfx: Add BMP loader
|
5 years ago |
Hüseyin ASLITÜRK
|
56158a4281
LibGfx: Add a new Bitmap::is_path_a_supported_image_format() method
|
5 years ago |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 years ago |
Linus Groh
|
9dbab2d05e
Misc: Replace "String(string_view)" with "string_view.to_string()"
|
5 years ago |
Hüseyin ASLITÜRK
|
c9c1d1fae0
LibGUI: Create thumnail for gif files
|
5 years ago |
Andreas Kling
|
acf2061837
LibGfx: Use Checked::multiplication_would_overflow()
|
5 years ago |
Andreas Kling
|
f3fc294ac8
LibGfx: Use Checked<T> when creating new bitmaps
|
5 years ago |
Andreas Kling
|
228ace854c
LibGfx: Don't allow creating bitmaps whose sizes would overflow
|
5 years ago |
Hüseyin ASLITÜRK
|
8e9d031cb3
LibGfx: Add Bitmap::rotated and Bitmap::flipped
|
5 years ago |
Andreas Kling
|
7cfe712f4d
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
|
5 years ago |
Andreas Kling
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 years ago |
Andreas Kling
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 years ago |
Andreas Kling
|
93e9c2732b
LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA
|
5 years ago |
Andreas Kling
|
9c0c677d57
LibGfx: Reduce header dependencies of Bitmap and Font
|
5 years ago |
Andreas Kling
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 years ago |
Shannon Booth
|
7b6d450b6a
LibGfx: Assert that an empty bitmap is not created
|
5 years ago |
Andreas Kling
|
c39d44fc2e
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
|
5 years ago |