summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2019-09-26now drop TabPageParent intermediateCaolán McNamara6-12/+12
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara6-12/+11
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov3-38/+13
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze1-0/+1
2019-09-17Fix -Werror,-WundefStephan Bergmann1-0/+1
2019-09-16ifdef -> if for consistencyRene Engelhard1-3/+3
2019-09-16disable testSmTmpDeviceRestoreFont unless we actually have fontsRene Engelhard1-0/+6
2019-09-16dont define PROPERTY_NONE multiple timesBjoern Michaelsen1-4/+1
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock4-26/+56
2019-09-03indicate that SmEditAccessible is editableCaolán McNamara1-2/+3
2019-08-29Fix typo in codeAndrea Gelmini1-3/+3
2019-08-24loplugin:returnconstval in sd..starmathNoel Grandin10-27/+27
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov3-10/+4
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin3-4/+4
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-16Fix typosAndrea Gelmini3-6/+6
2019-08-16Fix typosAndrea Gelmini8-11/+11
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin2-2/+2
2019-08-15replace ".get->" with "->"Noel Grandin2-2/+2
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-08-11revert some consts to placate coverity Uncaught exceptionsCaolán McNamara1-6/+1
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): starmathStephan Bergmann9-13/+13
2019-07-27tdf#74702: vcl add OutputDevice::Flush() to remove GetOutDevType()Chris Sherlock1-1/+1
2019-07-23Optimize names transformingArkadiy Illarionov1-6/+4
2019-07-23dispose() methods should clear their smart pointersNoel Grandin1-0/+1
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov3-67/+38
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin4-13/+8
2019-07-20cid#1448322 try silence Splice iterator mismatchCaolán McNamara1-1/+2
2019-06-27Breeze: fix for tdf#125879rizmut1-8/+8
2019-06-25improve loplugin:simplifyconstructNoel Grandin2-3/+3
2019-06-21simplify some getSupportedServiceNamesNoel Grandin2-3/+3
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin1-2/+3
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe15-3/+30
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-06-09loplugin:constantparamNoel Grandin3-5/+3
2019-06-08loplugin:unusedmethodsNoel Grandin5-17/+0
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1
2019-06-03SM add a border to the editor and the element listJan-Marek Glogowski2-2/+2
2019-05-29SM disable localized characters on element parsingJan-Marek Glogowski2-43/+48
2019-05-29tdf#65587 SM implement ElementControl accessibilityJan-Marek Glogowski7-11/+1136
2019-05-29SM add some help to the examplesJan-Marek Glogowski2-5/+11
2019-05-28SM move categories into SmElementsControl...Jan-Marek Glogowski2-71/+68
2019-05-28SM add tooltip to element categories listboxJan-Marek Glogowski1-22/+11
2019-05-28tdf#125454 SM use theming for element listJan-Marek Glogowski2-4/+20
2019-05-23tdf#65587 SM handle page keys in the ElementControlJan-Marek Glogowski2-18/+98