summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2021-01-19Use custom HTML Mathml entities only when needed.dante5-33/+64
2021-01-18Mathml mo operator listdante3-0/+1240
2021-01-18Mathml gets it's own directorydante22-212/+216
2021-01-18make internals of ::Color privateNoel1-5/+8
2021-01-16make the Color constructors explicitly specify transparencyNoel3-3/+3
2021-01-15replace stock button labelsCaolán McNamara7-44/+43
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara6-0/+17
2021-01-10fix coverity parse errorsCaolán McNamara1-2/+2
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann1-2/+2
2021-01-01drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara7-1795/+1634
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-16/+17
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-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-15update pchesCaolán McNamara1-1/+2
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-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann1-1/+2
2020-12-11FastParser.cxx changesdante2-1/+1
2020-12-09Begining of support for &entityname for mathml.dante5-0/+94
2020-12-04update pchesCaolán McNamara1-6/+6
2020-12-03add a header guardCaolán McNamara1-0/+2
2020-12-02Doubled code correctiondante1-27/+8
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen17-28/+16
2020-11-30ofz#27892 recursion too deepCaolán McNamara1-0/+9
2020-11-26Fix typo in code: caos -> chaosMing Hua2-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel9-17/+17
2020-11-23clang-formated rest of the mathml files on starmathdante4-1283/+1229
2020-11-22Fix typosAndrea Gelmini1-1/+1
2020-11-22Some few more corrections over starmath color stuff.dante2-1/+2
2020-11-22Added tests to mathml color in order to tests the new color sets.dante3-55/+67
2020-11-22clang-formated some headers on starmathdante3-97/+96
2020-11-22Fix typo in codeAndrea Gelmini1-1/+1
2020-11-22Typo apropiate->appropriate (starmath)Julien Nabet1-4/+4
2020-11-21Added documentation on starmathdatabase.dante1-0/+31
2020-11-21Corrected my previous mess on mathml export with color export 2.dante5-43/+91
2020-11-21tdf#123936 Formatting files in module starmath with clang-formatPhilipp Hofer14-183/+198
2020-11-17Starmath has now full support of HTML colors.dante11-328/+779
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-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara6-0/+24