summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d
AgeCommit message (Expand)AuthorFilesLines
2017-07-20loplugin:constparams in drawinglayerNoel Grandin1-1/+1
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-10/+1
2017-07-17Fix typosAndrea Gelmini1-1/+1
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand1-2/+2
2017-07-15emfplus: migrate gdiplus reader to drawinglayerArmin Le Grand1-3155/+41
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-0/+7
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2-10/+10
2017-07-12borderline: correct problems with border displayArmin Le Grand2-312/+141
2017-06-02Improved loplugin:redundantcast static_cast handling: drawinglayerStephan Bergmann1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-02loplugin:checkunusedparams in drawinglayerNoel Grandin3-9/+9
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna4-24/+24
2017-03-27ofz#947 line dashing is very problematic memory and size wiseCaolán McNamara1-1/+7
2017-03-25Fix typosAndrea Gelmini3-3/+3
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-19TyposJulien Nabet1-1/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin2-3/+4
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin2-10/+10
2017-02-26loplugin:loopvartoosmallStephan Bergmann2-3/+7
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist11-27/+27
2017-02-16remove unused Sentence from BreakupUnitNoel Grandin1-18/+0
2017-01-31more SAL_WARN_UNUSEDNoel Grandin1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-6/+2
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin1-4/+0
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-1/+1
2016-12-22convert BasePrimitive2D::get2DDecomposition to use a visitorNoel Grandin18-56/+82
2016-12-14This fallback code makes no sense any moreKhaled Hosny1-1/+0
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page1-4/+4
2016-12-06Use std::unique_ptr for AnimationEntryMark Page1-6/+0
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-6/+3
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin3-13/+10
2016-11-09some small simplifications to decompose methodsNoel Grandin7-88/+77
2016-11-08typo fix: ressource -> resourceAndras Timar1-1/+1
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin38-456/+238
2016-11-07vcl: improve accounting of SVG images in graphics cacheMichael Stahl4-0/+42
2016-10-25tdf#96505 Get rid of cargo cult "long" integer literalsRosen1-1/+1
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin3-14/+14
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-6/+6
2016-09-05convert HatchStyle to scoped enumNoel Grandin1-3/+3
2016-09-05convert LineStyle to scoped enumNoel Grandin1-1/+1
2016-09-05convert RasterOp to scoped enumNoel Grandin1-6/+6
2016-09-01convert RefDevMode to scoped enumNoel Grandin1-1/+1
2016-07-22Resolves: tdf#101067 put SolarMutexGuard back in againCaolán McNamara1-0/+1
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-3/+6
2016-07-07tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand1-36/+37