summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
* remove GetSwapFloat nonsense from all 3 EMF readersMichael Stahl2017-10-271-23/+0
* vcl: make MapMode constructor explicitMichael Stahl2017-10-263-4/+4
* blind attempt to fix build on big endianDavid Tardon2017-10-261-0/+15
* tdf#111486 Fix description of SAL_ macros after EMF+ refactorBartosz Kosiorek2017-10-2610-217/+217
* Resolves: tdf#49253 set an initial mask backgroundCaolán McNamara2017-10-241-0/+4
* loplugin:includeform: drawinglayerStephan Bergmann2017-10-2331-46/+46
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-211-1/+0
* use std::unique_ptr in wmfemfhelper::TargetHolderNoel Grandin2017-10-183-61/+54
* tdf#31814 Resolve TODO from EMF+ DrawImage and DrawImagePointsBartosz Kosiorek2017-10-161-39/+40
* tdf#31814 Fix for EMF+ DrawString and DrawImagePatrick Jaap2017-10-151-43/+52
* drawinglayer: remove commented out codeChris Sherlock2017-10-011-70/+1
* tdf#31814 drawinglayer: dump EmfPlusRecordTypeComment recordsChris Sherlock2017-10-012-1/+30
* drawinglayer: should be warning, not info SAL_LOG messagesChris Sherlock2017-10-011-12/+5
* simplify some OUString compareTo callsMuhammet Kara2017-10-011-2/+2
* convert GfxLink::IsEqual to operator==Noel Grandin2017-09-291-1/+1
* tdf#112012 EMF+ dashed lines: correct dash lengthPatrick Jaap2017-09-281-10/+9
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-2673-287/+287
* tdf#96505 Get rid of cargo cult "long" integer literals66kesara992017-09-243-19/+19
* Remove include of converters.hxx from precompiled_drawinglayer.hxxMike Kaganski2017-09-221-1/+0
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-6/+22
* Put definition of _CRT_RAND_S into bin/update_pchMike Kaganski2017-09-2210-34/+34
* <drawinglayer/tools/converters.hxx> can be internal to drawinglayerTor Lillqvist2017-09-226-112/+153
* maPrimitiveColor in Shadow3DExtractingProcessor unusedNoel Grandin2017-09-181-3/+2
* Fix typosAndrea Gelmini2017-09-152-2/+2
* borderline: Extended decomposeArmin Le Grand2017-09-151-9/+112
* borderline: extended the expand logicArmin Le Grand2017-09-151-83/+0
* borderline: Added merge BorderLinePrimitive2DArmin Le Grand2017-09-151-6/+21
* borderline: merge redefined, mirrored StylesArmin Le Grand2017-09-151-1/+111
* borderline: Adapted BorderLinePrimitive2D and usagesArmin Le Grand2017-09-153-282/+258
* borderline: Abstraction of BorderLinePrimitiveArmin Le Grand2017-09-154-23/+157
* tdf#112012 EMF+ add dashed line supportPatrick Jaap2017-09-153-11/+69
* tdf#111853 Added TextFillColor to operator==Armin Le Grand2017-09-121-4/+5
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-1110-33/+32
* Resolves: tdf#112145 pdf export of editengine highlight color fails sometimesCaolán McNamara2017-09-031-0/+8
* emfplus: cut over to new EMF+ rendererThorsten Behrens2017-08-224-180/+1
* Fix typosAndrea Gelmini2017-08-211-1/+1
* loplugin:unnecessaryparenNoel Grandin2017-08-183-3/+3
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-1712-42/+42
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-1724-59/+59
* remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2017-08-172-2/+2
* Fixup source layout in emf+ parserThorsten Behrens2017-08-174-55/+54
* new EMF+ Parser: Basic implementation for Graphic StacksPatrick Jaap2017-08-163-36/+99
* new EMF+ Parser: Implementation of EmfPlusRecordTypeDrawDriverStringPatrick Jaap2017-08-162-87/+90
* new EMF+ Parser: Implementation of drawImagePatrick Jaap2017-08-091-14/+10
* Fix typosAndrea Gelmini2017-08-081-2/+2
* new EMF+ Parser: Implementation of fillPolygonPatrick Jaap2017-08-081-7/+196
* Fix typosAndrea Gelmini2017-08-071-1/+1
* Fix typo in codeAndrea Gelmini2017-08-061-1/+1
* new EMF+ Parser: Basic Text Primitives for EmfPlusRecordTypeDrawStringPatrick Jaap2017-08-044-0/+82
* new EMF+ parser: EMFPPlusDrawPolygon: use correct pen widthPatrick Jaap2017-08-043-5/+29