summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2021-06-01no need to allocate these on the heapNoel Grandin1-10/+10
2021-05-31cid#1476301 Dereference null return valueCaolán McNamara1-2/+3
2021-05-28tdf#130654 editable smeditwindow zoom UIdante4-4/+17
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-3/+3
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-15tdf#130654 editable smeditwindow zoomdante4-80/+206
2021-05-09cid#1401328 silence Uncaught exceptionCaolán McNamara1-1/+1
2021-05-08cid#1482285 silence Uncaught exceptionCaolán McNamara1-1/+1
2021-05-08ref-count SfxItemPoolNoel Grandin1-2/+2
2021-05-07remove an intermediate layer of widgetsCaolán McNamara2-117/+81
2021-05-06release mouse before showing context menuCaolán McNamara1-0/+1
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-4/+3
2021-05-06use Widget::get_clipboardCaolán McNamara1-1/+1
2021-05-04tdf#141930 document set as unmodified if editengine didn't modify on keyeventCaolán McNamara1-2/+2
2021-05-03There's no longer a purpose to the math horizontal scrollbarCaolán McNamara1-45/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-6/+6
2021-04-30drop DropTargetHelper from SmEditWindowCaolán McNamara1-12/+0
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-5/+5
2021-04-27Correct some c/c++ licensesdante3-36/+6
2021-04-23consume context menu eventCaolán McNamara1-1/+1
2021-04-23cid#1477316 Uninitialized scalar fieldCaolán McNamara1-0/+2
2021-04-23Related: tdf#140659 designate which widget to get default focusCaolán McNamara1-0/+7
2021-04-23designate which widget to get default focusCaolán McNamara1-0/+3
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-3/+3
2021-04-22Fix typosAndrea Gelmini1-1/+1
2021-04-21Related: tdf#140659 on control get/lose focus call update custom a11yCaolán McNamara1-0/+4
2021-04-21Related: tdf#140659 off by one indexes because scrollbar is now outsideCaolán McNamara1-5/+3
2021-04-21weld SmGraphicWindowCaolán McNamara7-616/+435
2021-04-21cid#1476301 Dereference null return valueCaolán McNamara1-2/+3
2021-04-21simplify stripStart/End pairs into a single strip callNoel Grandin1-2/+1
2021-04-21Add mathml structuresdante3-0/+716
2021-04-20SID_GAPHIC_SM->SID_GRAPHIC_SMCaolán McNamara2-10/+10
2021-04-19remove apparently no longer necessary scrollbar hide/show hackCaolán McNamara1-20/+0
2021-04-19weld SmEditTextWindowCaolán McNamara3-1698/+352
2021-04-19use more string_view in comphelper::stringNoel Grandin2-2/+2
2021-04-07rtl::Static -> function local staticNoel Grandin3-22/+6
2021-03-26loplugin:flattenNoel1-16/+16
2021-03-25const OUString -> const OUStringLiteralMike Kaganski2-4/+4
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