Age | Commit message (Expand) | Author |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-03 | loplugin:unusedfields | Noel Grandin |
2019-09-29 | constmethod for accessor-type methods | Noel Grandin |
2019-09-23 | SVGIO: Fix conditions after ab147995 | Xisco Fauli |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-09-23 | SVGIO: add unittest for fill:none | Xisco Fauli |
2019-09-22 | SVGIO: Use correct type for <use> elements | Xisco Fauli |
2019-09-19 | tdf#123926: SVGIO: Check parent's fill when... | Xisco Fauli |
2019-09-19 | tdf#104339: SVGIO: Add unittest | Xisco Fauli |
2019-09-19 | tdf#94765: SVGIO: Look for gradient/pattern ids once the file... | Xisco Fauli |
2019-09-16 | tdf#99115: add Css selector '*' style only if the element... | Xisco Fauli |
2019-08-25 | loplugin:returnconstval in svgio | Noel Grandin |
2019-08-15 | loplugin:sequenceloop in starmath..svl | Noel Grandin |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): svgio | Stephan Bergmann |
2019-07-22 | Simplify Sequence iterations in shell..svgio | Arkadiy Illarionov |
2019-06-18 | loplugin:logexceptionnicely in starmath..svgio | Noel Grandin |
2019-06-14 | loplugin:unusedfields improvements | Noel Grandin |
2019-05-09 | regenerate PCH headers for the 4 new levels | Luboš Luňák |
2019-04-14 | loplugin:sequentialassign in starmath..svl | Noel Grandin |
2019-04-12 | Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO() | Tor Lillqvist |
2019-04-05 | support opacity for widget definition draw SVGs | Tomaž Vajngerl |
2019-03-20 | tdf#42949 Fix IWYU warnings in include/drawinglayer/ | Gabor Kelemen |
2019-03-12 | svgio: don't use_library_objects in CppunitTest_svgio_read | Michael Stahl |
2019-03-08 | Removed duplicated includes | Andrea Gelmini |
2019-03-08 | new loplugin constvars | Noel Grandin |
2019-03-07 | Update SvgRead test - add new parameters and path parsing | Tomaž Vajngerl |
2019-03-06 | parse more attributes in SvgDrawVisitor | Tomaž Vajngerl |
2019-03-06 | use gfx namespace for DrawCommands | Tomaž Vajngerl |
2019-03-06 | svgio visitor, add draw commands and create the from svg | Tomaž Vajngerl |
2019-02-18 | loplugin:simplifybool, check for !(!a op !b) | Noel Grandin |
2019-02-09 | move and extend primitive2dxmldump to drawinglayer | Tomaž Vajngerl |
2019-01-29 | loplugin:flatten in svgio | Noel Grandin |
2019-01-11 | Drop o3tl/clamp.hxx, use C++17 std::clamp instead | Stephan Bergmann |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-25 | Simplify containers iterations in svgio, svl, svtools | Arkadiy Illarionov |
2018-11-10 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-11-08 | tdf#113624 EMF+ Fix shift of DrawString without StringFormat | Bartosz Kosiorek |
2018-10-24 | clang-tidy performance-unnecessary-copy-init in sfx2..svtools | Noel Grandin |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-10-19 | clang-tidy readability-misleading-indentation | Noel Grandin |
2018-10-18 | Turn SvgMarkerNode::MarkerUnits into scoped enum | Stephan Bergmann |
2018-10-08 | loplugin:constfields in stoc..svgio | Noel Grandin |
2018-09-26 | loplugin:useuniqueptr in SvgDocument | Noel Grandin |
2018-09-17 | remove duplicate line | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-14 | match_colorKeyword should be using static const lookup table | Noel Grandin |
2018-09-12 | loplugin:simplifyconstruct in stoc..svl | Noel Grandin |
2018-08-31 | tdf#119557 style hierarchy isn't stable so looping check fails falsely | Caolán McNamara |