summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2018-03-26forcepoint #33 ensure payload is a EMFPPathCaolán McNamara1-2/+2
2018-03-26forcepoint #32 survive missing emf pathsCaolán McNamara1-4/+10
2018-03-14tdf#115297: 1bit images displaying fixed (again)Vasily Melenchuk1-2/+4
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-11Use for-range loops in drawinglayer and dtransJulien Nabet3-11/+10
2018-03-08loplugin:constantparam in desktop..i18npoolNoel Grandin1-14/+7
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin1-4/+4
2018-03-05tdf#116001 Incorrect Colors in Chart Wall Area (2nd attempt)Noel Grandin1-3/+7
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-20use RawBitmap in BPixelRasterToBitmapExNoel Grandin1-58/+43
2018-02-18remove use of FillBitmapURL and use FillBitmap as the alternativeTomaž Vajngerl1-13/+0
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-4/+8
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-1/+1
2018-01-30ofz#5822 Divide-by-zeroCaolán McNamara1-1/+1
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-29clang-tidy modernize-use-equals-default in drawinglayerJochen Nitschke19-345/+84
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin1-3/+3
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-3/+3
2018-01-19loplugin:useuniqueptr in EMFPBrushNoel Grandin2-45/+16
2018-01-19loplugin:useuniqueptr in EMFPPenNoel Grandin2-6/+4
2018-01-19loplugin:useuniqueptr in GeoTexSvxMultiHatchNoel Grandin1-9/+6
2018-01-19loplugin:useuniqueptr in ZBufferProcessor3DNoel Grandin1-7/+6
2018-01-19loplugin:useuniqueptr in SvgRadialAtomPrimitive2DNoel Grandin1-6/+1
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier1-1/+0
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: drawinglayerStephan Bergmann26-111/+111
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin2-2/+2
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-3/+0
2017-12-19Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-5/+5
2017-12-08cppcheck: fix some reportsJulien Nabet1-3/+3
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-0/+2
2017-12-06tdf#109340 Improve performance by reducing matrix multiplicationBartosz Kosiorek2-5/+5
2017-12-06Related: tdf#105998 except cut and paste as bitmap instead of exportCaolán McNamara1-5/+20
2017-11-26coverity#1421100 Uncaught exceptionCaolán McNamara1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21tdf#112500 Store world transform during graphic saveBartosz Kosiorek1-0/+2
2017-11-18tdf#111486 Multiply by whole base transformation, and not only by scale of itBartosz Kosiorek1-1/+2
2017-11-17tdf#111486 Use buildin methods for displaying matrixBartosz Kosiorek1-11/+2
2017-11-17tdf#113451 Fix misplacing of lines by adding mappingChangedBartosz Kosiorek1-16/+9
2017-11-17tdf#113704 EMF+ Add support for EmfPlusRecordTypeFillRegion recordBartosz Kosiorek2-18/+23
2017-11-16tdf#113704 Implement proper reading of the EmfPlusRegionNodeBartosz Kosiorek8-138/+131
2017-11-14tdf#113758 EMF+ Add mapping of clipped region to the world space.Bartosz Kosiorek1-3/+10