summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-250.26.0poppler-0.26.0Albert Astals Cid6-7/+20
2014-04-14qt: Fix missing ! in TextAnnotation::setInplaceIntentFabio D'Urso2-2/+2
2014-04-14Initialize tmpBufLenAlbert Astals Cid2-4/+4
2014-04-10Remove unused memberAlbert Astals Cid1-2/+0
2014-04-100.25.3poppler-0.25.3Albert Astals Cid12-11/+30
2014-04-06qt5: remove m_fontInfoIterator from DocumentPino Toscano2-4/+0
2014-04-06Fix memory leakAlbert Astals Cid1-2/+2
2014-04-06Don't check twice for the same variable ^_^Albert Astals Cid1-1/+1
2014-04-06Fix memory leakAlbert Astals Cid1-0/+2
2014-04-06Fix Out-of-bounds readAlbert Astals Cid1-1/+7
2014-04-06Fix memory leakAlbert Astals Cid1-4/+4
2014-04-06Fix Uninitialized pointer read when nFucnsA is 0Albert Astals Cid1-1/+1
2014-04-06gfree -> delete since it was new'edAlbert Astals Cid1-1/+1
2014-04-06delete -> gfree since it was gmalocedAlbert Astals Cid1-1/+1
2014-04-06Fix memory leakAlbert Astals Cid1-1/+2
2014-04-06Fix memory leakAlbert Astals Cid1-1/+2
2014-04-05Merge remote-tracking branch 'origin/poppler-0.24'Pino Toscano2-4/+2
2014-04-05qt4/qt5: remove extra qDebugpoppler-0.24Pino Toscano2-2/+0
2014-04-05qt4/qt5: fix some kinds of OCG modelsPino Toscano2-2/+2
2014-03-30Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAXPeter Breitenlohner4-2/+14
2014-03-31cairo: fix segv cause by bad image streamAdrian Johnson1-1/+9
2014-03-30pdftohtml: Fix typo in manpageJakub Wilk1-1/+1
2014-03-30glib: Fix the first coord of the qudrilateral in create_poppler_quads_from_an...Thomas Liebetraut1-1/+1
2014-03-28Fix error reported by ASAN in 3628.asan.0.3910.pdfAlbert Astals Cid1-0/+3
2014-03-28Fix error reported by ASAN in 5782.asan.0.7113.pdfAlbert Astals Cid1-4/+6
2014-03-28Fix error reported by ASAN in 590.asan.0.7288.pdfAlbert Astals Cid1-1/+1
2014-03-28Fix error reported by ASAN in 2279.asan.0.1904.pdfAlbert Astals Cid1-2/+2
2014-03-27Fix error reported by ASAN in 2010.asan.0.1506.pdfAlbert Astals Cid1-4/+9
2014-03-27Fix error reported by ASAN in 139.asan.0.581.pdfAlbert Astals Cid1-2/+2
2014-03-270.25.2poppler-0.25.2Albert Astals Cid25-45/+127
2014-03-26Fix overflow mallocAlbert Astals Cid1-2/+2
2014-03-26Fix error reported by ASAN in 1195.asan.0.293.pdfAlbert Astals Cid1-2/+3
2014-03-26Fix error reported by ASAN in 6609.asan.0.8343.pdfAlbert Astals Cid1-2/+3
2014-03-26Fix error reported by ASAN in 6760.asan.0.8568.pdfAlbert Astals Cid1-2/+6
2014-03-26Fix ASAN in 750.asan.0.9621.pdfAlbert Astals Cid1-3/+4
2014-03-26Fix ASAN in 784.asan.0.9671.pdfAlbert Astals Cid1-2/+2
2014-03-26Forgot my (C) in the last commitAlbert Astals Cid1-1/+1
2014-03-25Fix Heap-buffer-overflow in TextPage::updateFontAlbert Astals Cid1-2/+4
2014-03-22Reorder the if check conditionAlbert Astals Cid1-2/+2
2014-03-22Make the test rect go to xMax, yMax not xMax-1,yMax-1Albert Astals Cid1-2/+2
2014-03-15Fix regression when creating level1 PSWilliam Bader2-3/+16
2014-03-12Limit numeric parsing of character namesJason Crain2-41/+102
2014-03-11Fix TIFF writting in WindowsSteven Lee1-0/+11
2014-03-10glib: Use flags argument in poppler_structure_element_get_text()Adrian Perez de Castro3-6/+23
2014-03-06glib: Add missing underscore in method nameAdrian Perez de Castro1-1/+1
2014-03-05Rename getNumElements, getElement and appendElement as getNumChildren, getChi...Carlos Garcia Campos5-21/+21
2014-03-05glib: Update the documentation symbols after the PopplerStructureScope renameCarlos Garcia Campos1-2/+2
2014-03-05glib: Rename PopplerStructureScope as PopplerStructureTableScopeCarlos Garcia Campos2-13/+13
2014-03-05glib: Implement accessors for element attributesAdrian Perez de Castro3-18/+1597
2014-03-04Qt: Expose document-supplied text directionAdam Reichold4-2/+52