summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
AgeCommit message (Expand)Author
2021-01-04tdf#138801 vcl: fix lazy-loading of GIF images with logic sizeMiklos Vajna
2020-05-01move some headers inside their respective modulesNoel Grandin
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl
2020-04-12remove unused includes in graphicfilterTomaž Vajngerl
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-03-12android: Fix 32bit build.Jan Holesovsky
2020-03-11Blind fix for Android Tinderbox buildMichael Weghorn
2020-03-11android: Use the best speed compression as on iOS.Jan Holesovsky
2020-03-04graphic: remove preview when importing with GraphicFilterTomaž Vajngerl
2020-03-04graphic: remove "AllowPartialStreamRead" from graphic importTomaž Vajngerl
2020-03-04graphic: remove CreateNativeLink property for graphic importTomaž Vajngerl
2020-03-04vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl
2020-02-26vcl: use UCBContentHelper in instead of implement own functionsTomaž Vajngerl
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl
2020-02-09Fix typoAndrea Gelmini
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-24pdfium: Switch the condition for better readibility.Jan Holesovsky
2019-09-18remove unused crc functionality from ZCodecNoel Grandin
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-04vcl lok: pre-load graphic librariesMiklos Vajna
2019-06-18ofz#15335 avoid config during fuzzingCaolán McNamara
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-06-11tdf#125591 DOC import: lazy-load metafiles with explicit sizeMiklos Vajna
2019-06-04Fix "external" graphic filter code for the DISABLE_DYNLOADING caseTor Lillqvist
2019-05-22New loplugin:dataStephan Bergmann
2019-05-11change type detection to use GraphicFormatDetectorTomaž Vajngerl
2019-05-10introduce graphic format detector (and basic metadata)Tomaž Vajngerl
2019-04-27ofz#14469 null derefCaolán McNamara
2019-04-24lazy image loading shouldn't read the entire .xls file (tdf#124828)Luboš Luňák
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin
2019-02-28tdf#122537: Use "best speed" instead of default compression level on iOSTor Lillqvist
2019-02-11loplugin:indentation in vclNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-12-04remove unnecessary GraphicFilterImportFlags::AllowPartialStreamReadNoel Grandin
2018-11-26remove unused enum value ConvertDataFormat::PDFNoel Grandin
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-23Resolves: tdf#118659 eps not shownCaolán McNamara