summaryrefslogtreecommitdiff
path: root/poppler/PSOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-27Add in the initial part of the optional content support.Brad Hards1-3/+3
2007-12-04Remove redundant check.Brad Hards1-1/+1
2007-12-02Preserve PDF page labels when we output as postscript.Brad Hards1-1/+80
2007-09-05 * poppler/PSOutputDev.cc: Fix printing of second parameterAlbert Astals Cid1-1/+1
2007-07-11 * poppler/PSOutputDev.ccAlbert Astals Cid1-0/+5
2007-04-27 * glib/poppler-page.cc:Albert Astals Cid1-15/+33
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-515/+1892
2007-04-05* poppler/PSOutputDev.cc: Readd code wrongly removed when doing the GlobalPar...Albert Astals Cid1-0/+5
2007-02-242007-02-25 Albert Astals Cid <aacid@kde.org>Albert Astals Cid1-8/+0
2006-11-11Fix typo when outputing PS scaleAlbert Astals Cid1-1/+1
2006-06-012006-06-01 Jeff Muizelaar <jeff@infidigm.net>Jeff Muizelaar1-1/+1
2006-02-282006-02-28 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-6/+8
2006-02-13Probably the last of inner patches missing from kpdfAlbert Astals Cid1-9/+115
2006-01-18Brad patch for embedded document extraction, only has Qt4 bindings for now, n...Albert Astals Cid1-1/+4
2005-10-30Last xpdf 3.01 merge (at least from my side)Albert Astals Cid1-213/+1248