summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Fix problems that happen when parsing broken JBIG2 filesAlbert Astals Cid3-128/+325
2009-04-10Make it compile in SolarisAlbert Astals Cid1-0/+14
2009-03-24declare the matrix at the beginningPino Toscano1-1/+1
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-08set up the error-manager before calling jpeg_create_decompressRyszard Trojnacki1-4/+6
2009-03-03Do not blindly follow loops parsing OutlineItemNick Jones1-1/+14
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-01-28Fix crash on unexepcted Form Opt valueAlbert Astals Cid1-1/+3
2009-01-23Do not crash in some PDF we don't parse correctlyAlbert Astals Cid1-1/+6
2009-01-11fix a (relatively small) memory leak when asking for a document-level JSPino Toscano1-0/+1
2009-01-08update Poppler copyright to 2009Pino Toscano1-1/+1
2009-01-04Fix some checked checkboxes not rendering correctlyAlbert Astals Cid3-5/+53
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-28Move PSOutputDev::filterPSName to GooString::sanitizedName so i can use it fr...Albert Astals Cid3-43/+16
2008-12-26BaseFile.h has never been used and it fact it's not part of xpdf sourcesAlbert Astals Cid2-83/+0
2008-12-17Fix wrong PS generation when a large image is in PatternsKoji Otani1-42/+72
2008-12-15Do not leak on AnnotScreen destructorAlbert Astals Cid1-0/+4
2008-12-12Merge branch 'poppler-0.10' of ssh://pino@git.freedesktop.org/git/poppler/pop...Pino Toscano2-0/+8
2008-12-12don't install Function.cc, as it is not an headerPino Toscano1-1/+0
2008-12-11Fix crash when reading outlineAlbert Astals Cid1-0/+4
2008-12-07Fix memory leakIlya Gorenbein1-0/+4
2008-11-30Update copyrights of the last commitsAlbert Astals Cid1-1/+1
2008-11-23Fix a crash when the second argument of opMarkPoint is not a dictionaryCarlos Garcia Campos1-1/+1
2008-11-20Ensure cairo font matrix is invertableAdrian Johnson1-1/+14
2008-11-20Fix a crash when selecting text in word modeCarlos Garcia Campos1-1/+1
2008-11-09Update copyright headersAlbert Astals Cid3-1/+3
2008-11-09Fix a crash when initializing an Annot with a null catalogCarlos Garcia Campos1-1/+1
2008-11-09Fix memory leaks in OptionalContentCarlos Garcia Campos2-14/+9
2008-11-09Check annotation optional content properties before drawing itCarlos Garcia Campos2-10/+14
2008-11-09Do not show hidden optional contentCarlos Garcia Campos2-36/+84
2008-11-09Minor code cleanup and consistency issuesCarlos Garcia Campos2-15/+15
2008-11-09Delete the optContent object if it's invalidCarlos Garcia Campos3-0/+12
2008-11-05Do not abort if indexHighA is 'invalid', move it to the closest valid value a...Albert Astals Cid1-3/+4
2008-11-05Fix crash in case indices is NULLAlbert Astals Cid1-2/+5
2008-11-05Do not leak uBuf in the error caseAlbert Astals Cid1-0/+1
2008-10-12Do not crash if there is not fontAlbert Astals Cid1-1/+3
2008-10-10obj4 should be the index 1 on the Array, not the 0, that's already obj3Albert Astals Cid1-1/+1
2008-10-09If Name is a Ref we want to get the String it references, not the RefAlbert Astals Cid1-1/+1
2008-10-08Initialize properly OptionalContentGroup::m_nameMark Kaplan1-1/+2
2008-10-04Remove unused varAlbert Astals Cid1-1/+1
2008-10-04free the objectAlbert Astals Cid1-0/+4