summaryrefslogtreecommitdiff
path: root/poppler/PSOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2011-10-13ps: fix uncolored tiling patternsAdrian Johnson1-0/+41
2011-10-13ps: emit non repeating patterns in PSOutput with inType3Char = trueAdrian Johnson1-0/+23
2011-10-13ps: fix tiling pattern fill matrixAdrian Johnson1-7/+2
2011-10-01Remove space after % as it confuses libspectreAlbert Astals Cid1-2/+2
2011-08-21Add poppler version to PSOutputDev ouputAdrian Johnson1-0/+1
2011-08-18Fix Adrian's (C)Albert Astals Cid1-1/+1
2011-08-18ps: Avoid using /PatternType if only one instance of the pattern is usedAdrian Johnson1-0/+3
2011-08-18ps: use PS Patterns for tiling fill when PS level >= 2Adrian Johnson1-5/+54
2011-07-26make -level1sep write gray instead of cmykWilliam Bader1-3/+60
2011-07-06Remove unused variableWilliam Bader1-4/+1
2011-06-24patch to make -level2sep and -level3sep write gray instead of cmykWilliam Bader1-4/+30
2011-06-24patch to make -level2sep and -level3sep write cmyk instead of rgbWilliam Bader1-5/+54
2011-03-21Implement tiling/patterns in SplashOutputDevThomas Freitag1-4/+4
2011-02-08Allow setting the rasterization resolutionWilliam Bader1-1/+6
2011-02-08Add PS level1 non standard binary output optionWilliam Bader1-64/+163
2011-02-02Workaround bug when converting pdf to ps with level1Albert Astals Cid1-1/+1
2011-01-30Increase precisionWilliam Bader1-100/+100
2011-01-21Fix rendering for some pdf with -level1sepWilliam Bader1-46/+161
2010-11-10Linearization improvementsHib Eris1-16/+23
2010-09-27Consider render value when colorizing textAlbert Astals Cid1-16/+10
2010-02-27Don't use '\' character in PostScript namesAdrian Johnson1-2/+2
2009-12-04Make the code a bit more resilientAlbert Astals Cid1-8/+16
2009-11-15Write out fixed-content portion of Type 1 fonts in PSOutputDevAdrian Johnson1-5/+13
2009-10-19fix memory leakAlbert Astals Cid1-0/+1
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-2/+3
2009-08-16When writing the cm matrix write 4 significant digits not 4 decimalsAlbert Astals Cid1-2/+2
2009-08-16Change OutputDev::tilingPatternFill to return a GBoolCarlos Garcia Campos1-5/+7
2009-08-01Add the possibility of disabling font substitution in pdftopsWilliam Bader1-26/+33
2009-07-31Warning--Albert Astals Cid1-1/+1
2009-07-31[cairo] Implement radialShadedFill in cairo backend using cairo gradientsCarlos Garcia Campos1-2/+1
2009-07-25Fix generation of ps for some filesKoji Otani1-17/+51
2009-07-08Implement axialShadedFill in cairo backend using cairo gradientsCarlos Garcia Campos1-1/+1
2009-06-22Only change the page size when it really changes, otherwise duplex commands a...Till Kamppeter1-1/+9
2009-06-19Use Interpolate flag to decide whether applying image interpolation during re...Carlos Garcia Campos1-3/+5
2009-06-04Add part of fix for bug 20420, the other part was checked in with Thomas patchesTill Kamppeter1-0/+3
2009-06-04Support multiple page sizes when converting to PSTill Kamppeter1-2/+29
2009-06-03Give an error when using level1sep without having CMYK supportAlbert Astals Cid1-0/+4
2009-06-02Support colorizing text in pattern colorspaceThomas Freitag1-115/+170
2009-04-11Be paranoid, use gmallocn or gmallocn3 in all gmalloc with *Albert Astals Cid1-3/+3
2008-12-30If Length2 is zero just write until we find EOF of the streamAlbert Astals Cid1-5/+21
2008-12-28Move PSOutputDev::filterPSName to GooString::sanitizedName so i can use it fr...Albert Astals Cid1-40/+9
2008-12-21Fix warning to suggest parentheses inside shiftHib Eris1-1/+2
2008-12-17Fix wrong PS generation when a large image is in PatternsKoji Otani1-42/+72
2008-09-20make sure the image is setup before using it, otherwise some things don't pri...Albert Astals Cid1-0/+6
2008-09-05Unify multiple File Specification parsersCarlos Garcia Campos1-32/+3
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+15
2008-08-01Get rid of more defines, say our version on command line tools, also say our ...Albert Astals Cid1-1/+1
2008-06-01Do not limit CharCodeToUnicodeString to 8 charactersAlbert Astals Cid1-2/+2
2008-04-29constify some static arraysAlbert Astals Cid1-3/+3