summaryrefslogtreecommitdiff
path: root/vcl/win/dtrans
AgeCommit message (Expand)Author
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-04Avoid clipboard messages after Scheduler::ImplDeInitSchedulerMike Kaganski
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann
2023-10-10Drop repeated codeMike Kaganski
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski
2023-05-28Use getXWeak in vclMike Kaganski
2023-05-21Simplify a bitMike Kaganski
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-03-16osl::Mutex->std::mutex in CDOTransferableNoel Grandin
2023-03-16osl::Mutex->std::mutex in CMtaOleClipboardNoel Grandin
2023-03-15BaseMutex->std::mutex in CWinClipboardNoel Grandin
2023-03-12osl::Mutex->std::mutex in dtrans::GenericClipboardNoel Grandin
2023-03-12osl::Mutex->std::mutex in dtrans::ClipboardManagerNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann
2022-04-15loplugin:stringviewparamStephan Bergmann
2022-02-09Fix typosAndrea Gelmini
2022-02-02Fix typosAndrea Gelmini
2022-01-07-Werror,-WshadowStephan Bergmann
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2021-12-22Silence loplugin:fakebool for BOOL GetMessageW even harderStephan Bergmann
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-03Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski
2021-12-01tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski
2021-11-13Use o3tl::convertMike Kaganski
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-29loplugin:indentation (clang-cl)Stephan Bergmann
2021-10-05drop 'using namespace std' in vcl (Windows part)Julien Nabet
2021-09-04fix comment left behindNoel Grandin
2021-09-01use a dummy clipboard when running unit testsNoel Grandin
2021-08-07no need to use UNO_QUERY hereNoel Grandin
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