summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2009-04-11Revert part of last commit, i need more math classes :DAlbert Astals Cid1-2/+2
2009-04-11Be paranoid, use gmallocn or gmallocn3 in all gmalloc with *Albert Astals Cid6-28/+28
2009-04-10Make it compile in SolarisAlbert Astals Cid1-0/+14
2009-03-29Forgot Ross copyrightAlbert Astals Cid1-0/+1
2009-03-29Fix extraction of some ActualText contentRoss Moore1-1/+1
2009-03-25Remove case-insensitive matching of filenames in PDFDoc constructorEric Toombs1-29/+10
2009-03-24declare the matrix at the beginningPino Toscano1-1/+1
2009-03-22Improved error reporting of ErrOpenFile errorsEric Toombs2-22/+40
2009-03-20Fix cairo luminosity smask when cairo ctm != identityAdrian Johnson1-1/+15
2009-03-20Fix bug in cairo backend with nested masksAdrian Johnson2-1/+22
2009-03-16Fix parsing of border arraysAlbert Astals Cid1-18/+36
2009-03-12Really fix jpeg lib init order?Albert Astals Cid1-1/+1
2009-03-11fontCIDType2OT fonts can also have a CIDToGIDMapAlbert Astals Cid1-2/+2
2009-03-11Check there is an optional content config before using itAlbert Astals Cid1-2/+2
2009-03-08Fix the previous fixAlbert Astals Cid1-2/+2
2009-03-08I should compile before commiting :-/Albert Astals Cid1-1/+0
2009-03-08set up the error-manager before calling jpeg_create_decompressRyszard Trojnacki1-4/+7
2009-03-03Do not blindly follow loops parsing OutlineItemNick Jones1-1/+14
2009-02-28Return an error code instead of a GBool when savingCarlos Garcia Campos2-15/+15
2009-02-25Fix cache shiftingKoji Otani1-1/+1
2009-02-25Make JBIG2Stream not crash in 2009-41414141.pdfAlbert Astals Cid1-66/+85
2009-02-22Check if cairo_shape is not NULL before using it.Carlos Garcia Campos1-1/+1
2009-02-21Use the UF entry when present in Filespec dictionaryCarlos Garcia Campos1-7/+7
2009-02-03Fix cache shiftingAlbert Astals Cid1-5/+5
2009-01-28Fix crash on unexepcted Form Opt valueAlbert Astals Cid1-1/+3
2009-01-27PostScriptFunction::transform optimizationAlbert Astals Cid2-4/+23
2009-01-25Cache last 5 GfxICCBasedColorSpaceKoji Otani2-0/+75
2009-01-23Do not crash in some PDF we don't parse correctlyAlbert Astals Cid1-1/+6
2009-01-19Fix a problem in cairo backend when using a CMYK ProfileKoji Otani1-1/+1
2009-01-15calculate the limit in a way that one does not access an invalid index of the...Albert Astals Cid1-1/+1
2009-01-15Forgot my copyrightsAlbert Astals Cid3-3/+3
2009-01-15Minor optimizationsAlbert Astals Cid3-11/+12
2009-01-11fix a (relatively small) memory leak when asking for a document-level JSPino Toscano1-0/+1
2009-01-10Add the possibility of setting the datadir on runtimeJonathan Kew2-8/+24
2009-01-10Fix some problems with color management in CMYK Color Profile.Koji Otani1-53/+53
2009-01-08update Poppler copyright to 2009Pino Toscano1-1/+1
2009-01-07Update copyright noticesAlbert Astals Cid2-0/+2
2009-01-07Add initial support for color managementKoji Otani3-57/+719
2009-01-06Add the possibility to set the first page to scan.Pino Toscano2-3/+3
2009-01-04Fix some checked checkboxes not rendering correctlyAlbert Astals Cid3-5/+53
2009-01-04Remove wrong and unused FormWidget(FormWidget *dest) contructorAlbert Astals Cid2-13/+1
2009-01-04Plug some memory leaksAlbert Astals Cid2-2/+7
2008-12-30If Length2 is zero just write until we find EOF of the streamAlbert Astals Cid1-5/+21
2008-12-30We need spaces here too to satify other consumer parsersAlbert Astals Cid1-2/+2
2008-12-29More improvements in document writingAlbert Astals Cid1-2/+5
2008-12-28Let compiler figure out CDECLHib Eris1-6/+2
2008-12-28Move PSOutputDev::filterPSName to GooString::sanitizedName so i can use it fr...Albert Astals Cid3-43/+16
2008-12-26Change the overflow check to the same used in gmem.cc, much more easy to unde...Albert Astals Cid1-6/+6
2008-12-26BaseFile.h has never been used and it fact it's not part of xpdf sourcesAlbert Astals Cid2-83/+0
2008-12-24Fix compile warnings on parentheses and/orHib Eris1-6/+7