summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Another case where we expect the 'current dictionary' to be writeablePDF_gstateKen Sharp2017-05-291-1/+9
* Following Chris's initial commentsKen Sharp2017-05-2910-152/+154
* Remove another GroupExtGState referenceKen Sharp2017-05-291-2/+3
* Tidying up the graphics state workKen Sharp2017-05-293-246/+30
* remove commented out lines from gstateKen Sharp2017-05-293-5/+13
* Finally.... Add teh SMask to the gstateKen Sharp2017-05-295-21/+64
* Tidy up, remove debugging printsKen Sharp2017-05-292-41/+19
* (finally) fix the problems introduced by saving and restoring the colourKen Sharp2017-05-293-36/+31
* save colour space round transparency groups, don't crash in type if theKen Sharp2017-05-293-3/+22
* Detect (warn and ignore) missing color resources (eg /R34 scn) as wellKen Sharp2017-05-291-2/+17
* Fix Patterns with PaintType 2Ken Sharp2017-05-292-27/+153
* First draft removing the code for FillColor(Space) and StrokeColor(Space)Ken Sharp2017-05-295-104/+225
* Remove 'TextFont from the ext gstate. This was always pointless sinceKen Sharp2017-05-292-4/+3
* Add TextLineMatrix and TextMatrix to the graphics state, add CKen Sharp2017-05-296-20/+153
* Separate overprint for stroke and overprint for everything else. AddKen Sharp2017-05-296-13/+111
* remove some now unused codeKen Sharp2017-05-291-3/+2
* Add horizontal text scaling (Tz) to the graphics stateKen Sharp2017-05-295-5/+38
* Move word spacing (Tw) into the grapchis stateKen Sharp2017-05-294-8/+41
* move test rise (Ts) int the graphcis stateKen Sharp2017-05-295-8/+39
* Add Text Leading (TL) to the graphics state, for PDF.Ken Sharp2017-05-294-4/+35
* Make Text Rendering Mode only use the graphics stateKen Sharp2017-05-293-22/+21
* add /Tc (text spacing) to the graphics stateKen Sharp2017-05-296-10/+61
* remove unused valueKen Sharp2017-05-291-1/+0
* Add AIS to the graphics stateKen Sharp2017-05-296-5/+46
* Bit baffling this one. When running a pattern we use the graphicsKen Sharp2017-05-292-18/+14
* Updated int.mak for new operators.Ken Sharp2017-05-291-1/+1
* Initial gstate work, add ca and CA processing as part of the graphicsKen Sharp2017-05-295-4/+100
* PDF interpreter - Don't render closed Popup annotations, synthesise missing P...Ken Sharp2017-05-291-1/+76
* Increment the PJL stream pointer for illegal characters.Henry Stiles2017-05-281-0/+1
* Bug 697934: Fix SEGV due to error code being ignored.Shailesh Mistry2017-05-271-1/+3
* pdfwrite - correctly set the BPC for the image downsampling filterKen Sharp2017-05-261-1/+8
* Vector devices - work around TrueType subsetting bug corrupting metrics tablesKen Sharp2017-05-261-1/+14
* Bug 697949: check parameters for .setuseciecolorChris Liddell2017-05-261-1/+2
* Fix tags with transparency.Ray Johnston2017-05-251-25/+35
* device subclassing fix reference counting and stype patchingKen Sharp2017-05-241-2/+11
* pdfwrite - unescape specially escaped names in pdfmark operationsKen Sharp2017-05-231-0/+11
* Bug 697910: handle Type 1 fonts with 'embedded' Type 1 fontsChris Liddell2017-05-231-42/+50
* Remove shared device psi implementation and improve documentation.Henry Stiles2017-05-197-491/+76
* Clean up documentation and simplify language implementation procs.Henry Stiles2017-05-194-103/+47
* PL API: Remove separate interpreter instances.Henry Stiles2017-05-1920-885/+437
* PL API: make PJL an implementation and several miscellaneous improvements.Henry Stiles2017-05-198-67/+104
* Remove cursor renewal.Henry Stiles2017-05-194-19/+12
* PL API: cleanup unused functions replace by API calls.Henry Stiles2017-05-199-107/+4
* PLAPI: Use api for windows display program.Henry Stiles2017-05-195-24/+73
* PL API: add plapi implementation.Henry Stiles2017-05-196-30/+149
* Memory leak check.Henry Stiles2017-05-191-0/+3
* Rename pltoputl to plcursor.Henry Stiles2017-05-194-12/+12
* Move all cursor code to single module.Henry Stiles2017-05-194-88/+60
* Make the main instance opaque.Henry Stiles2017-05-195-101/+144
* Factor out common icc code into 1 pl procedure.Henry Stiles2017-05-195-84/+62