summaryrefslogtreecommitdiff
path: root/drawinglayer/source
AgeCommit message (Expand)AuthorFilesLines
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 Bergmann30-45/+45
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-1/+0
2017-10-18use std::unique_ptr in wmfemfhelper::TargetHolderNoel Grandin2-59/+51
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 Lillqvist72-284/+284
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara993-19/+19
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 Lillqvist5-112/+110
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 Grand1-239/+195
2017-09-15borderline: Abstraction of BorderLinePrimitiveArmin Le Grand3-17/+127
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 Behrens3-54/+54
2017-08-16new EMF+ Parser: Basic implementation for Graphic StacksPatrick Jaap2-35/+98
2017-08-16new EMF+ Parser: Implementation of EmfPlusRecordTypeDrawDriverStringPatrick Jaap2-87/+90
2017-08-09new EMF+ Parser: Implementation of drawImagePatrick Jaap1-14/+10
2017-08-08Fix typosAndrea Gelmini1-2/+2
2017-08-08new EMF+ Parser: Implementation of fillPolygonPatrick Jaap1-7/+196
2017-08-07Fix typosAndrea Gelmini1-1/+1
2017-08-06Fix typo in codeAndrea Gelmini1-1/+1
2017-08-04new EMF+ Parser: Basic Text Primitives for EmfPlusRecordTypeDrawStringPatrick Jaap4-0/+82
2017-08-04new EMF+ parser: EMFPPlusDrawPolygon: use correct pen widthPatrick Jaap3-5/+29
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+0