summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2021-03-20OutputDevice view is sufficient hereCaolán McNamara1-4/+4
2021-03-18Use ESelection to locate code on node instead of SmTokendante5-29/+111
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-15Correct text command on mathml importdante1-2/+2
2021-03-15Provide node type with more analysis capabilitiesdante1-14/+0
2021-03-09Rename SmParser to SmParser5dante3-47/+47
2021-03-07Simplify the use of custom hmtl/mathml entities on matmlexportdante2-13/+9
2021-03-07Starmath now allows multiple parsers fourth partdante2-30/+72
2021-03-07loplugin:staticdynamic now with extra saltNoel1-3/+2
2021-03-06Add to smviewshell an acces to the docking windowdante1-0/+9
2021-03-06SmParser obtainer, correct error on exception messagedante1-2/+2
2021-03-02Simplify ElementsDockingWindowdante1-62/+60
2021-03-02Starmath now allows multiple parsers third partdante4-17/+24
2021-03-01tdf#124176 on starmathdante10-42/+10
2021-03-01Starmath cleanup unused includesdante24-76/+4
2021-02-27Introduce the abstractsmparser getter methodsdante1-0/+51
2021-02-27Move smparsers shared error ressources to base classdante2-26/+50
2021-02-27hide some FloatingWindow detailsCaolán McNamara2-2/+0
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara2-0/+2
2021-02-24Resolves: rhbz#1931423 start update timer in IM events as well as keyeventsCaolán McNamara1-8/+16
2021-02-24Starmath now allows multiple parsers second partdante2-2683/+2739
2021-02-20ofz#31177 avoid config layer for fuzzingCaolán McNamara2-3/+8
2021-02-20loplugin:refcounting in starmathNoel3-20/+13
2021-02-19Starmath now allows multiple parsersdante4-5/+54
2021-02-16loplugin:referencecasting in slideshow..starmathNoel5-5/+5
2021-02-16SetSubnodesBinMo fix node order for diagonal operatorsdante1-2/+2
2021-02-15Resolves tdf#140221 auto-adjust Formula Editor widthRafael Lima1-0/+4
2021-02-14Simplify code for starmath operator symbol parsingdante1-14/+3
2021-02-14Reorganize starmath color data flowdante4-11/+13
2021-02-14tdf#140386: Math: Add 'backepsilon' symbol to elements panelJulien Nabet2-1/+4
2021-02-13no need to allocate these return values on the heapNoel Grandin4-41/+29
2021-02-09no need to use unique_ptr for a simple value classNoel1-10/+11
2021-02-09ofz#30663 Direct-leakCaolán McNamara1-10/+8
2021-02-09ofz#30330 recursion too deepCaolán McNamara1-0/+8
2021-02-08Remove unneeded breaksAndrea Gelmini1-1/+0
2021-02-08Simplified addition of color palettesdante1-7/+15
2021-02-08Let depthGuard handle everythingdante1-66/+6
2021-02-07tdf#88205 Adapt use of uno::Sequence to use initializer_list ctorViKrAm-Baisclear1-2/+1
2021-02-06Use multichar operatorsdante6-97/+96
2021-02-06Modifications on starmath smparse error handledante1-40/+38
2021-02-06Optimize starmath color searchdante2-21/+32
2021-02-04Fix typoAndrea Gelmini2-2/+2
2021-02-04Fix typo in codeAndrea Gelmini12-39/+39
2021-02-03Previous patches fixesdante1-3/+3
2021-02-03Clean up SmColorTokenTableEntrydante3-363/+352
2021-02-02Support patch for starmath syntax hightlightdante1-0/+14
2021-02-02Addition of hex commanddante1-0/+1
2021-02-02SmToken use u16string_view pIdentdante1-221/+221
2021-02-01SmNode visitors :: append : append char16_tdante1-136/+136
2021-01-31Increase node parser mathematical abstractiondante2-13/+82