summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
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
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
2017-07-31Corrected HitTest for layouted textArmin Le Grand3-6/+38
2017-07-28borderline: corrections for calc and writerArmin Le Grand2-14/+39
2017-07-28borderline: Simplified BorderLinePrimitiveArmin Le Grand1-87/+112
2017-07-28borderline: first versionj with line end adaptionsArmin Le Grand1-2/+2
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1