summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-26Fix compile warnings on auto imports for mingw32Hib Eris5-1/+10
2008-12-26BaseFile.h has never been used and it fact it's not part of xpdf sourcesAlbert Astals Cid3-84/+0
2008-12-24Let libtool build DLLs on windows tooHib Eris1-1/+4
2008-12-24Fix compile warning on string literal formatHib Eris1-1/+1
2008-12-24Fix compile warnings on parentheses and/orHib Eris1-6/+7
2008-12-24Fix some more warningsHib Eris2-15/+5
2008-12-22Fix compile warning on format typeHib Eris1-1/+1
2008-12-22group condition within bracketsPino Toscano1-2/+2
2008-12-22[demo] use the proper format field for gsize typesPino Toscano1-1/+1
2008-12-22Merge branch 'master' of ssh://pino@git.freedesktop.org/git/poppler/popplerPino Toscano2-3/+5
2008-12-22[Qt] deserialize also the value of 'right'Pino Toscano1-5/+6
2008-12-22[Qt] move in a .cc file the implementation of the QString<->GooString functio...Pino Toscano6-109/+157
2008-12-21Fix compile warnings on signed/unsigned comparisonHib Eris1-1/+2
2008-12-21Fix compile warnings on ignored pragma with mingw compilerHib Eris1-2/+3
2008-12-21Fix compile warnings on signed/unsigned comparisonHib Eris1-2/+4
2008-12-21Update copyright of last commitsAlbert Astals Cid3-1/+3
2008-12-21Fix compile warning to suggest parentheses and/orHib Eris1-6/+8
2008-12-21Fix warning to suggest parentheses inside shiftHib Eris1-1/+2
2008-12-21Fix compile warning on ambiguous elseHib Eris1-1/+2
2008-12-21Fix compile warning on format not a string literalHib Eris1-1/+2
2008-12-21Fix compile warning about uninitialized variableHib Eris1-1/+2
2008-12-20reset to NULL after being deletedPino Toscano1-0/+1
2008-12-20[Qt4] use QHash instead of QMap where applicablePino Toscano1-3/+4
2008-12-20add find.c and text.cPino Toscano1-0/+2
2008-12-20Make destructor private in TextPageCarlos Garcia Campos1-4/+4
2008-12-20Refactor actual text code adding a new ActualText classCarlos Garcia Campos4-195/+160
2008-12-20[glib-demo] Add find demoCarlos Garcia Campos4-1/+318
2008-12-20[glib-demo] Add Text demoCarlos Garcia Campos4-1/+211
2008-12-20[glib] Use TextPage instead of TextOutputDev when cairo is enabledCarlos Garcia Campos2-45/+107
2008-12-20Add optionally text support to CairoOutputDevCarlos Garcia Campos2-8/+155
2008-12-20Add refcount support to TextPageCarlos Garcia Campos3-2/+17
2008-12-17Fix wrong PS generation when a large image is in PatternsKoji Otani1-42/+72
2008-12-16Allow the use of cropbox in pdftoppmRichard Airlie1-3/+13
2008-12-16Make destructors private/protected since you are not supposed to use themAlbert Astals Cid2-7/+6
2008-12-15Do not leak on AnnotScreen destructorAlbert Astals Cid1-0/+4
2008-12-12update the xpdf headers installationPino Toscano1-11/+21
2008-12-12don't install Function.cc, as it is not an headerPino Toscano1-1/+0
2008-12-12Be more helpful with bad boys that want to use poppler core directlyAlbert Astals Cid4-3/+13
2008-12-12Try harder to look for openjpegAlbert Astals Cid1-1/+1
2008-12-11Fix crash when reading outlineAlbert Astals Cid1-0/+4
2008-12-07Fix memory leakIlya Gorenbein1-0/+4
2008-11-30add my copyright herePino Toscano1-0/+1
2008-11-30[Qt4] support URI actions for TOC itemsPino Toscano1-0/+5
2008-11-30extract the LinkAction "serialization" in an own function, and make it more safePino Toscano1-26/+59
2008-11-30move the addTocChildren() implementation in the cppPino Toscano4-62/+69
2008-11-30Update copyrights of the last commitsAlbert Astals Cid1-1/+1
2008-11-29Use the Length specified in the Stream as initial bufSizeAlbert Astals Cid1-2/+8
2008-11-23Fix a crash when the second argument of opMarkPoint is not a dictionaryCarlos Garcia Campos1-1/+1
2008-11-23Don't compare print flag for non Type 3 fonts in cairo font cacheAdrian Johnson2-2/+9