summaryrefslogtreecommitdiff
path: root/include/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin4-17/+0
2016-11-09convert Primitive2DContainer to std::dequeNoel Grandin2-15/+17
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin39-73/+82
2016-11-07vcl: improve accounting of SVG images in graphics cacheMichael Stahl4-2/+19
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin6-6/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-3/+0
2016-09-16loplogin:singlevalfields in include/Noel Grandin2-4/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann17-31/+31
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist20-23/+0
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin2-2/+0
2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin8-0/+18
2016-08-25cid#1371277 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25cid#1371284 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25cid#1371288 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25fix move operator= and add move constructorsNoel Grandin1-0/+1
2016-08-25cid#1371309 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25cid#1371315 Missing move assignment operatorNoel Grandin1-0/+1
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin1-1/+1
2016-07-07tdf#82214 optimize performance for primitivesArmin Le Grand2-2/+24
2016-07-07tdf#50613 add support to load charts asynchronouslyArmin Le Grand1-0/+2
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2-5/+5
2016-06-27loplugin:singlevalfields in drawinglayerNoel Grandin3-20/+0
2016-06-10tdf#99519 Added more intelligent handling of animated GIFsArmin Le Grand1-0/+9
2016-06-03loplugin:constantparamsNoel Grandin2-6/+3
2016-05-30Convert TextEffectStyle2D to scoped enumNoel Grandin1-6/+6
2016-05-23Convert GradientStyle to scoped enumNoel Grandin1-7/+7
2016-05-23Convert HatchStyle to scoped enumNoel Grandin1-4/+4
2016-05-22Convert BreakupUnit to scoped enumNoel Grandin1-5/+5
2016-05-22Convert SpreadMethod to scoped enumNoel Grandin1-8/+8
2016-05-22Convert HelplineStyle2D to scoped enumNoel Grandin1-3/+3
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin7-25/+0
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2-6/+6
2016-05-06Refactor 3D renderer to use multithreadingArmin Le Grand1-8/+10
2016-05-02Fix typosAndrea Gelmini2-2/+2
2016-05-01Complete drawinglayer attributesArmin Le Grand4-0/+14
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-1/+4
2016-04-18tdf#99315 VclPixelProcessor2D: fix double border line widthMiklos Vajna1-0/+2
2016-04-13loplugin:passstuffbyref in drawinglayerNoel Grandin3-3/+3
2016-04-11clang-tidy performance-unnecessary-value-param in drawinglayerNoel Grandin1-2/+2
2016-03-10loplugin:constantparam in drawinglayerNoel Grandin1-2/+0
2016-02-09Remove excess newlinesChris Sherlock102-211/+0
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin4-0/+4
2016-02-08loplugin:unusedmethodsNoel Grandin4-8/+0
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-26Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann2-2/+2
2016-01-15svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna1-5/+1
2016-01-10Fix typosAndrea Gelmini11-11/+11
2015-12-21loplugin:unusedmethodsNoel Grandin2-20/+0
2015-12-15use vector as container for Primitive3DReferenceNoel Grandin19-57/+74