summaryrefslogtreecommitdiff
path: root/vcl/source/filter
AgeCommit message (Expand)AuthorFilesLines
2020-01-178bit image is "native" only if it has grey palette (tdf#116888)Luboš Luňák1-1/+1
2019-10-22pdfium: Switch the condition for better readibility.Jan Holesovsky1-4/+4
2019-09-20Fix "external" graphic filter code for the DISABLE_DYNLOADING caseTor Lillqvist1-16/+14
2019-09-20tdf#122537: Use "best speed" instead of default compression level on iOSTor Lillqvist1-1/+11
2019-07-04vcl lok: pre-load graphic librariesMiklos Vajna1-0/+26
2019-06-13tdf#125591 DOC import: lazy-load metafiles with explicit sizeMiklos Vajna1-2/+3
2019-04-29ofz#14469 null derefCaolán McNamara1-1/+3
2019-04-24lazy image loading shouldn't read the entire .xls file (tdf#124828)Luboš Luňák1-2/+2
2019-03-28fix grayscale jpeg writing in pdfexport (tdf#121615)Luboš Luňák1-1/+4
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-1/+2
2018-11-11cppCheck bRet reassigned before usedZdibák Zoltán1-1/+0
2018-10-26loplugin:singlevalfields improvementNoel Grandin2-7/+0
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin2-4/+4
2018-10-21tdf#120703 (PVS): handle malloc/realloc failuresMike Kaganski1-2/+9
2018-10-20ImpDetectPCX 2nd arg always overwrittenCaolán McNamara1-49/+45
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-16loplugin:singlevalfields in vclNoel Grandin2-6/+3
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-4/+3
2018-10-15add SvStream::TellEndNoel Grandin5-24/+10
2018-10-14Simplify containers iterations in vclArkadiy Illarionov2-14/+6
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke2-12/+8
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-2/+2
2018-09-17New loplugin:externalStephan Bergmann6-15/+35
2018-09-14loplugin:constfields in vclNoel Grandin7-13/+13
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin1-2/+1
2018-08-30use realloc instead of malloc+memcpyNoel Grandin1-5/+2
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin2-4/+4
2018-08-23Resolves: tdf#118659 eps not shownCaolán McNamara1-3/+2
2018-08-02forcepoint#66 make sure we don't get stuck endlessly reparsingCaolán McNamara1-3/+8
2018-08-01forcepoint#66 protect against infinite parse recurseCaolán McNamara1-9/+12
2018-08-01forcepoint#65 pdf page visiting revisits itselfCaolán McNamara1-4/+16
2018-07-31Add missing sal/log.hxx headersGabor Kelemen5-0/+5
2018-07-27loplugin:returnconstant in vclNoel Grandin2-8/+4
2018-07-18Fix typosAndrea Gelmini2-2/+2
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke2-18/+16
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin2-13/+13
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-1/+1
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin1-1/+1
2018-06-18vcl: share GfxLinkAshod Nakashian1-3/+3
2018-06-12crashtesting: asserts on empty gifsCaolán McNamara1-0/+6
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian1-1/+1
2018-06-07vcl: fix pdf rendering regressionAshod Nakashian1-1/+2
2018-06-07pdf: preserve the original page dimensions on importAshod Nakashian1-11/+20
2018-06-07sd: render the correct PDF page on swapping inAshod Nakashian1-4/+4
2018-06-07vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian1-0/+1
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian2-3/+26
2018-06-05tdf#102928 PDF export: do recompress CMYK imagesMiklos Vajna1-0/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0