summaryrefslogtreecommitdiff
path: root/base/gsdevice.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Bug 705217: Fix bad length in gx_device_delete_output_file.Robin Watts2022-06-011-3/+3
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-8/+10
* Add psdcmyktags and psdcmyktags16 devicesMichael Vhrel2022-01-111-6/+2
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-051-0/+22
* Bug697978: Replace tiffsep1 to support object type specific halftoning.Ray Johnston2021-08-221-6/+18
* Fix SEGV seen with ps3cet/09-59.PS and the ijs deviceRay Johnston2021-08-201-1/+1
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-1/+1
* Rename opmode to opmsupported, and tweak operation.Robin Watts2021-05-141-1/+1
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-2/+20
* Split initialize device proc into two.Robin Watts2021-04-261-7/+10
* Remove obsolete get_xfont_{procs,device} device proc.Robin Watts2021-04-201-1/+1
* Remove obsolete pattern_manage dev proc.Robin Watts2021-04-201-1/+0
* Further rationalisation of device init.Robin Watts2021-04-201-8/+4
* Move devices away from static init of procs.Robin Watts2021-04-201-10/+25
* Remove gx_device_set_procs.Robin Watts2021-04-201-12/+4
* Rename finish_copydevice to initialize, and remove second param.Robin Watts2021-04-201-10/+8
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* NupControl improvements to prevent save/restore problems.Ray Johnston2021-03-031-0/+4
* Fix hang condition detected on Windows release build.Ray Johnston2021-02-111-1/+1
* Implement Nup subclass device to support nesting images on a page.Ray Johnston2021-01-261-10/+23
* Improve memory device bitmap size calculation in tagged planar cases.Robin Watts2021-01-141-1/+4
* Fix compiler warningKen Sharp2020-11-271-1/+1
* Ensure the nulldevice has a proper set of device methodsKen Sharp2020-11-261-0/+1
* Fix pdfwrite "%d" mode with file permissionsChris Liddell2020-08-201-1/+1
* Ensure we can call dev_spec_op as soon as device is createdChris Liddell2020-07-291-0/+5
* Refactor gdev_space_params slightly.Robin Watts2020-06-251-0/+24
* Rework display device "DisplayHandle" passing.Robin Watts2020-06-251-0/+6
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-1/+1
* Remove spurious call to gp_validate_path_len()...Chris Liddell2019-09-241-4/+1
* Add gsapi call to introduce new 'Filing Systems' to gs.Robin Watts2019-07-021-1/+1
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-5/+19
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 697545 : Prevent SEGV when no graphic state is saved.Shailesh Mistry2019-01-111-3/+5
* Fix for bug 692652: Prevent derefence of NULL if parsed.iodev == NULLRay Johnston2019-01-071-3/+3
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-071-1/+1
* Bug 699740: Better handle failing to set the nulldeviceChris Liddell2018-10-191-4/+15
* Close a device before any other 'finalize' actionsChris Liddell2018-10-101-3/+5
* Bug 697545 : Prevent SEGV in gs_setdevice_no_erase.Shailesh Mistry2018-10-031-2/+5
* Bug 699654(2): preserve LockSafetyParams in the nulldeviceChris Liddell2018-08-251-1/+4
* Bug #699153 - fix cppcheck warningKen Sharp2018-03-261-2/+2
* Remove unused variableKen Sharp2018-02-031-2/+0
* remove some unused code - scanbuild warnings....Ken Sharp2018-02-021-17/+0
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 697545 : Fix memory leak in gs_copydevice2.Shailesh Mistry2018-01-231-1/+3
* Bug 697545 : Fix memory leak in gs_nulldevice.Shailesh Mistry2018-01-211-3/+6
* Device method repair - use accessors throughoutKen Sharp2017-11-161-3/+3
* Repair the device API - device methods should never be NULLKen Sharp2017-11-161-0/+19
* More fixes for tag plane problems.Ray Johnston2017-04-211-1/+1