summaryrefslogtreecommitdiffstats
path: root/vcl/source/filter/graphicfilter.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski2017-11-061-1/+1
* vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens2017-11-031-84/+0
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-4/+4
* loplugin:includeform: vclStephan Bergmann2017-10-231-1/+1
* loplugin:finalclasses in vclNoel Grandin2017-10-051-2/+0
* clang-tidy modernize-use-emplace in vclNoel Grandin2017-09-141-1/+1
* loplugin:unnecessaryparen include case statementsNoel Grandin2017-09-061-11/+11
* remove unused error code in vclNoel Grandin2017-08-241-2/+0
* unnecessary condition:rGraphic.IsDummyContext()ccsheller2017-08-241-22/+2
* unnecessary conditionccsheller2017-08-221-2/+1
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-1/+1
* move resmgr to unotoolsCaolán McNamara2017-08-011-1/+1
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-1/+1
* loplugin:constparams in vclNoel Grandin2017-07-181-2/+2
* emfplus: completed isolation/migration of Emf/WmfArmin Le Grand2017-07-151-40/+40
* emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand2017-07-151-15/+71
* emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2017-07-151-16/+49
* unused ResMgrCaolán McNamara2017-07-131-2/+0
* vcl: Fix memory leak at importing graphic from a URLTakeshi Abe2017-07-051-4/+2
* new loplugin unnecessaryparenNoel Grandin2017-07-051-2/+2
* loplugin:oncevar in vclNoel Grandin2017-06-281-2/+1
* convert ErrCode to strong typedefNoel Grandin2017-06-211-30/+17
* loplugin:unusedfields in vcl part1Noel Grandin2017-06-171-5/+1
* no need to construct unique_ptr hereJochen Nitschke2017-06-041-4/+4
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-021-88/+88
* vcl: parallelize JPEG import from ImportGraphics()Miklos Vajna2017-05-241-3/+40
* vcl: factor out graphic import filter state to GraphicImportContextMiklos Vajna2017-05-241-46/+73
* vcl GraphicFilter: invoke JPEG import directly in ImportGraphics()Miklos Vajna2017-05-231-1/+68
* vcl GraphicFilter: add ImportGraphics()Miklos Vajna2017-05-231-0/+17
* loplugin:stringcopy: vclStephan Bergmann2017-05-191-1/+1
* vcl: split jpeg import into two partsMiklos Vajna2017-05-081-2/+11
* remove freshly unused menu support from src filesCaolán McNamara2017-04-191-0/+1
* vcl JPEG import: remove unused pCallerDataMiklos Vajna2017-04-191-1/+1
* vcl: move out ImportPDF() from the global namespaceMiklos Vajna2017-02-101-1/+1
* convert BmpConversion to scoped enumNoel Grandin2017-02-091-3/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-5/+3
* replace C-style casts with const_castJochen Nitschke2017-01-091-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-3/+3
* Retire the --disable-export optionTor Lillqvist2016-12-081-35/+1
* Fix -Werror,-Wunused-private-field in the DISABLE_EXPORT caseTor Lillqvist2016-12-081-0/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-4/+4
* Modify pFilterConfigItem to a smart pointerMark Page2016-11-251-5/+5
* loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann2016-11-231-1/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-051-8/+8
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:constantparam in vclNoel Grandin2016-09-071-4/+2
* Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page2016-07-111-11/+11
* vcl: add graphic export-as-pdf filterMiklos Vajna2016-06-241-0/+2
* loplugin:singlevalfields in vcl(part1)Noel Grandin2016-06-241-9/+0