summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-03-08BaseMutex->std::mutex in MutableTreeDataModelNoel Grandin
2023-03-08deduplicate MutexAndBroadcastHelperNoel Grandin
2023-02-22toolkit: Port AccessibleStatusBarTest to test::AccessibleTestBaseColomban Wendling
2023-02-22BaseMutex->std::mutex in ListenerMultiplexerBaseNoel Grandin
2023-02-19osl::Mutex->std::mutex in DefaultGridDataModelNoel Grandin
2023-02-18osl::Mutex->std::mutex in DefaultGridColumnModelNoel Grandin
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2023-01-25Use ImplInheritanceHelper in OAccessibleControlContextStephan Bergmann
2023-01-25Use ImplInheritanceHelper in VCLXAccessibleComponentStephan Bergmann
2023-01-24Use ImplInheritanceHelper in OAccessibleExtendedComponentHelperStephan Bergmann
2023-01-19Fix some toolkit UnoControlBase derivates' queryAggregationStephan Bergmann
2023-01-16XUnoTunnel->dynamic_cast in VCLXGraphicsNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in VCLXBitmapNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in GridColumnNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in VCLXPointerNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in VCLXRegionNoel Grandin
2023-01-14XUnoTunnel->dynamic_cast in VCLXMenuNoel Grandin
2023-01-14XUnoTunnel->dynamic_cast in UnoControlModelNoel Grandin
2023-01-13XUnoTunnel->dynamic_cast in VCLXFontNoel Grandin
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin
2023-01-10OAccessibleImplementationAccess was apparently effectively unused by nowStephan Bergmann
2023-01-09Clean up VCLXAccessibleComponent::getAccessibleParentStephan Bergmann
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-23loplugin:unocast (VCLXAccessibleComponent)Stephan Bergmann
2022-12-22loplugin:unocast (VCLXDialog)Stephan Bergmann
2022-12-22loplugin:unocast (VCLXMultiPage)Stephan Bergmann
2022-12-22loplugin:unocast (MutableTreeNode)Stephan Bergmann
2022-12-22loplugin:unocast (VCLXTabPage)Stephan Bergmann
2022-12-19loplugin:implinheritancehelper in toolkitNoel Grandin
2022-12-19remove dependency from drawinglayer to frameworkNoel Grandin
2022-12-16loplugin:unocast (VCLXWindow)Stephan Bergmann
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin
2022-12-01Use cppuhelper::ImplInheritanceHelper for toolkit VCLX window classesStephan Bergmann
2022-11-19loplugin:unusedmethodsNoel Grandin
2022-11-14tdf#152012 Fix assert fail on opening date pickerHossein
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin
2022-10-04tdf#150786 use a 'standard' theme for form controlsCaolán McNamara
2022-09-26Fix typoAndrea Gelmini
2022-09-26tdf#117173 a11y: Send SHOWING state change event on Window{Show,Hide}Michael Weghorn
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-09-16tdf#150974 Writer crashes when starting with WollMux installedNoel Grandin
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca