summaryrefslogtreecommitdiffstats
path: root/svgio
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedenumvaluesNoel Grandin2016-09-181-3/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1329-29/+29
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-139-11/+0
* tdf#101237 SVGIO: Use black as default when parents' fill...Xisco Fauli2016-08-303-6/+49
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin2016-08-0523-108/+108
* loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin2016-07-292-2/+2
* tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneselfJulien Nabet2016-07-241-1/+1
* SVGIO: use clamp on strokeOpacity in case it's negativeXisco Fauli2016-07-201-4/+2
* new loplugin unnecessary overrideNoel Grandin2016-07-151-6/+0
* tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand2016-07-071-39/+60
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* tdf#99994: Add unittestXisco Fauli2016-06-012-0/+27
* tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier2016-06-011-2/+3
* SVGIO: Modify a unittest to check "inherit" in font-familyXisco Fauli2016-05-312-3/+9
* SVGIO: Add support for font-family in unittests and unify...Xisco Fauli2016-05-312-10/+77
* SVGIO: Add support for "inherit" in font-familyXisco Fauli2016-05-311-1/+1
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-2766-247/+247
* Convert GRAPHIC to scoped enumNoel Grandin2016-05-271-1/+1
* Fix typosAndrea Gelmini2016-05-251-2/+2
* Convert SpreadMethod to scoped enumNoel Grandin2016-05-221-4/+4
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+2
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-091-1/+1
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-21/+21
* tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2016-04-264-12/+35
* new plugin stylepoliceNoel Grandin2016-04-213-15/+15
* SVG: Add unittest for ecc7f698b5f080530f006218fa3dd82da43d9abbXisco Fauli2016-04-152-0/+43
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-133-7/+11
* SVG: Add unittest for tdf#47446 and tdf#98599Xisco Fauli2016-04-123-0/+71
* SVG: Check that masking-path-07-b.svg doesn't hangXisco Fauli2016-04-122-0/+161
* SVG: actually this code is unnecessary after...Xisco Fauli2016-04-121-13/+1
* SVG: Add unittest for #i125329#Xisco Fauli2016-04-122-0/+38
* SVG: Clean up this code a litle bitXisco Fauli2016-04-122-7/+6
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-042-4/+2
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-041-3/+2
* SVG: Using the marker property from a style sheet is equivalent...Xisco Fauli2016-04-031-2/+5
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* tdf#97657: SVGIO: Don't iterate over parent's clip-paths...Xisco Fauli2016-03-301-2/+7
* SVGIO: Don't inherit style attributes from parent if the...Xisco Fauli2016-03-293-108/+54
* SVGIO: Shapes within a clippath element might inherit...Xisco Fauli2016-03-263-0/+92
* tdf#98599 SVG: consider attributes of 'defs' elementRegina Henschel2016-03-171-2/+2
* tdf#47446: SVGIO: Take markers' parents into account tooXisco Fauli2016-03-111-1/+13
* tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli2016-03-101-1/+2
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-2/+2
* tdf#47446: SVGIO: Set marker's fill attribute to black...Xisco Fauli2016-03-091-1/+1