summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
* use RawBitmap in BPixelRasterToBitmapExNoel Grandin2018-02-201-58/+43
* remove use of FillBitmapURL and use FillBitmap as the alternativeTomaž Vajngerl2018-02-181-13/+0
* convert SetPixel->SetPixelOnDataNoel Grandin2018-02-061-4/+8
* vcl: remove BitmapColor Color() operatorChris Sherlock2018-02-051-1/+1
* ofz#5822 Divide-by-zeroCaolán McNamara2018-01-301-1/+1
* Fix typosAndrea Gelmini2018-01-291-1/+1
* clang-tidy modernize-use-equals-default in drawinglayerJochen Nitschke2018-01-2919-345/+84
* loplugin:unused-returns in drawinglayer..svxNoel Grandin2018-01-241-3/+3
* loplugin:unused-returns in vclNoel Grandin2018-01-241-2/+1
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-231-3/+3
* loplugin:useuniqueptr in EMFPBrushNoel Grandin2018-01-192-45/+16
* loplugin:useuniqueptr in EMFPPenNoel Grandin2018-01-192-6/+4
* loplugin:useuniqueptr in GeoTexSvxMultiHatchNoel Grandin2018-01-191-9/+6
* loplugin:useuniqueptr in ZBufferProcessor3DNoel Grandin2018-01-191-7/+6
* loplugin:useuniqueptr in SvgRadialAtomPrimitive2DNoel Grandin2018-01-191-6/+1
* Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann2018-01-181-1/+0
* android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier2018-01-181-1/+0
* Fix typosAndrea Gelmini2018-01-162-2/+2
* Fix typosAndrea Gelmini2018-01-161-1/+1
* More loplugin:cstylecast: drawinglayerStephan Bergmann2018-01-1226-111/+111
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-112-2/+2
* loplugin:unnecessaryparen improve return checkNoel Grandin2017-12-291-1/+1
* tdf#42949 Fix some Include What You Use warningsMiklos Vajna2017-12-221-3/+0
* Fix typosAndrea Gelmini2017-12-191-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-113-5/+5
* cppcheck: fix some reportsJulien Nabet2017-12-081-3/+3
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-062-0/+2
* tdf#109340 Improve performance by reducing matrix multiplicationBartosz Kosiorek2017-12-062-5/+5
* Related: tdf#105998 except cut and paste as bitmap instead of exportCaolán McNamara2017-12-061-5/+20
* coverity#1421100 Uncaught exceptionCaolán McNamara2017-11-261-1/+1
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* tdf#112500 Store world transform during graphic saveBartosz Kosiorek2017-11-211-0/+2
* tdf#111486 Multiply by whole base transformation, and not only by scale of itBartosz Kosiorek2017-11-181-1/+2
* tdf#111486 Use buildin methods for displaying matrixBartosz Kosiorek2017-11-171-11/+2
* tdf#113451 Fix misplacing of lines by adding mappingChangedBartosz Kosiorek2017-11-171-16/+9
* tdf#113704 EMF+ Add support for EmfPlusRecordTypeFillRegion recordBartosz Kosiorek2017-11-172-18/+23
* tdf#113704 Implement proper reading of the EmfPlusRegionNodeBartosz Kosiorek2017-11-168-138/+131
* tdf#113758 EMF+ Add mapping of clipped region to the world space.Bartosz Kosiorek2017-11-141-3/+10
* tdf#113758 EMF+ Add support to OffsetClip recordBartosz Kosiorek2017-11-132-3/+21
* tdf#113707 EMF+ Add support for ResetClip recordBartosz Kosiorek2017-11-092-1/+12
* tdf#77229 tdf#113635 EMF+ Add support for Clip Union, Exclude and ComplementBartosz Kosiorek2017-11-091-28/+37
* loplugin:constparams in cppcanvas,drawinglayerNoel Grandin2017-11-0610-14/+14
* loplugin:finalclasses in drawinglayerNoel Grandin2017-11-061-3/+1
* tdf#113635 Add support for Clip Intersect and XORBartosz Kosiorek2017-11-042-26/+63
* loplugin:constparams in various(1)Noel Grandin2017-11-041-1/+1
* tdf#111486 Fix component names in SAL_INFOsBartosz Kosiorek2017-11-031-38/+24
* loplugin:constmethod in drawinglayerNoel Grandin2017-11-039-27/+27
* loplugin:constantparam in basegfxNoel Grandin2017-11-011-1/+1
* loplugin:constantparam in d*Noel Grandin2017-11-013-8/+7
* Revert "tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed"Thorsten Behrens2017-10-301-25/+35