summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sacrificial commit for gs/gpdf comparison testgpdf_gs_text_filter_011Chris Liddell2021-04-091-0/+1
* Fix where the FontMatrix ends up in faked CFF CIDFontsChris Liddell2021-04-091-2/+8
* Fix reading and scaling of DW/W/DW2/W2 metricsChris Liddell2021-04-091-57/+148
* Apply text spacing when we previously did notChris Liddell2021-04-091-3/+7
* Need to do q/Q for shading operator to keep transparency state correctNancy Durgin2021-04-081-2/+2
* In BT only do an initial moveto if there is no currentpointKen Sharp2021-04-082-1/+15
* Fix a compiler warning with a simple castKen Sharp2021-04-081-1/+1
* Bounds check the length of xref table before accessingChris Liddell2021-04-081-0/+1
* Annotation fixes for bad APNancy Durgin2021-04-073-3/+12
* Implementing transparency with textNancy Durgin2021-04-073-2/+61
* Fix bug with OP -- need to also set 'op' if it's not thereNancy Durgin2021-04-071-1/+10
* Fix pdfi_stream_to_buffer with encrypted but not compressed streamsKen Sharp2021-04-071-2/+2
* Disable OverrideICC when doing an smaskNancy Durgin2021-04-061-0/+4
* Don't (un)scale text spacing for sending to graphics libChris Liddell2021-04-061-4/+0
* Support Type1C/CFF fonts.Chris Liddell2021-04-0510-478/+3295
* Minor fixes to Type 1 code, spotted in passingChris Liddell2021-04-051-8/+10
* Fix the type for FontFile* retrival in Type 1 font codeChris Liddell2021-04-051-3/+3
* Merge branch 'master' into pdfiKen Sharp2021-04-05127-1010/+31695
|\
| * pdfwrite - alter the way Pattern resources handle graphics stateKen Sharp2021-04-056-44/+206
| * configure.ac: improved description of --with-extract-dir option.Julian Smith2021-04-021-1/+3
| * Update documentation and examples to work with Graphic to Vector name changeMichael Vrhel2021-04-0114-47/+21998
| * Update .gitattributes to ignore white space issues in PDF filesMichael Vrhel2021-04-011-0/+1
| * Change names from Graphics and Path to Vector, for consistencyRay Johnston2021-03-3112-42/+42
| * MSVC: Add missing gdevnup entries.Robin Watts2021-03-312-0/+8
| * comment typoRobin Watts2021-03-311-1/+1
| * Bug 703752: More broken image handlingChris Liddell2021-03-311-25/+40
| * Brings master up to date with gs9.54.0 branchChris Liddell2021-03-3047-176/+8545
| * Bug 703741: clear xstate_change flag on gsaveChris Liddell2021-03-291-0/+1
| * Fix magic number used in pam device.Robin Watts2021-03-291-1/+1
| * C# MONO demo.Michael Vrhel2021-03-2718-281/+238
| * Remove unused macro code from gdevprn.Robin Watts2021-03-261-29/+0
| * Simplify some pdf14 device prototype code.Robin Watts2021-03-261-135/+116
| * C# demo code cleanup and fixesMichael Vrhel2021-03-2419-214/+486
| * Tweak use of return_error to be more useful.Robin Watts2021-03-242-3/+9
| * Get rid of some #if 0 code.Ray Johnston2021-03-241-11/+0
* | Deal with NULL CS in Transparency Group without causing errorNancy Durgin2021-04-011-9/+6
* | Make sure forms run inside pdfi_run_context()Nancy Durgin2021-03-311-1/+1
* | Fix handling of Processed flagNancy Durgin2021-03-302-2/+16
* | Fix Text rendering mode 2 for transparencyKen Sharp2021-03-261-9/+52
* | Another DecodeParams 'fix'Ken Sharp2021-03-261-1/+1
* | Clamp Indexed colour values to nearest integerKen Sharp2021-03-261-0/+21
* | Fix the initial colour for DeviceGrayKen Sharp2021-03-261-1/+1
* | Don't call initgraphics before drawing annotationsKen Sharp2021-03-251-1/+1
* | Fix some compiler warnings.Ken Sharp2021-03-252-9/+11
* | Add the JPX non-device colour spacesKen Sharp2021-03-252-2/+108
* | Implement fix to alpha/opacity from Bug702062Nancy Durgin2021-03-241-0/+12
* | More fixes for SMask with BCNancy Durgin2021-03-241-1/+4
* | Fix typo affecting masks with BCNancy Durgin2021-03-241-0/+1
* | Support for JPXDecode colorspacesNancy Durgin2021-03-243-19/+51
* | Merge branch 'master' into pdfiKen Sharp2021-03-249-63/+78
|\ \ | |/