summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)2-6/+6
2021-06-17use string_view in the Translate APINoel Grandin2-3/+3
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-5/+18
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-8/+4
2021-06-04move unique use of secondary-icon-tooltip-text to tooltip-textCaolán McNamara1-1/+1
2021-06-04swap orientation of container from vert to horiCaolán McNamara1-1/+0
2021-06-04resave with latest gladeCaolán McNamara1-453/+450
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 UIdante7-4/+72
2021-05-23fix some starmath test leaksNoel Grandin2-0/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-6/+6
2021-05-17Fix typosAndrea Gelmini1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-15tdf#130654 editable smeditwindow zoomdante9-82/+273
2021-05-14Add extended tips to print dialogOlivier Hallot1-44/+79
2021-05-09cid#1401328 silence Uncaught exceptionCaolán McNamara2-2/+2
2021-05-08cid#1482285 silence Uncaught exceptionCaolán McNamara2-2/+2
2021-05-08ref-count SfxItemPoolNoel Grandin4-3/+5
2021-05-07remove an intermediate layer of widgetsCaolán McNamara4-138/+106
2021-05-06release mouse before showing context menuCaolán McNamara1-0/+1
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin2-5/+5
2021-05-06use Widget::get_clipboardCaolán McNamara1-1/+1
2021-05-05loplugin:unnecessaryvirtualNoel Grandin1-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 McNamara3-47/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-12/+12
2021-04-30drop DropTargetHelper from SmEditWindowCaolán McNamara2-16/+1
2021-04-29reuse SmEditWindow already present in SmCmdBoxWindow in testsCaolán McNamara1-29/+28
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-5/+5
2021-04-27Correct some c/c++ licensesdante6-72/+12
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 McNamara2-0/+8
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 Gelmini3-7/+7
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 McNamara13-723/+549
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-21c-n-p of a different widgets accessibility descriptionCaolán McNamara1-5/+0
2021-04-21Add mathml structuresdante7-0/+1478
2021-04-20SID_GAPHIC_SM->SID_GRAPHIC_SMCaolán McNamara5-13/+13
2021-04-19remove apparently no longer necessary scrollbar hide/show hackCaolán McNamara2-23/+0
2021-04-19weld SmEditTextWindowCaolán McNamara6-1742/+449
2021-04-19use more string_view in comphelper::stringNoel Grandin4-6/+6
2021-04-12update PCHsCaolán McNamara1-2/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+3