summaryrefslogtreecommitdiff
path: root/base/gdevepo.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Erasepage optimisation - prevent SEGV with display device on LinuxKen Sharp2022-11-301-2/+5
* Bug 705203: Fix SEGV seen in overnights with pattern cache problem.Robin Watts2022-04-071-1/+2
* Fix '/undefined in /--pdfshowpage-finish' seen with Nup device.Robin Watts2021-09-071-2/+1
* Nup: Set PageUsesTransparency even when not present.Robin Watts2021-09-061-1/+1
* Change epo device not to unsubclass itself each time.Robin Watts2021-09-011-36/+121
* epo: Spawn the epo device as far down the stack as possible.Robin Watts2021-08-111-0/+4
* epo device: Only pass a fillpage on if one was sent.Robin Watts2021-08-111-1/+2
* Subclassing: handle page_procs properly.Robin Watts2021-08-101-2/+2
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-2/+2
* Rejig text_begin dev_proc.Robin Watts2021-06-151-3/+3
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-4/+5
* Remove strip_copy_rop in favour of strip_copy_rop2.Robin Watts2021-04-281-15/+0
* Split initialize device proc into two.Robin Watts2021-04-261-16/+17
* Move devices away from begin_image to begin_typed_image.Robin Watts2021-04-231-14/+0
* Rename create_compositor to composite.Robin Watts2021-04-201-4/+4
* Remove obsolete copy_rop dev_proc.Robin Watts2021-04-201-15/+0
* Remove obsolete tile_rectangle dev_proc.Robin Watts2021-04-201-13/+0
* Remove obsolete draw_line dev_proc.Robin Watts2021-04-201-11/+0
* Further rationalisation of device init.Robin Watts2021-04-201-3/+3
* Move devices away from static init of procs.Robin Watts2021-04-201-76/+41
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-5/+4
* Erasepage optimisation - fix invalid device ordering assumptionKen Sharp2021-03-191-1/+6
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Fix erasepage_optimization device to allow for other subclass devices.Ray Johnston2021-03-031-18/+23
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-091-10/+10
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-1/+16
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Add "transform_pixel_region" device function.Robin Watts2018-10-181-1/+12
* Don't push the EPO device in front of the nulldeviceChris Liddell2018-10-161-1/+1
* Change device put_image method to match the other methods in the APIKen Sharp2018-10-021-2/+2
* Bug 699670: disallow copying of the epo deviceChris Liddell2018-08-281-1/+16
* Fix compiler warningNancy Durgin2018-08-151-0/+3
* Change the debugging in epo to use the gs_debug stuffNancy Durgin2018-08-141-27/+22
* Bug 690131: Add epo subclass device to do erasepage optimization.Nancy Durgin2018-08-091-0/+665