summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-14/+3
2017-06-06cppcheck: knownConditionTrueFalseJochen Nitschke1-2/+2
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-23/+3
2017-05-04loplugin:checkunusedparams in svgioNoel Grandin26-29/+28
2017-05-03remove empty namespacesJochen Nitschke1-7/+0
2017-04-28loplugin:salunicodeliteral: svgioStephan Bergmann4-31/+31
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-6/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-03-03Fix typosAndrea Gelmini4-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-24/+24
2017-01-19new loplugin: useuniqueptr: svgioNoel Grandin30-64/+67
2016-12-19tdf#104339 Partially revert d5649ae7b76278cb3155f951d6327157c7c92b65Xisco Fauli1-18/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-02loplugin:unnecessaryoverride (dtors) in svgioStephan Bergmann1-5/+0
2016-11-09convert Primitive2DContainer to std::dequeNoel Grandin1-5/+3
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-4/+2
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin2-6/+3
2016-10-20loplugin:expandablemethodds in svgioNoel Grandin36-184/+85
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-7/+0
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-3/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann29-29/+29
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist9-11/+0
2016-08-30tdf#101237 SVGIO: Use black as default when parents' fill...Xisco Fauli3-6/+49
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin23-108/+108
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin2-2/+2
2016-07-24tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneselfJulien Nabet1-1/+1
2016-07-20SVGIO: use clamp on strokeOpacity in case it's negativeXisco Fauli1-4/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-07-07tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand1-39/+60
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-01tdf#99994: Add unittestXisco Fauli2-0/+27
2016-06-01tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier1-2/+3
2016-05-31SVGIO: Modify a unittest to check "inherit" in font-familyXisco Fauli2-3/+9
2016-05-31SVGIO: Add support for font-family in unittests and unify...Xisco Fauli2-10/+77
2016-05-31SVGIO: Add support for "inherit" in font-familyXisco Fauli1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist66-247/+247
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-05-25Fix typosAndrea Gelmini1-2/+2
2016-05-22Convert SpreadMethod to scoped enumNoel Grandin1-4/+4
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-21/+21
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel4-12/+35
2016-04-21new plugin stylepoliceNoel Grandin3-15/+15
2016-04-15SVG: Add unittest for ecc7f698b5f080530f006218fa3dd82da43d9abbXisco Fauli2-0/+43