summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GPDL: Run the pdfwrite setup each time we start a PS/PDF job.gpdl-shared-deviceRobin Watts2019-03-252-10/+26
* GPDL: Separate gs init file running into "post_args_init" phase.Robin Watts2019-03-258-16/+55
* GPDL: Simplify device creation.Robin Watts2019-03-251-8/+11
* Fix gs_main_set_device passthru of PageSize.Robin Watts2019-03-251-1/+9
* GPDL: Avoid dnitting twice if dnit gives error.Robin Watts2019-03-251-3/+6
* gpdl: Tidy up the device management between jobsChris Liddell2019-03-252-14/+15
* Workaround for QL jobs that use %stdinChris Liddell2019-03-251-0/+47
* GPDL: Better error reporting in case of missing files.Robin Watts2019-03-252-2/+4
* gs_interp_reset() leaves the op stack one below the bottomChris Liddell2019-03-251-1/+7
* Update language detection mechanism to be score based.Robin Watts2019-03-257-18/+246
* GPDL: Fix GS papersize initialisation.Robin Watts2019-03-252-19/+33
* GPDL: Fix handling of languages returning InterpreterExitRobin Watts2019-03-252-3/+8
* GPDL: Tweak gs_main_set_deviceRobin Watts2019-03-253-13/+31
* GPDL: Improve argument handlingRobin Watts2019-03-2510-91/+268
* GPDL: Do not uninitialise a NULL implementation.Robin Watts2019-03-251-3/+5
* GPDL: Fix ps_impl_init_job error handling.Robin Watts2019-03-251-1/+5
* Update postscript initialisation to allow for -g and -r.Robin Watts2019-03-259-33/+189
* Chameleon device.Robin Watts2019-03-256-23/+922
* Make PCL and PXL set LanguageUsesROPs device parameter.Robin Watts2019-03-252-4/+67
* Print language switch selection with -Z:Robin Watts2019-03-251-3/+3
* GPDL: Cope with Postscript jobs that exit the server loopChris Liddell2019-03-251-10/+19
* Rejig gs_lib_ctx_t to allow sharing of core details.Robin Watts2019-03-2517-120/+177
* Avoid xps language instance leaking on closedown.Robin Watts2019-03-251-1/+8
* Change graphics state initialisation for gs.Robin Watts2019-03-251-1/+1
* Rename plapi with gsapi.Robin Watts2019-03-254-58/+58
* Arrange so that gsapi is not linked into gpdl.Robin Watts2019-03-253-5/+22
* Create psapi from the guts of gsapi.Robin Watts2019-03-258-340/+642
* Expand plapi to include everything that gsapi does.Robin Watts2019-03-254-13/+359
* LangSwitch: pl_process_file stub implementation.Robin Watts2019-03-252-2/+40
* LangSwitch: Simplify pl_main_instance.Robin Watts2019-03-251-14/+16
* LangSwitch: Simplify language API.Robin Watts2019-03-258-216/+81
* Improve language switch debug messages.Robin Watts2019-03-251-4/+8
* Implement pl_main_run_string_... functions.Robin Watts2019-03-252-104/+150
* Update realmain.c to accept InterpreterExit.Robin Watts2019-03-252-13/+17
* Rejig handling of gsapi_run_file.Robin Watts2019-03-253-17/+51
* Whitespace fixes.Robin Watts2019-03-251-31/+20
* Return position of UEL while parsing postscript.Robin Watts2019-03-258-39/+98
* Whitespace tidying.Robin Watts2019-03-251-5/+5
* Move from systemdict flag to internal operator flag for UEL handling.Robin Watts2019-03-257-20/+49
* Add gpdl target to the Unix and Windows default listChris Liddell2019-03-252-4/+4
* A little tidy up: add some comments.Chris Liddell2019-03-251-3/+18
* Allow the PS interp to coexist with the PJL interpreter.Chris Liddell2019-03-254-14/+103
* Add a process_end API call.Chris Liddell2019-03-258-3/+57
* Add API to pass data to Ghostscript by buffer.Chris Liddell2018-12-078-6/+88
* "Free" global device before shutting down interpreters.Chris Liddell2018-12-071-9/+9
* More in this commit than planned!Chris Liddell2018-12-0721-14/+117
* Add a gsapi_get_device_memory() call.Chris Liddell2018-12-0712-0/+41
* Tweak the gs_register_root APIChris Liddell2018-12-0715-29/+37
* txtwrite - allow some slop in zero-width detectionKen Sharp2018-12-071-2/+5
* Improve gx_get_bits_copy determination of depth.Ray Johnston2018-12-071-1/+4