summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin2015-08-047-32/+17
* coverity#1157790 Division or modulo by float zeroCaolán McNamara2015-08-031-2/+7
* new loplugin: refcountingNoel Grandin2015-08-031-1/+1
* filter: valgrind uninitialized warning in filter_met_testMichael Stahl2015-07-311-2/+2
* filter: valgrind uninitialized nDataLen warning in filter_tiff_testMichael Stahl2015-07-311-0/+4
* fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin2015-07-314-88/+61
* Remove the unnecessary type definition: HPBYTEDaniel Robertson2015-07-292-2/+2
* remove unused ALLCHART constantsNoel Grandin2015-07-281-7/+0
* inline a bunch of use-once macrosNoel Grandin2015-07-272-18/+14
* filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-241-14/+11
* filter: convert boost::ptr_vector to std::vectorMichael Stahl2015-07-241-6/+18
* filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-07-241-2/+2
* filter: that cast is sillyMichael Stahl2015-07-241-1/+1
* filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-241-33/+33
* filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-241-10/+11
* filter: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl2015-07-241-14/+15
* remove some unused constantsNoel Grandin2015-07-221-1/+0
* Miscellaneous typosAdolfo Jayme Barrientos2015-07-211-3/+3
* reject invalid tiff dimensionsCaolán McNamara2015-07-212-0/+2
* bail if offsets are past eofCaolán McNamara2015-07-202-10/+19
* fail on short readCaolán McNamara2015-07-202-2/+4
* translate from germanDavid Tardon2015-07-201-1/+1
* don't hang on a bad ReadCodeAndDecodeCaolán McNamara2015-07-202-1/+4
* ensure loop ends eventuallyCaolán McNamara2015-07-202-17/+22
* final check np boundsCaolán McNamara2015-07-202-0/+2
* test that nNumStripByteCounts value is within bounds of fileCaolán McNamara2015-07-202-2/+5
* check np bounds yet againCaolán McNamara2015-07-202-0/+2
* reduce scope, etc, don't loop endlesslyCaolán McNamara2015-07-202-7/+2
* add a test imageDavid Tardon2015-07-201-0/+0
* tdf92789 fix reading of some PICT imagesosnola2015-07-201-36/+24
* check np bounds againCaolán McNamara2015-07-192-0/+2
* check np boundsCaolán McNamara2015-07-192-0/+2
* in reality we are limited to max sal_Int32 hereCaolán McNamara2015-07-192-27/+27
* Fix typosAndrea Gelmini2015-07-192-3/+3
* in remainingSize consider that its is possible to seek past the endCaolán McNamara2015-07-171-0/+0
* don't loop forever if pcx has short readCaolán McNamara2015-07-172-2/+2
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-5/+5
* rename test caseCaolán McNamara2015-07-171-0/+0
* detect another loop in tif formatCaolán McNamara2015-07-172-1/+10
* test that nNumStripOffsets value is within bounds of fileCaolán McNamara2015-07-172-2/+5
* detect loop in tif formatCaolán McNamara2015-07-172-1/+11
* loplugin:unusedmethods filterNoel Grandin2015-07-1714-110/+8
* Resolves: tdf#92772 missing shape bg colorCaolán McNamara2015-07-161-6/+4
* min size of eps for a preview is 32Caolán McNamara2015-07-162-7/+9
* exception on div by 0Caolán McNamara2015-07-162-0/+5
* don't hang if at end of streamCaolán McNamara2015-07-153-2/+25010
* WaE: C2220Caolán McNamara2015-07-152-2/+4
* bump size typeCaolán McNamara2015-07-152-3/+4
* tools polygons limited to 16bit indexesCaolán McNamara2015-07-152-6/+23
* don't hang with 0 len causing no progressionCaolán McNamara2015-07-152-3/+9