summaryrefslogtreecommitdiff
path: root/content/handlers/image/bmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Image: BMP: Call bitmap format conversion after decode.Michael Drake2022-03-261-0/+4
| | | | | Currently a no-op, because we decode to the default format and no front end requests anything but the default format.
* Bitmap API: Clean up creation flags.Michael Drake2022-03-241-2/+2
|
* Image: BMP: Update for new libnsbmp API.Michael Drake2022-03-241-3/+1
|
* implement content opacity check through the function tableVincent Sanders2020-05-131-0/+11
|
* improve content header usageVincent Sanders2020-05-071-4/+9
|
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-051-3/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-2/+2
| | | | | previously these interfaces returned char * and unsigned int which was undesirable.
* BMP content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-9/+4
|
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-261-3/+3
|
* Update all core use of plotters to new APIVincent Sanders2017-02-111-2/+6
|
* fix bitmap modification callback calling for bmp image handlerVincent Sanders2016-08-141-4/+10
| | | | | | | | bitmap file decoding is done at first call to redraw but was not calling the modified callback at the correct time immediately after decode so frontend image chnages were not being done. This caused nsgtk to fail to apply its colour space fixups so red was swapped with blue.
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
|
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+4
|
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-0/+282