summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)Author
2022-03-05GetComponentServiceName can be constNoel Grandin
2022-01-08move UserData bodge into VCLXMenuCaolán McNamara
2021-12-18use more cppu::BaseMutexNoel Grandin
2021-12-17osl::Mutex->std::mutex in VCLXMenuNoel Grandin
2021-12-17osl::Mutex->std::mutex in VCLXFontNoel Grandin
2021-12-16use more OInterfaceContainerHelper3 in toolkitCaolán McNamara
2021-11-27use more OInterfaceContainerHelper3 in UnoControlNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in UnoControlListBoxModelNoel Grandin
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-10-28Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski
2021-10-01loplugin:constmethodNoel Grandin
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-19loplugin:constmethodsNoel Grandin
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn
2021-07-28Move SVTXNumericField and parents to public toolkit headerMichael Weghorn
2021-06-19loplugin:finalclassesNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-14tdf#142255 Crash when trying to insert a shapeNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara
2021-04-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara
2021-01-25avoid some ref-countingNoel Grandin
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-08-18Removed duplicated includesAndrea Gelmini
2020-08-18move VCLXMultiLineEdit and MultiLineEdit to toolkitCaolán McNamara
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-31ASan/UBSan build still needs VCLXEdit RTTIStephan Bergmann
2020-07-30make some classes privateNoel Grandin
2020-07-20drop unused VCLXCurrencyFieldCaolán McNamara
2020-07-20compact namespace declNoel Grandin
2020-07-15move SVTXDateField to toolkitCaolán McNamara
2020-06-21don't include vcl/fmtfield.hxx from public hxxCaolán McNamara
2020-05-18tdf#133142 UnoControlTabPageContainer: Handle tab property changesMichael Weghorn
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-04make some symbols privateNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-18move SVTXFormattedField, SVTXCurrencyField, SVTXNumericField to toolkitCaolán McNamara
2020-02-14move VCLXFileControl to toolkitCaolán McNamara
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2020-01-27tdf#124176: Use pragma once instead of header guardPelin Kuran
2019-12-23sal_Char->char in toolkitNoel Grandin
2019-12-05make some classes module privateNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann