summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)AuthorFilesLines
2021-05-17split OutputDevice from WindowNoel Grandin1-3/+7
2021-05-14tdf#142255 Crash when trying to insert a shapeNoel Grandin1-0/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-45/+45
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara1-5/+3
2021-04-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara2-148/+0
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara1-810/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen2-2/+0
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara1-3/+5
2021-01-25avoid some ref-countingNoel Grandin3-13/+13
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer2-7/+0
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-1/+2
2020-08-18Removed duplicated includesAndrea Gelmini1-2/+0
2020-08-18move VCLXMultiLineEdit and MultiLineEdit to toolkitCaolán McNamara1-0/+67
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen2-2/+0
2020-07-31ASan/UBSan build still needs VCLXEdit RTTIStephan Bergmann1-1/+1
2020-07-30make some classes privateNoel Grandin1-4/+3
2020-07-20drop unused VCLXCurrencyFieldCaolán McNamara1-50/+0
2020-07-20compact namespace declNoel Grandin1-5/+2
2020-07-15move SVTXDateField to toolkitCaolán McNamara1-0/+13
2020-06-21don't include vcl/fmtfield.hxx from public hxxCaolán McNamara1-1/+0
2020-05-18tdf#133142 UnoControlTabPageContainer: Handle tab property changesMichael Weghorn1-1/+1
2020-05-03use more compact namespace syntax in /includeNoel Grandin9-16/+16
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand1-0/+1
2020-03-23make more classes private in mergedlibs modeNoel Grandin4-6/+10
2020-03-04make some symbols privateNoel Grandin1-3/+3
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-7/+7
2020-02-18move SVTXFormattedField, SVTXCurrencyField, SVTXNumericField to toolkitCaolán McNamara1-0/+125
2020-02-14move VCLXFileControl to toolkitCaolán McNamara1-1/+48
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin27-3269/+0
2020-01-27tdf#124176: Use pragma once instead of header guardPelin Kuran1-5/+1
2019-12-23sal_Char->char in toolkitNoel Grandin2-73/+73
2019-12-05make some classes module privateNoel Grandin2-5/+5
2019-12-03remove some useless comment linesNoel Grandin24-64/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-7/+7
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann1-1/+2
2019-11-30merge classes VCLXTopWindow_Base and VCLXTopWindowNoel Grandin1-42/+16
2019-11-15make some classes module-privateNoel Grandin7-10/+10
2019-11-04move VCLXProgressBar to toolkitCaolán McNamara1-0/+43
2019-11-03find symbols that can be privateNoel Grandin1-1/+1
2019-10-30loplugin:finalclasses frameworkNoel Grandin20-146/+102
2019-10-08use cppu::WeakImplHelper in VCLXRegionNoel Grandin1-14/+4
2019-10-08use cppu::WeakImplHelper in VCLXBitmapNoel Grandin1-16/+5
2019-10-07use cppu::WeakImplHelper in VCLXGraphicsNoel Grandin1-14/+4
2019-10-07use cppu::WeakImplHelper in VCLXDeviceNoel Grandin1-15/+5
2019-10-07use cppu::WeakImplHelper in VCLXFontNoel Grandin1-14/+5
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen2-1/+1
2019-09-06TyposAndrea Gelmini1-1/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-1/+1
2019-08-22loplugin:constmethod in toolkitNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann1-1/+1