summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-3/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist12-40/+40
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin2-4/+3
2017-07-21loplugin:constparams in svgioNoel Grandin5-6/+6
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-8/+4
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-3/+3
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-1/+1
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-4/+2
2017-07-13bah, wrong resetCaolán McNamara1-1/+1
2017-07-13Resolves: tdf#108903 avoid recurse to deathCaolán McNamara1-2/+5
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin4-64/+49
2017-06-21loplugin:unusedfields store..svlNoel Grandin2-37/+1
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 Grandin2-19/+3
2017-05-04loplugin:checkunusedparams in svgioNoel Grandin24-27/+26
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-03-03Fix typosAndrea Gelmini4-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-16/+16
2017-01-19new loplugin: useuniqueptr: svgioNoel Grandin15-22/+3
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 Grandin1-3/+3
2016-10-20loplugin:expandablemethodds in svgioNoel Grandin18-85/+85
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-30tdf#101237 SVGIO: Use black as default when parents' fill...Xisco Fauli1-6/+18
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin1-1/+1
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-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-01tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier1-2/+3
2016-05-31SVGIO: Add support for "inherit" in font-familyXisco Fauli1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist33-87/+87
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 Grandin1-16/+16
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2-10/+32
2016-04-21new plugin stylepoliceNoel Grandin3-15/+15