Age | Commit message (Expand) | Author |
2021-05-04 | svgio: instead of assert(false && ...) rather use SAL_WARN instead | Tomaž Vajngerl |
2021-05-01 | svgio: add test for SvgNumber::solve | Tomaž Vajngerl |
2021-05-01 | svgio: refactor SvgNumber::solve and SvgNumber::solveNonPercentage | Tomaž Vajngerl |
2021-05-01 | svgio: move SvgNumber methods to its own SvgNumber.cxx file | Tomaž Vajngerl |
2021-05-01 | svgio: covnert enum to enum class in svgtools.cxx | Tomaž Vajngerl |
2021-05-01 | svgio: convert enum to enum class in svgstyleattributes.hxx | Tomaž Vajngerl |
2021-05-01 | svgio: use pragma once in the header files | Tomaž Vajngerl |
2021-05-01 | svgio: add test for svgtools starting with SvgNumber | Tomaž Vajngerl |
2021-05-01 | svgio: move isPositive to the SvgNumber header file | Tomaž Vajngerl |
2021-05-01 | svgio: move SvgNumber to its own header file | Tomaž Vajngerl |
2021-05-01 | convert enums to enum classes in svgnode.hxx | Tomaž Vajngerl |
2021-05-01 | convert enums to enum classes in svgtools.hxx | Tomaž Vajngerl |
2021-04-30 | svgio: change some OSL_ENSUREs to (std) assert | Tomaž Vajngerl |
2021-04-30 | svgio: change SVGToken enum to enum class | Tomaž Vajngerl |
2021-04-12 | update PCHs | Caolán McNamara |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | update pches | Caolán McNamara |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-03-06 | update pches | Julien Nabet |
2021-02-23 | update pches | Caolán McNamara |
2021-02-20 | loplugin:refcounting in svgio | Noel |
2021-02-08 | update pches | Caolán McNamara |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2021-01-04 | loplugin:stringviewparam: operator += | Stephan Bergmann |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-04 | update pches | Caolán McNamara |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-11-23 | remove left-over printf | Tomaž Vajngerl |
2020-11-23 | remove unneeded namespace re-declarations | Tomaž Vajngerl |
2020-11-12 | New loplugin:stringviewparam | Stephan Bergmann |
2020-11-11 | loplugin:stringview | Noel |
2020-10-04 | loplugin:reducevarscope in store..svtools | Noel |
2020-09-22 | Move MimeContentTypeFactory into vcl | Jan-Marek Glogowski |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-01 | Fix typo | Andrea Gelmini |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-27 | Fix typos | Andrea Gelmini |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-07-20 | compact namespace: svgio | Noel Grandin |
2020-07-13 | move Primitive2dXmlDump from drawinglayer::tools to drawinglayer NS | Tomaž Vajngerl |
2020-07-12 | update pches | Caolán McNamara |
2020-07-08 | svgio: create instances with uno constructors | Noel Grandin |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: svgio | Stephan Bergmann |
2020-05-30 | loplugin:simplifybool extend to expression like !(a < b || c > d) | Noel Grandin |
2020-05-26 | Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr | Stephan Bergmann |
2020-05-10 | compact namespace in sal..svgio | Noel Grandin |
2020-05-07 | fix memory leak of xmlDoc objects | Noel Grandin |