summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-40/+40
2017-07-15emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand1-15/+71
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-16/+49
2017-07-13unused ResMgrCaolán McNamara1-2/+0
2017-07-05vcl: Fix memory leak at importing graphic from a URLTakeshi Abe1-4/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-30/+17
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-5/+1
2017-06-04no need to construct unique_ptr hereJochen Nitschke1-4/+4
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-88/+88
2017-05-24vcl: parallelize JPEG import from ImportGraphics()Miklos Vajna1-3/+40
2017-05-24vcl: factor out graphic import filter state to GraphicImportContextMiklos Vajna1-46/+73
2017-05-23vcl GraphicFilter: invoke JPEG import directly in ImportGraphics()Miklos Vajna1-1/+68
2017-05-23vcl GraphicFilter: add ImportGraphics()Miklos Vajna1-0/+17
2017-05-19loplugin:stringcopy: vclStephan Bergmann1-1/+1
2017-05-08vcl: split jpeg import into two partsMiklos Vajna1-2/+11
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-0/+1
2017-04-19vcl JPEG import: remove unused pCallerDataMiklos Vajna1-1/+1
2017-02-10vcl: move out ImportPDF() from the global namespaceMiklos Vajna1-1/+1
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-5/+3
2017-01-09replace C-style casts with const_castJochen Nitschke1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-3/+3
2016-12-08Retire the --disable-export optionTor Lillqvist1-35/+1
2016-12-08Fix -Werror,-Wunused-private-field in the DISABLE_EXPORT caseTor Lillqvist1-0/+2
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-4/+4
2016-11-25Modify pFilterConfigItem to a smart pointerMark Page1-5/+5
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-8/+8
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-07loplugin:constantparam in vclNoel Grandin1-4/+2
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page1-11/+11
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna1-0/+2
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-9/+0
2016-06-23vcl: add initial PDF import-as-graphic filterMiklos Vajna1-0/+16
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-3/+3
2016-06-08Simplify GfxLink using smart pointersMark Page1-14/+9
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-13/+13
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-14/+14
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-4/+4
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-5/+4
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-03-12vcl graph: stop abusing a pointer for a boolNorbert Thiebaud1-15/+15
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-2/+2
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-1/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1