summaryrefslogtreecommitdiff
path: root/vcl/win/dtrans
AgeCommit message (Expand)Author
2024-11-27Release CXNotifyingDataObject in separate threadMike Kaganski
2024-11-19tdf#160267 Fix SVG and add PNG format from the clipboardOliver Specht
2024-11-06Related: tdf#163730 Release the object in separate threadMike Kaganski
2024-11-04Simplify a bitMike Kaganski
2024-11-03Related: tdf#163730 Avoid potential deadlockMike Kaganski
2024-11-02Related: tdf#163730 Avoid deadlockMike Kaganski
2024-07-17Use IsRunningUnitTest / IsRunningUITest consistentlyMike Kaganski
2024-07-16Use IsRunningUnitTest / IsRunningUITest in vclplug_win, tooMike Kaganski
2024-07-16use generic clipboard when running UI testsNoel Grandin
2024-07-15Use WeakReference to CWinClipboard instead of pointerMike Kaganski
2024-07-15Release the lock for getClipboard call to avoid deadlockMike Kaganski
2024-07-15Unused return valueMike Kaganski
2024-07-14tdf#148647: make sure to update own content on Win clipboard changeMike Kaganski
2024-07-14Try to simplify Windows clipboard lockingMike Kaganski
2024-05-24fix up assertCaolán McNamara
2024-05-14WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-13WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-11WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-03-21Only hold clipboard mutexes to obtain the values, to avoid deadlocksMike Kaganski
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
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