summaryrefslogtreecommitdiff
path: root/vcl/source/filter
AgeCommit message (Expand)AuthorFilesLines
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-7/+6
2017-11-22drop duplicate methodCaolán McNamara3-24/+24
2017-11-17ofz#4291 Direct-leakCaolán McNamara1-60/+70
2017-11-17loplugin:casttovoid (--disable-pdfium)Stephan Bergmann1-7/+2
2017-11-16ofz#3002 set a limit to how broken a jpeg is to give up recoveringCaolán McNamara1-0/+20
2017-11-15loplugin:flatten in vclNoel Grandin2-234/+239
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-11ofz: XPMReader::ImplGetColKey short readCaolán McNamara1-0/+3
2017-11-10loplugin:unusedmethodsNoel Grandin1-16/+0
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-11-07fix !HAVE_FEATURE_PDFIUM buildCaolán McNamara1-1/+1
2017-11-07tdf#113550 RTF import: fix incorrect text indentMiklos Vajna1-3/+3
2017-11-06tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski3-49/+45
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin2-2/+2
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens12-4194/+1
2017-11-02improve constparam lopluginNoel Grandin2-7/+7
2017-10-30loplugin:constantparam in vclNoel Grandin2-14/+12
2017-10-26vcl: make MapMode constructor explicitMichael Stahl4-7/+7
2017-10-26vcl: minor cleanups in pdfdocumentMiklos Vajna1-21/+6
2017-10-23loplugin:includeform: vclStephan Bergmann9-11/+11
2017-10-19Avoid throwing C++ exception across libjpeg C framesStephan Bergmann1-286/+321
2017-10-13Fix typoAndrea Gelmini1-1/+1
2017-10-05loplugin:finalclasses in vclNoel Grandin1-2/+0
2017-09-28RTF export: various minor cleanupsMiklos Vajna1-4/+1
2017-09-26Don't pessimize to RTL_TEXTENCODING_DONTKNOWStephan Bergmann1-0/+6
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M3-4/+4
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin4-79/+79
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann1-7/+1
2017-08-31ofz#3240: avoid oom in gif loaderCaolán McNamara1-3/+10
2017-08-28Resolves: tdf#111925 we need to take the buffered data len into accountCaolán McNamara1-1/+1
2017-08-24remove unused error code in vclNoel Grandin1-2/+0
2017-08-24unnecessary condition:rGraphic.IsDummyContext()ccsheller1-22/+2
2017-08-22unnecessary conditionccsheller1-2/+1
2017-08-21Fix typoAndrea Gelmini1-1/+1
2017-08-21emfplus: Corrected ReadWindowMetafileArmin Le Grand1-4/+17
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin7-29/+29
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-3/+3
2017-08-09Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixelCaolán McNamara1-3/+3
2017-08-04svl: move DecodeHexString from vclAshod Nakashian1-45/+1
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-31vcl PDF tokenizer: indentation fixesMiklos Vajna1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin4-5/+5
2017-07-20loplugin:unusedfields in vclNoel Grandin1-1/+0
2017-07-18vcl pdf tokenizer: indentation fixesMiklos Vajna1-3/+3
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-10/+1
2017-07-18loplugin:constparams in vclNoel Grandin11-18/+18
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian1-8/+5
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand7-6855/+139