summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Image: PNG: Decode to client bitmap format.Michael Drake2022-03-271-11/+32
* Image: GIF: Decode directly to client bitmap format.Michael Drake2022-03-271-36/+22
* Bitmap: Colour layout converter doesn't need to be exposed.Michael Drake2022-03-272-46/+46
* Treeview: Use bitmap layout for bitmap generation.Michael Drake2022-03-271-40/+41
* Bitmap: Convert pixel_to_colour to layout-aware function.Michael Drake2022-03-271-6/+22
* Bitmap: Move bitmap pixel to colour macro to bitmap header.Michael Drake2022-03-273-5/+6
* Image: WebP: Call bitmap format conversion after decode.Michael Drake2022-03-271-0/+4
* Image: RSVG: Call bitmap format conversion after decode.Michael Drake2022-03-271-0/+4
* Image: PNG: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+11
* Image: Sprite: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+4
* Image: JPEG: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+5
* Image: ICO: Abstract image decode into helper.Michael Drake2022-03-261-29/+23
* Image: ICO: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+10
* Image: GIF: Call bitmap format conversion before/after decode.Michael Drake2022-03-261-2/+36
* Image: BMP: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+4
* Bitmap: Initialise layout for default pixel format.Michael Drake2022-03-261-1/+6
* Bitmap: Add format conversion routines.Michael Drake2022-03-262-0/+82
* Include: Bitmap: Add API for setting core bitmap format.Michael Drake2022-03-264-1/+238
* Include: Bitmap: Document bitmap pixel alignment requirement.Michael Drake2022-03-261-0/+2
* Treeview: Change bitmap generation to per-pixel channel indexing.Michael Drake2022-03-251-40/+50
* RISC OS: Include core bitmap header from RO bitmap header.Michael Drake2022-03-242-1/+2
* RISC OS: Squash unused variable warning.Michael Drake2022-03-241-1/+1
* Bitmap API: Clean up creation flags.Michael Drake2022-03-2431-112/+107
* Include: Bitmap: Remove unused save callback.Michael Drake2022-03-241-9/+0
* BeOS: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-27/+0
* Windows: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-15/+0
* RISC OS: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-1/+0
* Monkey: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-6/+0
* GTK: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-18/+0
* Framebuffer: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-15/+0
* Atari: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-16/+0
* Amiga: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-1/+0
* GUI: Bitmap save callback was never required.Michael Drake2022-03-241-4/+0
* Include: Bitmap: Modified flag isn't used.Michael Drake2022-03-241-1/+0
* Monkey: Bitmap: Modified flag is not used.Michael Drake2022-03-241-1/+0
* RISC OS: Bitmap modified flag is not used.Michael Drake2022-03-241-1/+0
* Include: Bitmap: Fix comment typo.Michael Drake2022-03-241-1/+1
* Include: Bitmap: Drop get_bpp from bitmap operation table.Michael Drake2022-03-241-7/+0
* BeOS: Drop bitmap get bpp function.Michael Drake2022-03-241-15/+0
* Atari: Drop bitmap get bpp function.Michael Drake2022-03-241-12/+1
* Amiga: Drop bitmap get bpp function.Michael Drake2022-03-241-16/+1
* GTK: Drop bitmap get bpp function.Michael Drake2022-03-241-17/+0
* Framebuffer: Drop bitmap get bpp function.Michael Drake2022-03-241-7/+0
* Monkey: Drop bitmap get bpp function.Michael Drake2022-03-241-7/+0
* Windows: Drop bitmap get bpp function.Michael Drake2022-03-241-6/+0
* RISC OS: Drop bitmap get bpp function.Michael Drake2022-03-241-15/+0
* GUI: Bitmap bytes per pixel callback is not required now.Michael Drake2022-03-241-4/+0
* Image: ICO: Update for new libnsbmp API.Michael Drake2022-03-241-1/+0
* Image: BMP: Update for new libnsbmp API.Michael Drake2022-03-241-3/+1
* PNG: Bytes per pixel is always 4.Michael Drake2022-03-241-1/+1