summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2-3/+3
2021-09-20Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock1-2/+2
2021-09-18Fix typoAndrea Gelmini1-2/+2
2021-09-18Fix typoAndrea Gelmini1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-8/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski13-23/+23
2021-09-07vcl: move OutputDevice rasterop functions to outdev.cxxChris Sherlock1-7/+8
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin21-70/+21
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-3/+3
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock5-9/+9
2021-08-25osl::Mutex->std::mutex in ResourceListenerNoel Grandin2-19/+20
2021-08-24remove pimpl from WindowStyleSettingsNoel Grandin2-285/+273
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin5-8/+7
2021-08-19loplugin:constmethodsNoel Grandin1-1/+1
2021-08-19toolkit: fix deadlock in MutableTreeNodeMichael Stahl1-10/+14
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-04osl::Mutex->std::mutex in VCLXPointerNoel Grandin2-6/+4
2021-08-04osl::Mutex->std::mutex in VCLXRegionNoel Grandin2-16/+14
2021-08-04inline some typedefsNoel Grandin1-12/+10
2021-08-04getReference is unnecessaryNoel Grandin1-13/+5
2021-08-04osl::Mutex->std::mutex in MutableTreeNodeNoel Grandin1-20/+21
2021-08-04osl::Mutex->std::mutex in VCLXBitmapNoel Grandin2-7/+7
2021-08-04osl::Mutex->std::mutex in SimpleNamedThingContainerNoel Grandin1-15/+18
2021-08-04osl::Mutex->std::mutex in getDefaultFormatsNoel Grandin1-29/+17
2021-08-02convert #defines to OUStringLiteralNoel Grandin4-14/+14
2021-07-29rtl::Static -> static localNoel Grandin1-17/+14
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn3-1/+13
2021-07-28Move SVTXNumericField and parents to public toolkit headerMichael Weghorn1-116/+0
2021-07-27Avoid potential tools::Long vs. UNOIDL LONG mismatchStephan Bergmann1-4/+12
2021-07-22remove pimpl in AnimatedImagesControlModelNoel Grandin2-21/+14
2021-07-21remove pimpl in AnimatedImagesPeerNoel Grandin2-167/+137
2021-07-09toolkit: initialise new VCLXTopWindow properlyMichael Stahl1-0/+1
2021-07-08pGetFormatter was already fetched via GetFormatter()Caolán McNamara1-2/+2
2021-07-07tdf#140594 Create proper window peer for FORMATTEDFIELDMichael Weghorn1-0/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-4/+4
2021-06-26loplugin:finalclasses in toolkitNoel Grandin3-7/+6
2021-05-28IsDisposed->isDisposed in toolkitNoel Grandin1-2/+2
2021-05-25fix leak in toolkit testNoel Grandin2-0/+3
2021-05-20fix VCLXWindow related leaksNoel Grandin1-2/+13
2021-05-19fix crash in X-Ray extensionNoel Grandin1-8/+16
2021-05-17split OutputDevice from WindowNoel Grandin5-27/+20
2021-05-14tdf#142255 Crash when trying to insert a shapeNoel Grandin3-26/+46
2021-05-13DBG_ASSERT->assert in UnoWrapperNoel Grandin1-9/+10
2021-05-13can pass by const& hereNoel Grandin2-2/+2
2021-05-13fix leak in VCLXWindowImplNoel Grandin1-5/+7
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin7-21/+24