summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2017-11-03tdf#111486 Fix component names in SAL_INFOsBartosz Kosiorek1-38/+24
2017-11-03loplugin:constmethod in drawinglayerNoel Grandin9-27/+27
2017-11-01loplugin:constantparam in basegfxNoel Grandin1-1/+1
2017-11-01loplugin:constantparam in d*Noel Grandin3-8/+7
2017-10-30Revert "tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed"Thorsten Behrens1-25/+35
2017-10-28tdf#106084 EMF+ Add support for RotateWorldTransform recordBartosz Kosiorek2-1/+19
2017-10-28tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if neededArmin Le Grand1-35/+25
2017-10-27remove GetSwapFloat nonsense from all 3 EMF readersMichael Stahl1-23/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-4/+4
2017-10-26blind attempt to fix build on big endianDavid Tardon1-0/+15
2017-10-26tdf#111486 Fix description of SAL_ macros after EMF+ refactorBartosz Kosiorek10-217/+217
2017-10-24Resolves: tdf#49253 set an initial mask backgroundCaolán McNamara1-0/+4
2017-10-23loplugin:includeform: drawinglayerStephan Bergmann31-46/+46
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-1/+0
2017-10-18use std::unique_ptr in wmfemfhelper::TargetHolderNoel Grandin3-61/+54
2017-10-16tdf#31814 Resolve TODO from EMF+ DrawImage and DrawImagePointsBartosz Kosiorek1-39/+40
2017-10-15tdf#31814 Fix for EMF+ DrawString and DrawImagePatrick Jaap1-43/+52
2017-10-01drawinglayer: remove commented out codeChris Sherlock1-70/+1
2017-10-01tdf#31814 drawinglayer: dump EmfPlusRecordTypeComment recordsChris Sherlock2-1/+30
2017-10-01drawinglayer: should be warning, not info SAL_LOG messagesChris Sherlock1-12/+5
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-2/+2
2017-09-29convert GfxLink::IsEqual to operator==Noel Grandin1-1/+1
2017-09-28tdf#112012 EMF+ dashed lines: correct dash lengthPatrick Jaap1-10/+9
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist73-287/+287
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara993-19/+19
2017-09-22Remove include of converters.hxx from precompiled_drawinglayer.hxxMike Kaganski1-1/+0
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-6/+22
2017-09-22Put definition of _CRT_RAND_S into bin/update_pchMike Kaganski10-34/+34
2017-09-22<drawinglayer/tools/converters.hxx> can be internal to drawinglayerTor Lillqvist6-112/+153
2017-09-18maPrimitiveColor in Shadow3DExtractingProcessor unusedNoel Grandin1-3/+2
2017-09-15Fix typosAndrea Gelmini2-2/+2
2017-09-15borderline: Extended decomposeArmin Le Grand1-9/+112
2017-09-15borderline: extended the expand logicArmin Le Grand1-83/+0
2017-09-15borderline: Added merge BorderLinePrimitive2DArmin Le Grand1-6/+21
2017-09-15borderline: merge redefined, mirrored StylesArmin Le Grand1-1/+111
2017-09-15borderline: Adapted BorderLinePrimitive2D and usagesArmin Le Grand3-282/+258
2017-09-15borderline: Abstraction of BorderLinePrimitiveArmin Le Grand4-23/+157
2017-09-15tdf#112012 EMF+ add dashed line supportPatrick Jaap3-11/+69
2017-09-12tdf#111853 Added TextFillColor to operator==Armin Le Grand1-4/+5
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin10-33/+32
2017-09-03Resolves: tdf#112145 pdf export of editengine highlight color fails sometimesCaolán McNamara1-0/+8
2017-08-22emfplus: cut over to new EMF+ rendererThorsten Behrens4-180/+1
2017-08-21Fix typosAndrea Gelmini1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin3-3/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin12-42/+42
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin24-59/+59
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2-2/+2
2017-08-17Fixup source layout in emf+ parserThorsten Behrens4-55/+54
2017-08-16new EMF+ Parser: Basic implementation for Graphic StacksPatrick Jaap3-36/+99
2017-08-16new EMF+ Parser: Implementation of EmfPlusRecordTypeDrawDriverStringPatrick Jaap2-87/+90