Andreas Kling
|
0bc8d58c3b
LibGfx: Add Gfx::Bitmap::create_shareable(format, size)
|
4 years ago |
Tom
|
e21cc4cff6
Kernel: Remove MAP_PURGEABLE from mmap
|
4 years ago |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 years ago |
Ben Wiederhake
|
ecb16f421d
LibGfx: Handle OOM slightly better
|
4 years ago |
Linus Groh
|
5b68ea8dde
LibGfx: Make Bitmap path handling case insensitive
|
4 years ago |
AnotherTest
|
705ad670f3
LibGfx: Add methods to serialise and deserialise a Bitmap
|
4 years ago |
Tom
|
7399874479
AK: Add trivial structure validation to SharedBuffer
|
4 years ago |
Peter Nelson
|
d366e996dd
LibGfx: restructure Bitmap ctor to expect an alloc'd backing store
|
4 years ago |
Peter Nelson
|
16ebbde26f
LibGfx: add Bitmap::clone() method
|
4 years ago |
Ben Wiederhake
|
bd6390d8cb
LibGfx: Validate size of incoming shared bitmap
|
4 years ago |
Ben Wiederhake
|
9c3a33762b
LibGfx: Saner memory usage of indexed bitmaps
|
4 years ago |
Ben Wiederhake
|
a098046309
LibGfx: Nicer error reporting for bitmap allocation
|
4 years ago |
Ben Wiederhake
|
52a797afdb
LibGfx: Protect against over-large bitmaps
|
4 years ago |
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 |