summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-03-22fix crash seen when experimenting with tdf#129547Caolán McNamara
2023-03-21sc drawstyles: Handle style commands and undoMaxim Monastirsky
2023-03-20little optimization in acceleratorsJuergen Funk
2023-03-20tdf#153587 If one of the multiple shortcuts is deleted,Juergen Funk
2023-03-14elide some temporary OStringsNoel Grandin
2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet
2023-03-03flatten DocumentUndoGuardNoel Grandin
2023-02-28tdf#153857 Writer hangs right-clicking on form fieldNoel Grandin
2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin
2023-02-21BaseMutex->std::mutex in JobExecutorNoel Grandin
2023-02-17osl::Mutex->std::mutex in UndoManagerHelper_ImplNoel Grandin
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen
2023-02-15Resolves: tdf#30920 don't terminate app on closing license frameCaolán McNamara
2023-02-14osl::Mutex->std::mutex in LoadEnvListenerNoel Grandin
2023-02-14osl::Mutex->std::mutex in ConfigurationAccess_UICommandNoel Grandin
2023-02-09tdf#95936: Tooltip not updated in Toolbars after change ShortcutJuergen Funk
2023-02-05tdf#143148 Use pragma once instead of include guardsGreg Kelesidis
2023-02-03tdf#56696 - Sort recent document list according to current LibO moduleAndreas Heinisch
2023-02-02osl::Mutex->std::mutex in ConfigurationAccess_UICategoryNoel Grandin
2023-02-02osl::Mutex->std::mutex in ConfigurationAccess_WindowStateNoel Grandin
2023-01-31Fix locking orderStephan Bergmann
2023-01-29use std:mutex in PropertySetContainerNoel Grandin
2023-01-27JobURL does not need to use the SolarMutexNoel Grandin
2023-01-27JobResult does not need to use the SolarMutexNoel Grandin
2023-01-27AcceleratorCache does not need to lock the SolarMutexNoel Grandin
2023-01-27Remove SolarMutex usage from framework::JobDataNoel Grandin
2023-01-27Move a UNO service creation outside a guarded areaStephan Bergmann
2023-01-18Fix typoAndrea Gelmini
2023-01-17Fix typoAndrea Gelmini
2023-01-17tdf#146638 In a titlebar, separator is changed from a hyphen to an emdashRadhey Parekh
2023-01-17XUnoTunnel->dynamic_cast in RootItemContainerNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in ConstItemContainerNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in RootActionTriggerContainerNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2023-01-14XUnoTunnel->dynamic_cast in VCLXMenuNoel Grandin
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin
2023-01-11fix deadlock observed on jenkinsNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-23loplugin:unocast (framework::Desktop)Stephan Bergmann
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann
2022-12-16Use rtl::Reference to avoid a dynamic_castStephan Bergmann
2022-12-16Use rtl::Reference to avoid a dynamic_castStephan Bergmann
2022-12-14loplugin:implinheritancehelper in frameworkNoel Grandin
2022-12-14loplugin:unocast (framework::AddonsToolBarWrapper)Stephan Bergmann
2022-12-12tdf#151376 framework: fix calling in-document macros with reused framesMiklos Vajna
2022-12-06tdf#152134 Customize: assign user macro to menu hangsNoel Grandin
2022-11-22CppunitTest_framework_services: inherit from UnoApiTestXisco Fauli
2022-11-22CppunitTest_framework_loadenv: inherit from UnoApiTestXisco Fauli
2022-11-22CppunitTest_framework_dispatch: inherit from UnoApiTestXisco Fauli