summaryrefslogtreecommitdiff
path: root/toolkit/inc
AgeCommit message (Expand)AuthorFilesLines
2024-05-04replace createFromAscii with OUString literals in toolkitNoel Grandin1-1/+3
2024-05-04replace createFromAscii with OUString literals in OAccessibleControlContextNoel Grandin1-1/+1
2024-02-28tdf#114441 Convert sal_uLong to sal_uInt32 in TreeControlPeerAhmedHamed1-1/+1
2023-09-07no need to take a lock and do nothingNoel Grandin1-1/+0
2023-09-01tdf#104833 Move VCLXMultiLineEdit to public toolkit headerMichael Weghorn1-55/+0
2023-08-03toolkit: Use range-based for, drop invalidTableControlActionMichael Weghorn1-4/+1
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-1/+1
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-1/+2
2023-05-09move a toolkit header inside the moduleNoel Grandin1-0/+246
2023-04-01use more XVclWindowPeerNoel Grandin3-5/+5
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin9-35/+28
2023-03-08deduplicate MutexAndBroadcastHelperNoel Grandin1-2/+2
2023-01-25Use ImplInheritanceHelper in OAccessibleControlContextStephan Bergmann1-9/+3
2023-01-24Use ImplInheritanceHelper in OAccessibleExtendedComponentHelperStephan Bergmann1-0/+1
2023-01-19Fix some toolkit UnoControlBase derivates' queryAggregationStephan Bergmann1-1/+3
2023-01-16XUnoTunnel->dynamic_cast in VCLXGraphicsNoel Grandin1-6/+1
2023-01-16XUnoTunnel->dynamic_cast in VCLXBitmapNoel Grandin1-5/+0
2023-01-16XUnoTunnel->dynamic_cast in VCLXPointerNoel Grandin1-5/+1
2023-01-16XUnoTunnel->dynamic_cast in VCLXRegionNoel Grandin1-6/+1
2023-01-10OAccessibleImplementationAccess was apparently effectively unused by nowStephan Bergmann1-3/+1
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann1-1/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-9/+0
2022-12-22loplugin:unocast (VCLXDialog)Stephan Bergmann1-0/+3
2022-12-22loplugin:unocast (VCLXMultiPage)Stephan Bergmann1-0/+3
2022-12-22loplugin:unocast (VCLXTabPage)Stephan Bergmann1-0/+3
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-2/+1
2022-12-01Use cppuhelper::ImplInheritanceHelper for toolkit VCLX window classesStephan Bergmann4-185/+35
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-2/+2
2022-08-09move scrbar.hxx to vcl/toolkitCaolán McNamara1-1/+1
2022-08-06move SVTXGridControl to toolkitCaolán McNamara11-0/+1695
2022-08-02clang-tidy modernize-pass-by-value in toolkitNoel Grandin2-2/+2
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-1/+1
2022-04-02Recheck modules t* with IWYUGabor Kelemen11-13/+2
2022-03-05GetComponentServiceName can be constNoel Grandin6-9/+9
2021-11-28use more OInterfaceContainerHelper3 in toolkitNoel Grandin1-1/+2
2021-09-07vcl: move OutputDevice rasterop functions to outdev.cxxChris Sherlock1-7/+8
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-1/+1
2021-08-25osl::Mutex->std::mutex in ResourceListenerNoel Grandin1-2/+3
2021-08-04osl::Mutex->std::mutex in VCLXPointerNoel Grandin1-4/+2
2021-08-04osl::Mutex->std::mutex in VCLXRegionNoel Grandin1-4/+2
2021-08-04osl::Mutex->std::mutex in VCLXBitmapNoel Grandin1-3/+3
2021-07-28Move SVTXNumericField and parents to public toolkit headerMichael Weghorn1-116/+0
2021-07-22remove pimpl in AnimatedImagesControlModelNoel Grandin1-2/+1
2021-07-21remove pimpl in AnimatedImagesPeerNoel Grandin1-1/+12
2021-06-26loplugin:finalclasses in toolkitNoel Grandin3-7/+6
2021-05-13can pass by const& hereNoel Grandin1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-3/+3
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann11-52/+52