summaryrefslogtreecommitdiff
path: root/base/gdevmem.c
Commit message (Expand)AuthorAgeFilesLines
* Address some compiler warnings.Chris Liddell2023-05-151-1/+1
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* oss-fuzz 53903: don't allow memory devices to change media sizesChris Liddell2022-12-011-1/+22
* Tweak dev_spec_op with memory devices.Robin Watts2022-09-141-4/+8
* Add psdcmyktags and psdcmyktags16 devicesMichael Vhrel2022-01-111-8/+4
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-5/+4
* Fix SEGVs seen in alldevs tests.Robin Watts2021-06-281-4/+13
* Remove map_color_rgb_alpha.Robin Watts2021-06-181-1/+0
* Strip out map_rgb_alpha_color.Robin Watts2021-06-181-1/+0
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-1/+0
* Remove unused get_band device proc.Robin Watts2021-04-281-1/+0
* Remove strip_copy_rop in favour of strip_copy_rop2.Robin Watts2021-04-281-2/+0
* Split initialize device proc into two.Robin Watts2021-04-261-9/+5
* Move devices away from begin_image to begin_typed_image.Robin Watts2021-04-231-1/+0
* Remove image_data/end_image dev_procs.Robin Watts2021-04-201-2/+0
* Rename create_compositor to composite.Robin Watts2021-04-201-1/+1
* Remove obsolete copy_rop dev_proc.Robin Watts2021-04-201-1/+0
* Remove obsolete tile_rectangle dev_proc.Robin Watts2021-04-201-1/+0
* Remove obsolete get_xfont_{procs,device} device proc.Robin Watts2021-04-201-2/+0
* Remove obsolete draw_line dev_proc.Robin Watts2021-04-201-1/+0
* Move memory devices away from static init of proc tables.Robin Watts2021-04-201-11/+127
* Move devices away from static init of procs.Robin Watts2021-04-201-4/+7
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Improve memory device bitmap size calculation in tagged planar cases.Robin Watts2021-01-141-3/+11
* Update Planar device to allow for easy "interleaved" operation.Robin Watts2020-06-251-3/+24
* Tweak mem device; use NULL rather than 0.Robin Watts2020-06-251-15/+15
* lgtm.com fixes: Avoid shadowing params with local vars.Robin Watts2020-05-181-3/+3
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squash a couple of warnings.Robin Watts2019-08-261-1/+1
* Fix problems with pngalpha and deep color transparency filling.Robin Watts2019-08-261-4/+1
* Deep color transparencyRobin Watts2019-04-231-2/+6
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Change device put_image method to match the other methods in the APIKen Sharp2018-10-021-19/+1
* device subclassing - fix use of put_image in memory devicesKen Sharp2018-09-221-0/+18
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Do not ignore errors from the device's fill_rectangle_hl_color methodKen Sharp2017-11-231-0/+2
* Repair the device API - device methods should never be NULLKen Sharp2017-11-161-3/+1
* New "planr" device. 1 bit per component, RGB, planar device.Robin Watts2017-11-151-0/+3
* Yet another check on raster memory for get_bits_rectangleKen Sharp2017-06-191-0/+4
* Ensure a device has raster memory, before trying to read it.Ken Sharp2017-03-201-0/+2
* Bug 697545: Extend "separable_and_linear" processing.Robin Watts2017-03-071-0/+1
* Change max_components and num_components in dev.color_info to ucharMichael Vrhel2016-05-091-1/+1
* Coverity ID 94508 - check and action a return codeKen Sharp2016-04-271-1/+6
* Remove legacy lower case arch_* macrosChris Liddell2016-01-111-2/+2
* Squash Warnings: Add casts to avoid warnings.Robin Watts2016-01-041-2/+2
* Guard against NULL 'base' for non-clist devicesKen Sharp2015-10-121-0/+3
* Bug 696229: initialize clist color space validity.Chris Liddell2015-09-291-0/+7
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+795