summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
AgeCommit message (Expand)Author
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-09-01tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEditMichael Weghorn
2023-08-18tdf#156561 a11y: Create VCLXTopWindow peer for border win frameMichael Weghorn
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-05-09move a toolkit header inside the moduleNoel Grandin
2023-04-10pack the ImplPropertyInfo structNoel Grandin
2023-04-10use std::unordered_map for static properties in toolkitNoel Grandin
2023-04-01use more XVclWindowPeerNoel Grandin
2023-02-22BaseMutex->std::mutex in ListenerMultiplexerBaseNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in VCLXBitmapNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in VCLXRegionNoel Grandin
2023-01-13XUnoTunnel->dynamic_cast in VCLXFontNoel Grandin
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-19remove dependency from drawinglayer to frameworkNoel Grandin
2022-12-16loplugin:unocast (VCLXWindow)Stephan Bergmann
2022-11-19loplugin:unusedmethodsNoel Grandin
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-02clang-tidy modernize-pass-by-value in toolkitNoel Grandin
2022-06-14Fix leak with stock widgets in a dialog from an extensionSamuel Mehrbrodt
2022-05-18tdf#105972: pdf form: export date fields as date typeXisco Fauli
2022-05-18tdf#105972: pdf form: export time fields as time typeXisco Fauli
2022-05-17tdf#105972: pdf form: export numeric and currency fields as number typeXisco Fauli
2022-05-13tdf#148706: map value prop in numericfield to textXisco Fauli
2022-05-12tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli
2022-05-12related: tdf#148442: do not replace 'Yes' if onValue is emptyXisco Fauli
2022-05-11tdf#148442: map RefValue property to onValue in pdfXisco Fauli
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-12-16use more OInterfaceContainerHelper3 in toolkitCaolán McNamara
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn
2021-07-07tdf#140594 Create proper window peer for FORMATTEDFIELDMichael Weghorn
2021-05-19fix crash in X-Ray extensionNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-13DBG_ASSERT->assert in UnoWrapperNoel Grandin
2021-05-13can pass by const& hereNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
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-08move set/get Pointer to VCLUnoHelperCaolán McNamara
2021-02-23loplugin:refcounting in toolkitNoel
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2021-02-17loplugin:referencecasting in test..toolkitNoel
2021-01-25avoid some ref-countingNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara