summaryrefslogtreecommitdiff
path: root/poppler/Function.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-5/+5
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-4/+4
2019-07-03Change Function::getToken return a GooString instead of a pointerAlbert Astals Cid1-44/+19
2019-06-27Convert all files to UTF-8Daniel Schaefer1-1/+1
2019-06-19Initialize Function::domainAlbert Astals Cid1-1/+1
2019-04-05Use Ref::INVALID moreAlbert Astals Cid1-1/+1
2019-02-28Function: use new Array::get functionAlbert Astals Cid1-4/+3
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-1/+1
2019-01-25SampledFunction: Fix uninitialized memory readAlbert Astals Cid1-1/+1
2019-01-19Update (C)Albert Astals Cid1-1/+1
2019-01-18Fix e[0] gcc warningAlbert Astals Cid1-13/+14
2018-12-06Replace Guint by unsigned intOliver Sander1-3/+3
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-3/+3
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-63/+63
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-24More constAlbert Astals Cid1-8/+8
2018-09-23Function: make variable const char * instead of char *Albert Astals Cid1-2/+1
2018-08-23Don't abort if the SampleFunction has too many samplesAlbert Astals Cid1-1/+5
2018-06-19PostScriptFunction::parseCode: Fix memory leak on malformed filesAlbert Astals Cid1-0/+1
2018-06-06SampledFunction: Fix divide by zeroAlbert Astals Cid1-0/+4
2018-05-22SampledFunction: Fix potential divide by zeroAlbert Astals Cid1-1/+5
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-13/+13
2017-07-31Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-2/+6
2017-06-21Fix crash on malformed filesAlbert Astals Cid1-3/+7
2017-05-09New Object APIAlbert Astals Cid1-136/+89
2016-01-13Update copyrightsAlbert Astals Cid1-1/+1
2015-12-22Do not crash on invalid filesAlbert Astals Cid1-0/+4
2014-03-26Fix error reported by ASAN in 6760.asan.0.8568.pdfAlbert Astals Cid1-2/+6
2013-12-28Fixed some GooString format markersFabio D'Urso1-1/+2
2013-01-10Fix invalid memory access in 2030.pdf.asan.69.463Albert Astals Cid1-1/+5
2012-11-26Don't use memcpy to copy classesAdam Reichold1-11/+52
2012-09-11Splash: Implement DeviceN supportThomas Freitag1-0/+14
2012-09-09Fix invalid memory access in 1106.pdf.asan.30.120.patchThomas Freitag1-0/+5
2011-09-05xpdf303: Other fixes in PostScriptFunctionCarlos Garcia Campos1-2/+3
2011-09-05xpdf303: Fixed a bug in the PostScript-type function parserCarlos Garcia Campos1-1/+1
2011-09-05xpdf303: Fixes in StitchingFunctionCarlos Garcia Campos1-4/+2
2011-09-05xpdf303: Cache the last transform for PostScript-type functionsCarlos Garcia Campos1-3/+34
2011-09-05Optimize SampledFunctionCarlos Garcia Campos1-15/+72
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-51/+56
2011-02-16Lots of rendering improvements by Thomas and AndreaAlbert Astals Cid1-114/+8
2010-11-04Improvements to the splash backendAlbert Astals Cid1-1/+3
2010-11-03Do not add sibling children as parentsAlbert Astals Cid1-3/+4
2010-11-03Do not loop forever in broken documentsAlbert Astals Cid1-3/+19
2010-10-23Do not crash if n is 0Albert Astals Cid1-0/+3
2010-09-21Fix crash when idx is out of rangeAlbert Astals Cid1-1/+1
2010-09-21Fix crash when idx is out of rangeAlbert Astals Cid1-1/+5
2010-09-21Properly initialize stackAlbert Astals Cid1-0/+1
2010-04-04Fix my roll optimizationAlbert Astals Cid1-5/+7
2009-08-17Use gatof instead of atofAlbert Astals Cid1-1/+2
2009-06-10Correctly duplicate the cache on PostScriptFunction(PostScriptFunction *func)Albert Astals Cid1-0/+28