Age | Commit message (Expand) | Author |
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 |
2017-04-06 | Fix typos | Andrea Gelmini |
2017-04-04 | starmath: Simplify code parsing nospace | Takeshi Abe |
2017-03-27 | create SfxInterfaceId o3tl::strong_int | Noel Grandin |
2017-02-28 | starmath: Add test cases for errors at parsing | Takeshi Abe |
2017-02-22 | Test whether SmEditWindow::SelNextMark() keeps cursor position | Takeshi Abe |
2017-02-21 | tdf#106116 "Previous Marker" changes selection only when needed | Takeshi Abe |
2017-02-19 | starmath: Convert SmParseError to scoped enum | Takeshi Abe |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin |
2017-01-26 | tdf#105483: let's put lowercase Greek letter in italic | Julien Nabet |
2017-01-10 | New loplugin:conststringvar: starmath | Stephan Bergmann |
2017-01-04 | starmath: Reenable a test case for SmNodeToTextVisitor | Takeshi Abe |
2016-12-07 | starmath: Add unit test for importing MathML's mathcolor | Takeshi Abe |
2016-12-06 | loplugin:unnecessaryoverride | Stephan Bergmann |
2016-11-29 | tdf#103430 Apply mathvariant attribute to <mi> and <mo> | Takeshi Abe |
2016-11-19 | tdf#103500 Import stretchy integral symbol from MathML | Takeshi Abe |
2016-11-18 | starmath: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-11-15 | Fix typos | Samuel Mehrbrodt |
2016-11-15 | tdf#76296 Import MathML's <mspace> | Takeshi Abe |
2016-11-10 | 'make screenshot' use-after-free fixes | Stephan Bergmann |
2016-11-10 | 'make screenshot' loplugin fixes | Stephan Bergmann |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-09-30 | tdf#97164 Add text for visualition of percent symbol. | Gulsah Kose |
2016-09-29 | tdf#53472, tdf#102268: Reimplement "intd" | Takeshi Abe |
2016-09-20 | tdf#97049 Export "intd" to MathML | Takeshi Abe |
2016-08-31 | Replace use of our own SmNodeIterator with range-based for loop | Takeshi Abe |