summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/xpdfwrapper
AgeCommit message (Expand)Author
2018-06-21fix build with poppler 0.64Rene Engelhard
2018-06-21Allow building with poppler-0.62Dominique Leuenberger
2016-05-19loplugin:unusedmethods in sdNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-04Silence -Werror,-Wundef in external/poppler includes (clang-cl)Stephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-17Use std::vector instead of boost::shared_arrayStephan Bergmann
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-07-01Work around const-ness issues in the GooString APIStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-21Make cpp/poppler-version.h header optionalTomáš Chvátal
2015-03-30loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-17SkipImages option for PDF importMihai
2015-01-22fdo#79045 PDF Import: fix text displacementVort
2015-01-22pdf import: Kill cut'n'paste, and fix a memory leak.Jan Holesovsky
2015-01-21fdo#85174 PDF Import: fix character positions without modifying popplerVort
2015-01-20continue to implement drawChar for unpatched popplers without drawChar2 hackCaolán McNamara
2015-01-20fdo#85174 PDF Import: fix character positionsVort
2015-01-20Some more loplugin:cstylecast: sdextStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-08-27Resolves: fdo#83137 NULL pActionCaolán McNamara
2014-08-01avoid memory leakDavid Tardon
2014-08-01fix parsing of cmdline argsDavid Tardon
2014-05-20fdo#78689 PDF Import: get font's ascent value from different sourceVort
2014-05-15fdo#78549 PDF Import: fix incorrect transformation matrix writingVort
2014-04-22fdo#71217 PDF Import: Fix importing of JPEG imagesVort
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08fdo#45001 fdo#77105 PDF Import: rotated text fixesVort
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-03fdo#40513 PDF Import: Hack: Replace incorrect values of font's ascent propertyVort
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-10Use proper bool operationsStephan Bergmann
2013-12-18fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-14GCC diagnostic push / pop requires HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPEMichael Stahl
2013-11-14remove more pragma instances of GCC system_headerMichael Stahl
2013-11-05fixincludeguards.sh: sdextThomas Arnhold
2013-10-29Drop unnecessary #includeTakeshi Abe