summaryrefslogtreecommitdiff
path: root/vcl/win/dtrans
AgeCommit message (Expand)Author
2021-04-27Replace "Persistant" by "Persistent"in WinClipboard (vcl/win)Julien Nabet
2021-04-09loplugin:redundantstatic (clang-cl)Stephan Bergmann
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-10Fix comment after renaming variableMike Kaganski
2021-03-09Simplify CWinClipboard mutexesMike Kaganski
2021-03-09loplugin:redundantstatic (clang-cl)Stephan Bergmann
2021-03-08[API CHANGE] Remove unused XSystemTransferable interface from CDOTransferableMike Kaganski
2021-03-06Use int where API expects intMike Kaganski
2021-03-06tdf#140813: Use GetUpdatedClipboardFormats to enumerate clipboard formatsMike Kaganski
2021-03-03tdf#116983 tdf#136175: retry if failedMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-26dummy clipboard for unit testsNoel Grandin
2021-02-09loplugin:fakebool (clang-cl)Stephan Bergmann
2021-01-28WIN handle GetMessageW return valuesJan-Marek Glogowski
2021-01-28WIN move dtrans log to vcl.win.dtransJan-Marek Glogowski
2021-01-13loplugin:stringviewparam (clang-cl)Stephan Bergmann
2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann
2021-01-12Revert "WIN replace clipboard update thread with Idle" et alStephan Bergmann
2021-01-06Release solar mutex before using an apartment-threaded COM objectMike Kaganski
2020-12-16WIN don't notify clipboard change with SolarMutexJan-Marek Glogowski
2020-12-13WIN replace clipboard update thread with IdleJan-Marek Glogowski
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-10-14-Werror,-Wshadow (clang-cl)Stephan Bergmann
2020-10-02Use the new single-instance="true" attribute in vclStephan Bergmann
2020-10-01Use the new single-instance="true" attribute in vclStephan Bergmann
2020-09-28Destroy CWinClipboard sufficiently earlyStephan Bergmann
2020-09-24Fix typoAndrea Gelmini
2020-09-23Removed duplicated includeAndrea Gelmini
2020-09-23WIN merge CWinClipbImpl into CWinClipboardJan-Marek Glogowski
2020-09-22WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski