summaryrefslogtreecommitdiff
path: root/starmath/source/ElementsDockingWindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Improved starmath colordante1-5/+5
2020-11-10Evaluate command: tdf#109338dante1-1/+3
2020-11-07Starmath examples renovateddante1-2/+9
2020-11-05Added frac command. Sould solve tdf#137234.dante1-0/+1
2020-11-03Reordered token.hxx.dante1-1/+1
2020-11-03Added hexadecimal number and color support for starmath.Dante DM1-1/+6
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-2/+1
2020-07-18Added fourier transform symboldante1-0/+1
2020-07-18Added to the left pane some interesting hidden features (func, oper)dante1-3/+16
2020-06-24tdf#40436 tdf#47914 RGB personalized color for math and laplace symbol 2dante1-2/+4
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin1-4/+16
2020-01-29push/pop mapmode to avoid 'incorrect MapMode?' warningCaolán McNamara1-0/+4
2020-01-29bInterim is always trueCaolán McNamara1-1/+1
2020-01-29weld SmElementsDockingWindowCaolán McNamara1-195/+155
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-2/+2
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin1-1/+1
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe1-1/+3
2019-06-09loplugin:constantparamNoel Grandin1-1/+1
2019-06-03SM add a border to the editor and the element listJan-Marek Glogowski1-1/+1
2019-05-29SM disable localized characters on element parsingJan-Marek Glogowski1-42/+46
2019-05-29tdf#65587 SM implement ElementControl accessibilityJan-Marek Glogowski1-11/+144
2019-05-29SM add some help to the examplesJan-Marek Glogowski1-5/+5
2019-05-28SM move categories into SmElementsControl...Jan-Marek Glogowski1-59/+50
2019-05-28tdf#125454 SM use theming for element listJan-Marek Glogowski1-4/+19
2019-05-23tdf#65587 SM handle page keys in the ElementControlJan-Marek Glogowski1-18/+93
2019-05-23tdf#65587 SM add key navigation to ElementControlJan-Marek Glogowski1-37/+171
2019-05-22SM fix vertical ElementsControl modeJan-Marek Glogowski1-23/+55
2019-05-15SM fix element control scrollbarJan-Marek Glogowski1-12/+26
2019-05-15SM handle background theme changesJan-Marek Glogowski1-12/+18
2019-05-15SM constify SmElementJan-Marek Glogowski1-4/+1
2019-04-28Minimize scope of variablesJan-Marek Glogowski1-7/+8
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-22loplugin:unusedfields in vclNoel Grandin1-1/+1
2019-01-31loplugin:flatten in starmathNoel Grandin1-15/+15
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-4/+3
2018-07-31uitest logger: log more eventsSaurav Chirania1-1/+21
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin1-7/+7
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe1-1/+1
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: starmathStephan Bergmann1-3/+3
2017-10-07Fix leak in ElementsDockingWindow (starmath)Julien Nabet1-1/+2
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-131/+118
2017-05-19make string translation loading more uniformCaolán McNamara1-42/+42
2017-05-02untranslated strings are just stringsCaolán McNamara1-123/+125