summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
AgeCommit message (Expand)Author
2023-09-19starmath: Improve glyph positioningKhaled Hosny
2023-09-11starmath: Fix selection of surrogate pairs in inline editingKhaled Hosny
2023-09-08tdf#88744: Use real clipboard when inline editing is enabledKhaled Hosny
2023-09-07tdf#130741: Insert brackets around horizontal binary nodes more generouslyKhaled Hosny
2023-09-04tdf#134193: Fix inline editing with RTL directionKhaled Hosny
2023-09-04tdf#134193: Support rendering math in RTL modeKhaled Hosny
2023-06-04Related tdf#155630: deduplicate in starmath/visitors (2)Julien Nabet
2023-06-04Related tdf#155630: deduplicate in starmath/visitorsJulien Nabet
2023-02-21tdf#152850: Fix bad scoping of MathML frac commandDowwdyJ
2022-11-05lok: show Math selectionMike Kaganski
2022-11-05lok: show Math cursorMike Kaganski
2022-05-13tdf#121740 reduce cost of mathml parsingNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-03-18Use ESelection to locate code on node instead of SmTokendante
2021-03-01Starmath cleanup unused includesdante
2021-02-14Reorganize starmath color data flowdante
2021-02-13no need to allocate these return values on the heapNoel Grandin
2021-02-06Use multichar operatorsdante
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-03Clean up SmColorTokenTableEntrydante
2021-02-01SmNode visitors :: append : append char16_tdante
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-21Corrected my previous mess on mathml export with color export 2.dante
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-03Added hexadecimal number and color support for starmath.Dante DM
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-10-05loplugin:reducevarscope in starmathNoel
2020-09-25tdf#137008 mml crash on loadNoel Grandin
2020-09-22Fix typosAndrea Gelmini
2020-09-22tdf#38885 Remove createTextFromNodedante
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2019-08-16Fix typosAndrea Gelmini
2019-04-28tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-01-31loplugin:flatten in starmathNoel Grandin
2018-09-27Fix typosAndrea Gelmini
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin
2018-02-15starmath: Prefer moving subnodes to copying themTakeshi Abe
2018-01-17Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-24coverity#1426873 Unintended sign extensionCaolán McNamara