summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-7/+8
2020-12-27Preparations for customized xml entities on exportdante3-2/+20
2020-12-27List all mathml entyties.dante2-4268/+2133
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-12-26Improve handle of custom XML entitiesdante3-14/+17
2020-12-23Use char16_t string literalsStephan Bergmann1-2/+2
2020-12-23Use OUStringCharStephan Bergmann1-2/+1
2020-12-22oss-fuzz: mtpfuzzer doesn't pass sanity checkCaolán McNamara1-21/+29
2020-12-21Update Starmath examplesLaurent BP1-9/+9
2020-12-15Extended starmth mathml html custom entity &entityname list extendeddante1-14/+4261
2020-12-15Added documentation to starmath about mathml entitynamesdante1-0/+1
2020-12-15use views to parse rather than allocating OUStringNoel1-20/+18
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-12-11FastParser.cxx changesdante2-1/+1
2020-12-09Begining of support for &entityname for mathml.dante4-0/+93
2020-12-02Doubled code correctiondante1-27/+8
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen13-25/+0
2020-11-30ofz#27892 recursion too deepCaolán McNamara1-0/+9
2020-11-26Fix typo in code: caos -> chaosMing Hua1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel6-12/+12
2020-11-23clang-formated rest of the mathml files on starmathdante4-1283/+1229
2020-11-22Some few more corrections over starmath color stuff.dante2-1/+2
2020-11-21Corrected my previous mess on mathml export with color export 2.dante3-42/+77
2020-11-21tdf#123936 Formatting files in module starmath with clang-formatPhilipp Hofer4-44/+45
2020-11-17Starmath has now full support of HTML colors.dante5-52/+339
2020-11-16Instead of labs, use overloaded absStephan Bergmann2-3/+5
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-11-12loplugin:unusedfieldsNoel1-2/+0
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin4-12/+12
2020-11-12remove Fraction::operator tools::Long()Noel4-12/+12
2020-11-11loplugin:stringviewNoel2-4/+4
2020-11-11Improved starmath colordante8-227/+238
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-2/+2
2020-11-10Evaluate command: tdf#109338dante6-353/+616
2020-11-07Starmath examples renovateddante1-2/+9
2020-11-05Added frac command. Sould solve tdf#137234.dante4-8/+39
2020-11-03Reordered token.hxx.dante2-2/+3
2020-11-03Added hexadecimal number and color support for starmath.Dante DM4-246/+437
2020-11-02create common macro and method for logging unknown attributesNoel1-7/+7
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-41/+0
2020-11-01use officecfg for Experimental flagNoel Grandin2-6/+6
2020-10-31remove pimpl from SmViewShellNoel Grandin1-17/+8
2020-10-28tdf#137620 add explicit SurroundingText support to starmath Edit WindowCaolán McNamara1-0/+21
2020-10-28convert some more long -> tools::LongNoel3-5/+5
2020-10-23CreateTextFromNode is goneIlmari Lauhakangas1-1/+0
2020-10-22long->tools::Long in slideshow..starmathNoel13-129/+129
2020-10-17starmath: use the fastparser API when possibleNoel Grandin1-15/+19
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara2-10/+7
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-5/+3