summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)Author
2021-03-09Rename SmParser to SmParser5dante
2021-03-06SmParser obtainer, correct error on exception messagedante
2021-02-27Introduce the abstractsmparser getter methodsdante
2021-02-24Starmath now allows multiple parsers second partdante
2021-02-20ofz#31177 avoid config layer for fuzzingCaolán McNamara
2021-02-14Simplify code for starmath operator symbol parsingdante
2021-02-14Reorganize starmath color data flowdante
2021-02-09no need to use unique_ptr for a simple value classNoel
2021-02-09ofz#30663 Direct-leakCaolán McNamara
2021-02-09ofz#30330 recursion too deepCaolán McNamara
2021-02-08Simplified addition of color palettesdante
2021-02-08Let depthGuard handle everythingdante
2021-02-06Use multichar operatorsdante
2021-02-06Modifications on starmath smparse error handledante
2021-02-06Optimize starmath color searchdante
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-02Addition of hex commanddante
2021-02-02SmToken use u16string_view pIdentdante
2021-01-31Increase node parser mathematical abstractiondante
2021-01-18Mathml gets it's own directorydante
2020-11-30ofz#27892 recursion too deepCaolán McNamara
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-17Starmath has now full support of HTML colors.dante
2020-11-11Improved starmath colordante
2020-11-10Evaluate command: tdf#109338dante
2020-11-05Added frac command. Sould solve tdf#137234.dante
2020-11-03Reordered token.hxx.dante
2020-11-03Added hexadecimal number and color support for starmath.Dante DM
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-09-22tdf#38885 Remove createTextFromNodedante
2020-07-18Added fourier transform symboldante
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: starmathStephan Bergmann
2020-06-24tdf#40436 tdf#47914 RGB personalized color for math and laplace symbol 2dante
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-04-09tdf#129372: PPTX: error at SfxBaseModel::storeToStorage: 0x20d(row,col)Julien Nabet
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-10-02Resolves: tdf#127873 accept ',' comma group separator in number entities againEike Rathke
2019-08-16Fix typosAndrea Gelmini
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen
2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann
2018-11-23use binary search for starmath tokenNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-07use more unique_ptr in SmParserNoel Grandin