summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
AgeCommit message (Expand)Author
2022-08-30its not ideal to wait until Paint to set the bg colorCaolán McNamara
2022-05-06tdf#148962 starmath's UnicodeNotationToggle (alt+x) getting called twiceCaolán McNamara
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2021-12-03Resolves: tdf#145959 menu pos should be relative to SmCmdBoxWindowCaolán McNamara
2021-05-31cid#1476301 Dereference null return valueCaolán McNamara
2021-05-28tdf#130654 editable smeditwindow zoom UIdante
2021-05-15tdf#130654 editable smeditwindow zoomdante
2021-05-08cid#1482285 silence Uncaught exceptionCaolán McNamara
2021-05-07remove an intermediate layer of widgetsCaolán McNamara
2021-05-06release mouse before showing context menuCaolán McNamara
2021-05-04tdf#141930 document set as unmodified if editengine didn't modify on keyeventCaolán McNamara
2021-05-03There's no longer a purpose to the math horizontal scrollbarCaolán McNamara
2021-04-30drop DropTargetHelper from SmEditWindowCaolán McNamara
2021-04-23consume context menu eventCaolán McNamara
2021-04-21weld SmGraphicWindowCaolán McNamara
2021-04-21cid#1476301 Dereference null return valueCaolán McNamara
2021-04-19remove apparently no longer necessary scrollbar hide/show hackCaolán McNamara
2021-04-19weld SmEditTextWindowCaolán McNamara
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-18Use ESelection to locate code on node instead of SmTokendante
2021-03-07loplugin:staticdynamic now with extra saltNoel
2021-03-01Starmath cleanup unused includesdante
2021-02-24Resolves: rhbz#1931423 start update timer in IM events as well as keyeventsCaolán McNamara
2021-02-16loplugin:referencecasting in slideshow..starmathNoel
2021-02-15Resolves tdf#140221 auto-adjust Formula Editor widthRafael Lima
2021-01-18Mathml gets it's own directorydante
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-01use officecfg for Experimental flagNoel Grandin
2020-10-28tdf#137620 add explicit SurroundingText support to starmath Edit WindowCaolán McNamara
2020-10-28convert some more long -> tools::LongNoel
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-02-16use fwd declsCaolán McNamara
2019-06-03SM add a border to the editor and the element listJan-Marek Glogowski
2019-05-15tdf#90297 set default SmEditWindow backgroundJan-Marek Glogowski
2019-05-14tdf#90297 use field colors for math's edit engineJan-Marek Glogowski
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-08tdf#42949 Fix IWYU warnings in starmath/*/*cxxGabor Kelemen
2019-01-31loplugin:flatten in starmathNoel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl