Age | Commit message (Expand) | Author |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-01-30 | Test mathml entities. | dante |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-19 | don't mention VclBuilder in the dialog tests docs | Caolán McNamara |
2020-12-11 | Strength-reduce some OUStringToOString("..."+...) | Stephan Bergmann |
2020-11-22 | Added tests to mathml color in order to tests the new color sets. | dante |
2020-11-21 | tdf#123936 Formatting files in module starmath with clang-format | Philipp Hofer |
2020-11-17 | Starmath has now full support of HTML colors. | dante |
2020-11-11 | Improved starmath color | dante |
2020-11-05 | Added frac command. Sould solve tdf#137234. | dante |
2020-10-22 | long->tools::Long in slideshow..starmath | Noel |
2020-10-05 | loplugin:reducevarscope in starmath | Noel |
2020-09-22 | tdf#38885 Remove createTextFromNode | dante |
2020-08-29 | Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually used | Stephan Bergmann |
2020-06-05 | Upcoming loplugin:elidestringvar: starmath | Stephan Bergmann |
2020-05-07 | fix memory leak of xmlDoc objects | Noel Grandin |
2020-03-19 | loplugin:redundantpointerops add some more smart pointer types | Noel Grandin |
2020-01-10 | use more std::make_shared | Noel Grandin |
2019-12-03 | Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) | Stephan Bergmann |
2019-09-17 | Fix -Werror,-Wundef | Stephan Bergmann |
2019-09-16 | ifdef -> if for consistency | Rene Engelhard |
2019-09-16 | disable testSmTmpDeviceRestoreFont unless we actually have fonts | Rene Engelhard |
2019-09-16 | tdf#74702: remove GetOutDevType() from SmTmpDevice | Chris Sherlock |
2019-08-15 | replace ".get->" with "->" | Noel Grandin |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
2019-06-13 | tdf#120047 Support attribute harpoon/wideharpoon in Math | Takeshi Abe |
2019-05-19 | increase delta for some starmath tests | Noel Grandin |
2019-05-05 | handle empty Rectangle better in starmath | Noel Grandin |
2019-03-08 | tdf#42949 Fix IWYU warnings in starmath/*/*cxx | Gabor Kelemen |
2019-01-07 | Missing includes | Mike Kaganski |
2018-09-20 | Replace SAL_OVERRIDE with override in internal code | Stephan Bergmann |
2018-01-22 | starmath: Make SmParser::Parse() return std::unique_ptr | Takeshi Abe |
2018-01-17 | starmath: Make SmParser::ParseExpression() return std::unique_ptr | Takeshi Abe |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-11 | starmath: getLength() > 0 -> !isEmpty() | Takeshi Abe |
2018-01-10 | ofz#5221 depth protect Prepare | Caolán McNamara |
2017-12-21 | ofz#4703 Direct-leak | Caolán McNamara |
2017-12-13 | tools: remove unused #include from solar.h | Michael Stahl |
2017-10-23 | loplugin:includeform: starmath | Stephan Bergmann |
2017-09-28 | loplugin:stringconstant: Simplify construction of non-ASCII OUString | Stephan Bergmann |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-13 | loplugin:oncevar: empty strings: starmath | Stephan Bergmann |
2017-06-27 | loplugin:oncevar in starmath..svl | Noel Grandin |
2017-06-21 | loplugin:unusedfields in sfx2 part1 | Noel Grandin |
2017-06-16 | Make SfxItemSet ranges correct by construction | Stephan Bergmann |
2017-04-28 | loplugin:salunicodeliteral: starmath | Stephan Bergmann |
2017-04-28 | loplugin:cppunitassertequals: starmath | Stephan Bergmann |
2017-04-18 | starmath: Convert SmNodeType to scoped enum | Takeshi Abe |
2017-04-06 | loplugin:redundantcast check for c-style casts to void | Noel Grandin |