summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* Fix transparent patterns with nullpageKen Sharp2021-07-061-0/+2
* Fix memory 'leak' with ps2writeKen Sharp2021-07-011-4/+5
* Move more devices towards encode/decode_color.Robin Watts2021-07-0121-192/+178
* Move BMP/JPG/PNG/tiffscaled devices towards encode/decode_color.Robin Watts2021-07-014-86/+48
* Fix decode_color for gdev_prn_initialize_device_procs_cmyk1.Robin Watts2021-07-013-24/+0
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-0111-82/+21
* Fix SEGVs seen in stc device with alldevs test.Robin Watts2021-06-281-50/+162
* pdfwrite: put back saved text enumerator->text dataChris Liddell2021-06-231-0/+1
* Rename some encode/decode color functions to be clearer.Robin Watts2021-06-231-2/+2
* Fix pamcmyk4 breakage.Robin Watts2021-06-221-6/+17
* Move pXm devices to use encode/decode_color.Robin Watts2021-06-211-26/+28
* Remove needless makework in pgm_map_rgb_color.Robin Watts2021-06-181-12/+0
* Remove map_color_rgb_alpha.Robin Watts2021-06-181-1/+0
* Strip out map_rgb_alpha_color.Robin Watts2021-06-183-23/+4
* Change get_color_mapping_procs device procedure.Robin Watts2021-06-166-59/+77
* Rejig text_begin dev_proc.Robin Watts2021-06-156-43/+53
* Cleanup compiler warningsNancy Durgin2021-06-021-1/+2
* pdfwrite - limit co-ordinates for PDF/A outputKen Sharp2021-05-313-8/+194
* pdfwrite - Add a PassThrough for JPX encoded imagesKen Sharp2021-05-295-5/+54
* Expand and alter support for NCLR ICC profile and color namesMichael Vrhel2021-05-282-91/+56
* Support -dDeskew for planar devices.Robin Watts2021-05-241-2/+0
* Revert commit 5ea6a560 to prevent SEGVs caused by that.Ray Johnston2021-05-181-1/+1
* pdfwrite - Do not lie about emitting Multiple Master fontsKen Sharp2021-05-181-2/+1
* Rename opmode to opmsupported, and tweak operation.Robin Watts2021-05-142-2/+2
* Have psdcmykog initialize its colorants to 6Michael Vrhel2021-05-131-1/+1
* Add object type specific device halftones to the graphics state.Ray Johnston2021-05-032-9/+9
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-039-71/+124
* Remove strip_copy_rop in favour of strip_copy_rop2.Robin Watts2021-04-285-38/+29
* Make cast explicit in gdevsj48.cRobin Watts2021-04-281-2/+2
* Update PageCount for x11 "wrapper" devicesChris Liddell2021-04-281-1/+3
* Remove references for ETS related patentsChris Liddell2021-04-281-6/+0
* Squash lots of "doubles -> floats" warnings in gdevmeds.cRobin Watts2021-04-281-30/+30
* Split initialize device proc into two.Robin Watts2021-04-2678-1332/+774
* Fix x11cmyk devices broken during static init changes.Robin Watts2021-04-231-2/+1
* Move devices away from begin_image to begin_typed_image.Robin Watts2021-04-232-26/+48
* Fix display device clist operation.Robin Watts2021-04-221-1/+2
* Fix breakage of x11 devices caused by device init changes.Robin Watts2021-04-221-9/+12
* Coverity 370346: Fix cut/paste error.Robin Watts2021-04-211-1/+1
* Rename create_compositor to composite.Robin Watts2021-04-207-9/+9
* Remove obsolete tile_rectangle dev_proc.Robin Watts2021-04-201-14/+0
* Remove obsolete get_xfont_{procs,device} device proc.Robin Watts2021-04-202-11/+0
* Further rationalisation of device init.Robin Watts2021-04-2073-644/+743
* Move devices away from static init of procs.Robin Watts2021-04-2065-2149/+2347
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-2022-32/+32
* pdfwrite - defer freeing annotations which are named objectsKen Sharp2021-04-191-2/+18
* Fix indeterminism with mgrgray device.Robin Watts2021-04-161-2/+7
* Attempt to fix indeterminism in output of pcx16 device.Robin Watts2021-04-151-3/+19
* Work with latest Extract library.Julian Smith2021-04-132-2/+18
* Free Ordering/Registry strings for "copied" CIDFontsChris Liddell2021-04-121-0/+4
* pdfwrite - alter the way Pattern resources handle graphics stateKen Sharp2021-04-056-44/+206