summaryrefslogtreecommitdiff
path: root/devices/gdevdsp.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Bug 706351 (maybe): Fix error seen when testing display dev in api_testRobin Watts2023-03-101-4/+12
* Fix display device test failure with chunky separations.Robin Watts2023-03-101-2/+2
* Bug 706467: Fix null deref in display device.Robin Watts2023-03-101-0/+3
* Bug 706351: Fix display device with planar separations.Robin Watts2023-02-221-32/+75
* Fix compiler warnings in devices/Chris Liddell2023-01-041-2/+2
* Squash gx_device/gx_display_device warning.Robin Watts2021-12-161-1/+1
* Display device - fix page numberingKen Sharp2021-11-221-1/+1
* display device - fix SeparationsKen Sharp2021-10-131-4/+5
* Change the update_spot_equivalent_colors device methodKen Sharp2021-09-211-2/+2
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-4/+3
* Remove map_color_rgb_alpha.Robin Watts2021-06-181-1/+0
* Strip out map_rgb_alpha_color.Robin Watts2021-06-181-1/+0
* Change get_color_mapping_procs device procedure.Robin Watts2021-06-161-9/+10
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-4/+6
* Split initialize device proc into two.Robin Watts2021-04-261-20/+24
* Fix display device clist operation.Robin Watts2021-04-221-1/+2
* Remove obsolete get_xfont_{procs,device} device proc.Robin Watts2021-04-201-3/+0
* Further rationalisation of device init.Robin Watts2021-04-201-8/+10
* Move devices away from static init of procs.Robin Watts2021-04-201-71/+26
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-3/+3
* Fix crash in display device (seen with apitest.c).Robin Watts2021-03-191-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Extract clist setup code from prn and display device.Robin Watts2021-03-111-71/+8
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-2/+3
* Bug 703301: Fix logic error in display device structure checks.Robin Watts2021-01-151-3/+0
* Defeat ICC component validation for nullpage deviceChris Liddell2020-07-291-1/+1
* Fix spot color handling of display device.Robin Watts2020-07-071-0/+6
* Fix infinite recursion in display device.Robin Watts2020-07-031-2/+3
* Display device revamp.Robin Watts2020-06-251-111/+504
* Rework display device "DisplayHandle" passing.Robin Watts2020-06-251-98/+130
* Bug 702431: Don't cast a unsigned long to an unsigned intChris Liddell2020-05-221-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix pdf14_accum for DeviceN target devices such as displayRay Johnston2019-09-251-7/+19
* Coverity IDs 279970 and 279971Ken Sharp2019-03-131-3/+3
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Fix display device DisplayFormat=16#a0800 (Separation mode) broken by f2cf6829Ray Johnston2018-10-311-12/+55
* Fix a minor compiler warningKen Sharp2018-08-181-1/+1
* Fix display device (some more) with subclassingKen Sharp2018-08-181-4/+12
* Fix a couple of compiler warningsKen Sharp2018-08-091-1/+1
* Fix the display device with subclassing devicesKen Sharp2018-08-091-0/+31
* Fix a couple of unused variable warningsChris Liddell2018-03-261-2/+0
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Device method repair - use accessors throughoutKen Sharp2017-11-161-1/+1
* Fix bug 695877: SEGV when display callback not set.Ray Johnston2017-11-091-8/+8
* Fix display device for non-PostScript interpretersKen Sharp2017-02-241-1/+1
* Fix SEGV is display device when PageSize needs bitmap > 2GbRay Johnston2017-02-221-3/+14
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-3/+3
* Remove legacy lower case arch_* macrosChris Liddell2016-01-111-6/+6
* Squash warnings: MSVC ones.Robin Watts2016-01-041-1/+1