Age | Commit message (Expand) | Author |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-04-01 | use more XVclWindowPeer | Noel Grandin |
2023-03-31 | simplify subclasses of comphelper::OPropertySetHelper | Noel Grandin |
2023-03-31 | remove unnecessary UnoControlModel::setPropertyValues | Noel Grandin |
2023-03-13 | convert UnoControlModel and friends to use std::mutex | Noel Grandin |
2023-03-10 | improve loplugin:unnecessarylocking | Noel Grandin |
2023-03-08 | BaseMutex->std::mutex in MutableTreeDataModel | Noel Grandin |
2023-03-08 | deduplicate MutexAndBroadcastHelper | Noel Grandin |
2023-02-22 | toolkit: Port AccessibleStatusBarTest to test::AccessibleTestBase | Colomban Wendling |
2023-02-22 | BaseMutex->std::mutex in ListenerMultiplexerBase | Noel Grandin |
2023-02-19 | osl::Mutex->std::mutex in DefaultGridDataModel | Noel Grandin |
2023-02-18 | osl::Mutex->std::mutex in DefaultGridColumnModel | Noel Grandin |
2023-02-07 | improve readability of VirtualDevice constructor | Noel Grandin |
2023-01-25 | Use ImplInheritanceHelper in OAccessibleControlContext | Stephan Bergmann |
2023-01-25 | Use ImplInheritanceHelper in VCLXAccessibleComponent | Stephan Bergmann |
2023-01-24 | Use ImplInheritanceHelper in OAccessibleExtendedComponentHelper | Stephan Bergmann |
2023-01-19 | Fix some toolkit UnoControlBase derivates' queryAggregation | Stephan Bergmann |
2023-01-16 | XUnoTunnel->dynamic_cast in VCLXGraphics | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in VCLXBitmap | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in GridColumn | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in VCLXPointer | Noel Grandin |
2023-01-16 | XUnoTunnel->dynamic_cast in VCLXRegion | Noel Grandin |
2023-01-14 | XUnoTunnel->dynamic_cast in VCLXMenu | Noel Grandin |
2023-01-14 | XUnoTunnel->dynamic_cast in UnoControlModel | Noel Grandin |
2023-01-13 | XUnoTunnel->dynamic_cast in VCLXFont | Noel Grandin |
2023-01-13 | XUnoTunnel->dynamic_cast in VCLXDevice | Noel Grandin |
2023-01-10 | OAccessibleImplementationAccess was apparently effectively unused by now | Stephan Bergmann |
2023-01-09 | Clean up VCLXAccessibleComponent::getAccessibleParent | Stephan Bergmann |
2023-01-09 | use std::this_thread::sleep_for instead of osl equivalent | Arnaud VERSINI |
2023-01-06 | Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible... | Stephan Bergmann |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann |
2022-12-23 | loplugin:unocast (VCLXAccessibleComponent) | Stephan Bergmann |
2022-12-22 | loplugin:unocast (VCLXDialog) | Stephan Bergmann |
2022-12-22 | loplugin:unocast (VCLXMultiPage) | Stephan Bergmann |
2022-12-22 | loplugin:unocast (MutableTreeNode) | Stephan Bergmann |
2022-12-22 | loplugin:unocast (VCLXTabPage) | Stephan Bergmann |
2022-12-19 | loplugin:implinheritancehelper in toolkit | Noel Grandin |
2022-12-19 | remove dependency from drawinglayer to framework | Noel Grandin |
2022-12-16 | loplugin:unocast (VCLXWindow) | Stephan Bergmann |
2022-12-06 | tdf#152380: add checks for names and values sequences length equality | Mike Kaganski |
2022-12-02 | tdf#152094 retain more accuracy from RefDevMode::MSO1 | Caolán McNamara |
2022-12-01 | loplugin:unusedfields make some fields private | Noel Grandin |
2022-12-01 | Use cppuhelper::ImplInheritanceHelper for toolkit VCLX window classes | Stephan Bergmann |
2022-11-19 | loplugin:unusedmethods | Noel Grandin |
2022-11-14 | tdf#152012 Fix assert fail on opening date picker | Hossein |
2022-10-21 | loplugin:referencecasting look for a new pattern | Noel Grandin |
2022-10-04 | tdf#150786 use a 'standard' theme for form controls | Caolán McNamara |
2022-09-26 | Fix typo | Andrea Gelmini |
2022-09-26 | tdf#117173 a11y: Send SHOWING state change event on Window{Show,Hide} | Michael Weghorn |
2022-09-19 | tdf#149797 Change highlight background color in some controls | Ilhan Yesil |