summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Amiga: Use ARGB format bitmapsChris Young2022-04-013-28/+10
* GTK: Simplify opaque bitmap handling.Michael Drake2022-03-292-52/+6
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-2915-247/+38
* Bitmap: Try to squash -Wtautological-constant-out-of-range-compareMichael Drake2022-03-281-1/+2
* GTK: Bitmap: Converted bool not needed any more.Michael Drake2022-03-281-1/+0
* GTK: Drop bitmap format logging that's duplicated in the core.Michael Drake2022-03-281-1/+0
* Bitmap: Log the bitmap format that gets set.Michael Drake2022-03-281-0/+36
* GTK: Get the core to handle premultipled alpha bitmap format.Michael Drake2022-03-282-170/+1
* WebP: Optimisation: If it's opaque avoid any PMA conversions.Michael Drake2022-03-281-0/+4
* PNG: Allow support for premultiplied alpha.Michael Drake2022-03-281-4/+13
* Bitmap: Add support for premultiplied alpha conversion.Michael Drake2022-03-283-17/+164
* GTK: Search: Squash implicit declaration of malloc.Michael Drake2022-03-281-0/+1
* GTK: Scaffolding: Squash implicit declaration of malloc, free.Michael Drake2022-03-281-0/+1
* GTK: Misc: Squash strcmp and strdup implicit declaration warnings.Michael Drake2022-03-281-0/+2
* GTK: Set bitmap format to match Cairo format.Michael Drake2022-03-282-12/+47
* Desktop: Browser window: Squash theme install start warning.Michael Drake2022-03-281-0/+4
* About: Chart: Squash implicit declaration of strndup.Michael Drake2022-03-281-0/+1
* Image: JPEG: Decode to client bitmap format where possible.Michael Drake2022-03-271-51/+125
* Image: JPEG: Warn if not using libjpeg-turbo.Michael Drake2022-03-271-7/+2
* Image: WebP: Decode to client bitmap format where possible.Michael Drake2022-03-271-8/+24
* Image: WebP: Correct output buffer size for rowstride.Michael Drake2022-03-271-1/+1
* Image: Sprite: Avoid multiple bitmap format conversions.Michael Drake2022-03-271-14/+4
* Image: RSVG: Just use bitmap to client for conversion.Michael Drake2022-03-271-39/+1
* 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