summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-05-09move a toolkit header inside the moduleNoel Grandin
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin
2023-05-04Resolves: tdf#155029 set StandardStyles before updateFromModelCaolán McNamara
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-04-12Revert "remove unnecessary UnoControlModel::setPropertyValues"Noel Grandin
2023-04-10pack the ImplPropertyInfo structNoel Grandin
2023-04-10use std::unordered_map for static properties in toolkitNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-04-01use more XVclWindowPeerNoel Grandin
2023-03-31simplify subclasses of comphelper::OPropertySetHelperNoel Grandin
2023-03-31remove unnecessary UnoControlModel::setPropertyValuesNoel Grandin
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