summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin2-3/+2
2018-02-21Revert "simplify ImpXPolygon"Stephan Bergmann1-3/+3
2018-02-21ColorData->Color in filterNoel Grandin2-2/+2
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-02-19filter: speedup nested importers by not notifying constantlyThorsten Behrens1-0/+12
2018-02-19loplugin:useuniqueptr in CGMNoel Grandin6-28/+18
2018-02-19loplugin:useuniqueptr in swf::WriterNoel Grandin2-16/+10
2018-02-19ofz#6449 Integer-overflowCaolán McNamara1-1/+1
2018-02-18remove use of FillBitmapURL and use FillBitmap as the alternativeTomaž Vajngerl1-6/+2
2018-02-17ofz#6427 use of uninitialized valuesCaolán McNamara1-12/+15
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin8-36/+35
2018-02-16Related: ofz#6390, similar patternCaolán McNamara1-0/+2
2018-02-16ofz#6390 LeakCaolán McNamara1-0/+2
2018-02-15ofz#6345 Integer-overflowCaolán McNamara1-1/+12
2018-02-15ofz#6376 Floating-point-exceptionCaolán McNamara1-1/+1
2018-02-15ofz#6365 Integer-overflowCaolán McNamara1-1/+1
2018-02-14ofz#6334 Out-of-memoryCaolán McNamara1-0/+7
2018-02-14ofz#6329 Out-of-memoryCaolán McNamara2-2/+8
2018-02-14ofz#6330 Out-of-memoryCaolán McNamara1-1/+7
2018-02-14ofz#6328 AbrtCaolán McNamara1-1/+3
2018-02-14ofz#6324 Out-of-memoryCaolán McNamara1-0/+5
2018-02-14ofz#6326 Null-dereferenceCaolán McNamara1-6/+29
2018-02-14ofz#6323 AbrtCaolán McNamara1-5/+12
2018-02-14ofz#6315 Heap-buffer-overflowCaolán McNamara1-3/+5
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin12-131/+132
2018-02-14ofz: AbrtCaolán McNamara1-1/+2
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl3-8/+76
2018-02-14use BitmapTools in TIFFReaderNoel Grandin1-93/+106
2018-02-14use RawBitmap in PSDReaderNoel Grandin1-58/+31
2018-02-14use RawBitmap in ipsGraphicImportNoel Grandin1-15/+7
2018-02-14use Color, not BitmapColor in RawBitmapNoel Grandin1-1/+1
2018-02-13ofz#6291 Out-of-memoryCaolán McNamara1-4/+6
2018-02-13ofz#6287 limit palette indexCaolán McNamara1-3/+19
2018-02-13Pass GraphicObject instead of UniqueId for GetBlibIDTomaž Vajngerl1-13/+16
2018-02-13use RawBitmap in PCXReaderNoel Grandin1-24/+21
2018-02-13ofz#6282 oom AbrtCaolán McNamara1-3/+4
2018-02-13use RawBitmap in TGAReaderNoel Grandin1-42/+27
2018-02-13use BitmapEx and RawBitmap in PictReaderNoel Grandin1-93/+58
2018-02-13use RawBitmap in PCDReaderNoel Grandin1-15/+8
2018-02-13use RawBitmap in RASReaderNoel Grandin1-29/+16
2018-02-13use RawBitmap in PBMReaderNoel Grandin1-37/+18
2018-02-13use RawBitmap and BitmapEx in DffPropertyReaderNoel Grandin2-133/+128
2018-02-12EPUB export, fixed layout: fix validation error with imagesMiklos Vajna1-0/+2
2018-02-12for ~perfect compression link fuzzer input limit to an output limitCaolán McNamara1-0/+12
2018-02-12ofz#6228 sal_uInt8 makes more senseCaolán McNamara1-2/+1
2018-02-10use RawBitmap and BitmapEx in icgm filterNoel Grandin3-196/+145
2018-02-07use scanline when reading pixel dataNoel Grandin7-20/+38
2018-02-06simplify ImpXPolygonNoel Grandin1-3/+3
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin6-25/+28
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-2/+2