summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2021-02-08update pchesCaolán McNamara1-1/+4
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-4/+12
2021-02-08Let depthGuard handle everythingdante2-67/+8
2021-02-07tdf#88205 Adapt use of uno::Sequence to use initializer_list ctorViKrAm-Baisclear1-2/+1
2021-02-07tdf#124176 used pragma once instead of include guardsViKrAm-Baisclear1-4/+1
2021-02-06Use multichar operatorsdante8-105/+105
2021-02-06Modifications on starmath smparse error handledante4-98/+83
2021-02-06Optimize starmath color searchdante3-23/+35
2021-02-04Fix typoAndrea Gelmini2-2/+2
2021-02-04Fix typo in codeAndrea Gelmini16-59/+59
2021-02-03Previous patches fixesdante2-4/+4
2021-02-03Clean up SmColorTokenTableEntrydante5-385/+355
2021-02-02Support patch for starmath syntax hightlightdante2-0/+18
2021-02-02Addition of hex commanddante1-0/+1
2021-02-02SmToken use u16string_view pIdentdante2-224/+224
2021-02-01SmNode visitors :: append : append char16_tdante1-136/+136
2021-01-31Increase node parser mathematical abstractiondante3-13/+119
2021-01-30Test mathml entities.dante2-0/+17
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara1-1/+1
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-22Relocate mathmldante13-7/+7
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara5-21/+0
2021-01-21Replace bbUseHTMLMLEntities with m_bUseHTMLMLEntitiesdante4-14/+14
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara1-29/+21
2021-01-20Fix typosAndrea Gelmini1-1/+1
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