summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2015-03-25TyposJulien Nabet1-1/+1
2015-03-17tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith1-2/+6
2015-02-26TyposJulien Nabet1-1/+1
2015-02-06tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith1-4/+13
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-3/+4
2014-12-18svgio: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+1
2014-12-15svgio: Use appropriate OUString functions on string constantsStephan Bergmann2-7/+3
2014-11-20SVG: improve handling of visibility propertyChr. Rossmanith2-14/+15
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-164/+163
2014-11-03svgio: two of the token names were not being mapped to tokensNoel Grandin1-0/+2
2014-11-01SVG: handle visibility propertyChr. Rossmanith3-8/+42
2014-10-30fixed typoChr. Rossmanith1-1/+1
2014-10-30use isEmpty() instead of getLength() where appropriateChr. Rossmanith1-2/+2
2014-10-22callcatcher: update unused codeCaolán McNamara1-8/+0
2014-10-18cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-10-13Resolves: #i125325# added code to handle block comments...Armin Le Grand2-1/+61
2014-10-13Resolves: #i125326# accept CssStyles with missing type attributeArmin Le Grand1-1/+17
2014-10-09Resolves: #i125329# Take care of Css selector '*'Armin Le Grand1-0/+9
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand27-76/+121
2014-10-05use isEmpty() instead of getLength() where appropriateChr. Rossmanith2-7/+7
2014-08-31Typo: childs->childrenJulien Nabet1-1/+1
2014-08-07loplugin:passstuffbyrefStephan Bergmann1-1/+1
2014-08-07Related: #i125293# More unified (still simple) CssStyles and solversArmin Le Grand3-121/+237
2014-07-26drop rtl:: and staticsCaolán McNamara5-23/+23
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand24-135/+262
2014-07-25fdo#48065 SVG: correctly clamp fill-opacityJoren De Cuyper1-4/+1
2014-07-24Related: #i125292#, #i125293# enhanced CssStyle handling in SVG importArmin Le Grand2-29/+67
2014-07-22Fix build: incorrect revertion svgioJoren De Cuyper1-1/+1
2014-07-22Revert "fdo#74743 avoid infinite loop when gathering "svg" element styles"Joren De Cuyper1-4/+5
2014-07-16Resolves: #i125258# reworked some of the style hierarchy stuffArmin Le Grand7-32/+119
2014-07-15Avoid infinite loop when gathering "g" element stylesJoren De Cuyper1-1/+7
2014-07-15Cleanup of switch case flowRoot in svg endelementJoren De Cuyper1-7/+0
2014-07-15fdo#50114 ingore flowRoot element during svg importJoren De Cuyper2-1/+29
2014-07-14fdo#78554 - SVG: Text from SVG no longer displayed in LibreOfficeJoren De Cuyper1-2/+7
2014-07-04Resolves: #i124852# Corrected mask and clip polygons for userSpaceOnUseArmin Le Grand3-4/+31
2014-06-30Fix svgio buildmatteocam1-0/+1
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-05-29cppcheck: consecutive return/break/...Julien Nabet1-1/+0
2014-05-16fix-includes.pl: svgioThomas Arnhold3-9/+9
2014-05-16clean up, remove eof commentsThomas Arnhold29-147/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-2/+2
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet2-2/+2
2014-04-16fdo#74743 avoid infinite loop when gathering "svg" element stylesTomaž Vajngerl2-10/+9
2014-04-14Clean up function declarationsStephan Bergmann1-4/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-28Resolves: #i124313# At SVG import, try to optimize used ClipRegionsArmin Le Grand1-9/+69
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-6/+6