summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* alter a few more places in the documentation to say 'vector' instead ofPJL_pdfwrite_configKen Sharp2016-02-092-10/+11
* Change name (and references) of HiLevelDevices to VectorDevicesKen Sharp2016-02-083-3/+3
* Update the documentationKen Sharp2016-02-084-950/+769
* add hex string processing for dictionariesKen Sharp2016-02-081-17/+54
* Fix array processing, define float and int arrays as well as stringKen Sharp2016-02-082-143/+280
* Get dictionaries workingKen Sharp2016-02-081-2/+148
* Finish off the array members, we don't handle arrays containing arraysKen Sharp2016-02-081-0/+45
* Add array processingKen Sharp2016-02-081-6/+281
* Begin adding in code to handle setting distillerparams in PJLKen Sharp2016-02-082-0/+163
* Remove PJL pdfmark processing from PXLKen Sharp2016-02-081-13/+0
* Now that we don't need the code to reset PJL parameters, remove it againKen Sharp2016-02-083-28/+0
* Use the PCL 'reset' type to determine whether or not to use any PJL pdfmarksKen Sharp2016-02-081-9/+10
* Correct a makefile (fell apart when updating from master)Ken Sharp2016-02-081-1/+1
* Add pdfmark processing to PXL. I'm not sure ths is actually required, asKen Sharp2016-02-081-0/+14
* After setting a pdfmark, clear the environment and default variablesKen Sharp2016-02-081-0/+3
* implement the functions to externally set PJL parametersKen Sharp2016-02-082-0/+26
* PJL parser - add the ability to set PJL parameters externallyKen Sharp2016-02-082-0/+63
* update makefiles for new filesKen Sharp2016-02-082-0/+7
* Move the pdfmark processing out of pcjob.c and into a new file.Ken Sharp2016-02-083-222/+267
* Process pdfmark operations inserted via PJL into putdeviceparamsKen Sharp2016-02-081-82/+189
* removal of another fixed length stringKen Sharp2016-02-081-19/+88
* Add 'boiler plate' for PCL->PDF/A conversionKen Sharp2016-02-082-0/+125
* scrub out some more compiler warnings.Ken Sharp2016-02-081-8/+8
* Add prototypes for the new PJL functions to avoid compiler warningsKen Sharp2016-02-081-9/+21
* PJL Parser - change a number of static tables to dynamic allocationsKen Sharp2016-02-081-62/+348
* PDF interpreter - yet more robust error handlign with broken filesKen Sharp2016-02-082-8/+39
* Disable trapping by default.Robin Watts2016-02-052-48/+86
* Reduce boilerplate downscaler params handling.Robin Watts2016-02-0510-559/+324
* Simple optimisations to ClapTrap.Robin Watts2016-02-053-108/+102
* Initial import of ClapTrap.Robin Watts2016-02-0514-56/+1435
* Bug 696132: Grid fit images within pattern fills.Robin Watts2016-02-053-8/+38
* PDF interpreter - move a device name check into a parameter checkKen Sharp2016-02-054-1/+5
* Bug 696565: remove spurious deps for shared lcms, cups and jpegChris Liddell2016-02-044-5/+7
* Don't use stack allocation for text enumChris Liddell2016-02-043-15/+51
* Bug 696516: tiffsep(1) validation of compression methodChris Liddell2016-02-041-4/+7
* VS2015: Workaround apparent C runtime bug.Robin Watts2016-02-031-1/+16
* VS2015 builds: Tweak to fix bool problems.Robin Watts2016-02-0212-30/+84
* Revert and fix commit a7655b5d2fc42217eac71efd01f22fe3cca33d4aKen Sharp2016-02-021-20/+24
* PS interpreter - further fix for DCTEncode params arraysKen Sharp2016-02-011-1/+3
* Bug 696553: reduce redundant loading of (some) substitute fontsChris Liddell2016-02-011-2/+7
* PS interpreter - fix array processing for the DCTEncode params dictKen Sharp2016-02-011-6/+18
* pdfwrite - fix alpha duplicationKen Sharp2016-01-301-4/+20
* Bug 696554: cleanup after failing to read font valueChris Liddell2016-01-291-1/+1
* PDF interpreter - repair xref processing with PDFSTOPONERRORKen Sharp2016-01-281-11/+22
* pdfwrite - prevent emitting a negative value for linewidthKen Sharp2016-01-281-1/+1
* PDF interpreter - Handle inline images in a text blockKen Sharp2016-01-281-0/+19
* Make waterfal.ps standaloneChris Liddell2016-01-271-1/+7
* Fix for Bug 696514. rinkj deviceMichael Vrhel2016-01-267-22/+44
* PS Interpeter - correct the error from setfileposition on invalid fileKen Sharp2016-01-261-1/+1
* PDF interpreter - more robustness in the face of broken Info dictsKen Sharp2016-01-261-10/+17