1. c36a907 tdf#170803 Insert a hyperlink crashes when system clipboard empty by Noel Grandin · 2 weeks ago
  2. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  3. 1c22b4f Add markdown under paste special for win by Mike Kaganski · 6 weeks ago
  4. 148e23d Refactor ftransl.cxx a bit for simplicity by Mike Kaganski · 5 months ago
  5. ba49c92 tdf#127675 Treat Biff12 when pasting by Laurent Balland · 8 months ago
  6. dbdc2f1 Refactor initialization of translation table by Mike Kaganski · 5 months ago
  7. 84c1c49 Fix Unicode-dependent format names by Mike Kaganski · 5 months ago
  8. c573956 An omission from commit 1e40f6e50e35f8cbe2c1a075fce5d079f4976569 by Mike Kaganski · 5 months ago
  9. 1e40f6e Add specialized ctors for common cases by Mike Kaganski · 5 months ago
  10. 642563a Fix a comment by Mike Kaganski · 5 months ago
  11. e3ae214 Simplify CDOTransferable::getClipboardData a bit by Mike Kaganski · 5 months ago
  12. 272cbc9 Drop ByteSequence_t typedef; use Sequence<sal_Int8> directly by Mike Kaganski · 5 months ago
  13. c874834 Simplify WinBITMAPToOOBMP a bit by Mike Kaganski · 5 months ago
  14. 426a9af tdf#155855: fix pasting from CF_BITMAP by Mike Kaganski · 5 months ago
  15. 6136867 Use std::array instead of std::vector by Mike Kaganski · 5 months ago
  16. eb06e4ff Inline CMtaOleClipboard::run by Mike Kaganski · 8 months ago
  17. f8c2fbd tdf#162153 Introduce clipboard support for Markdown format. by Ujjawal Kumar · 9 months ago
  18. d9435d2 tdf#153294 simplify for loop to std::find call in ImplHelper.cxx by Simon Chenery · 1 year ago
  19. 2a20616 Move Windows error helpers to comphelper namespace by varshneydevansh · 1 year ago
  20. c61ffc7 Simplify a bit by Mike Kaganski · 1 year, 3 months ago
  21. 6b6f8ca Factor out and simplify COM-safe wait by Mike Kaganski · 1 year, 3 months ago
  22. 1e2e516 Try to use CoWaitForMultipleHandles magic to handle COM message loop by Mike Kaganski · 1 year, 3 months ago
  23. 171acae tdf#163083: try to release lock to avoid deadlock by Mike Kaganski · 1 year, 3 months ago
  24. 68699d3 Release CXNotifyingDataObject in separate thread by Mike Kaganski · 1 year, 4 months ago
  25. c4aa953 tdf#160267 Fix SVG and add PNG format from the clipboard by Oliver Specht · 2 years ago
  26. e1beaf8 Related: tdf#163730 Release the object in separate thread by Mike Kaganski · 1 year, 5 months ago
  27. 3a22bb6 Simplify a bit by Mike Kaganski · 1 year, 5 months ago
  28. 3015db0 Related: tdf#163730 Avoid potential deadlock by Mike Kaganski · 1 year, 5 months ago
  29. 9f53d40 Related: tdf#163730 Avoid deadlock by Mike Kaganski · 1 year, 5 months ago
  30. 68a96f7 Use IsRunningUnitTest / IsRunningUITest consistently by Mike Kaganski · 1 year, 9 months ago
  31. f7c9ecf Use IsRunningUnitTest / IsRunningUITest in vclplug_win, too by Mike Kaganski · 1 year, 9 months ago
  32. 828b26b use generic clipboard when running UI tests by Noel Grandin · 1 year, 9 months ago
  33. 9fdb7ec Use WeakReference to CWinClipboard instead of pointer by Mike Kaganski · 1 year, 9 months ago
  34. b3922a8 Release the lock for getClipboard call to avoid deadlock by Mike Kaganski · 1 year, 9 months ago
  35. 1d91ab6 Unused return value by Mike Kaganski · 1 year, 9 months ago
  36. 2e06640 tdf#148647: make sure to update own content on Win clipboard change by Mike Kaganski · 1 year, 9 months ago
  37. 8d95661 Try to simplify Windows clipboard locking by Mike Kaganski · 1 year, 9 months ago
  38. c88ce0e fix up assert by Caolán McNamara · 1 year, 11 months ago
  39. 07234f2 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 1 year, 11 months ago
  40. 1942d4c WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 1 year, 11 months ago
  41. b901f74 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 1 year, 11 months ago
  42. 7132e29 Only hold clipboard mutexes to obtain the values, to avoid deadlocks by Mike Kaganski · 2 years, 1 month ago
  43. 8f6b412 Define a name for the extended path buffer size, instead of a literal by Mike Kaganski · 2 years, 1 month ago
  44. 66590cb Replace an instance of MAX_PATH with 32767 by Mike Kaganski · 2 years, 1 month ago
  45. 0fa827d Drop std::as_const from css::uno::Sequence iterations by Mike Kaganski · 2 years, 2 months ago
  46. 8472365 Avoid clipboard messages after Scheduler::ImplDeInitScheduler by Mike Kaganski · 2 years, 4 months ago
  47. c0e5166 loplugin:stringstatic, lopluign:ostr (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
  48. 01ad024 Drop repeated code by Mike Kaganski · 2 years, 6 months ago
  49. aff6205 replace set(nullptr) with clear() by Noel Grandin · 2 years, 7 months ago
  50. 8a0c43f Use _beginthreadex instead of CreateThread by Mike Kaganski · 2 years, 8 months ago
  51. b4de1a9 Use getXWeak in vcl by Mike Kaganski · 3 years ago
  52. 8843e4c Simplify a bit by Mike Kaganski · 2 years, 11 months ago
  53. 75ed566 Add script to find unused using declarations by Gabor Kelemen · 3 years ago
  54. 2604dae5 osl::Mutex->std::mutex in CDOTransferable by Noel Grandin · 3 years, 1 month ago
  55. 45946d9 osl::Mutex->std::mutex in CMtaOleClipboard by Noel Grandin · 3 years, 1 month ago
  56. 5f661a2 BaseMutex->std::mutex in CWinClipboard by Noel Grandin · 3 years, 1 month ago
  57. be1c0c1 osl::Mutex->std::mutex in dtrans::GenericClipboard by Noel Grandin · 3 years, 1 month ago
  58. 5e05c18 osl::Mutex->std::mutex in dtrans::ClipboardManager by Noel Grandin · 3 years, 1 month ago
  59. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  60. c8053f5 Just use Any ctor instead of makeAny in vcl by Stephan Bergmann · 4 years ago
  61. 6457b72 loplugin:stringviewparam by Stephan Bergmann · 4 years ago
  62. ff15448 Fix typos by Andrea Gelmini · 4 years, 2 months ago
  63. 8064d22 Fix typos by Andrea Gelmini · 4 years, 2 months ago
  64. 5dda4fb -Werror,-Wshadow by Stephan Bergmann · 4 years, 3 months ago
  65. 54add6c Use CreateThread instead of _beginthreadex by Mike Kaganski · 4 years, 3 months ago
  66. b5d9fef Use CreateThread instead of _beginthreadex by Mike Kaganski · 4 years, 3 months ago
  67. 0315761 VCL move platform code from mouse.cxx into plugins by Jan-Marek Glogowski · 4 years, 3 months ago
  68. cd057f5 Silence loplugin:fakebool for BOOL GetMessageW even harder by Stephan Bergmann · 4 years, 4 months ago
  69. c35f811 Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailed by Mike Kaganski · 4 years, 4 months ago
  70. 3152f5a use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
  71. 52e1d0c Windows format name is UniformResourceLocatorW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  72. 5fb9f4f tdf#145964: Windows format name is FileNameW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  73. 7b8f630d Use o3tl::convert by Mike Kaganski · 4 years, 5 months ago
  74. 2e29906 Prepare for removal of non-const operator[] from Sequence in vcl by Mike Kaganski · 4 years, 5 months ago
  75. 166399c loplugin:indentation (clang-cl) by Stephan Bergmann · 4 years, 5 months ago
  76. 3119641 drop 'using namespace std' in vcl (Windows part) by Julien Nabet · 4 years, 6 months ago
  77. 86fa9c9 fix comment left behind by Noel Grandin · 4 years, 7 months ago
  78. e25ba7d use a dummy clipboard when running unit tests by Noel Grandin · 4 years, 7 months ago
  79. 773a7b5 no need to use UNO_QUERY here by Noel Grandin · 4 years, 8 months ago
  80. 45779b6 Replace "Persistant" by "Persistent"in WinClipboard (vcl/win) by Julien Nabet · 5 years ago
  81. de9d7f7 loplugin:redundantstatic (clang-cl) by Stephan Bergmann · 5 years ago
  82. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  83. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  84. 24dd6c5 Fix comment after renaming variable by Mike Kaganski · 5 years ago
  85. 5d65868 Simplify CWinClipboard mutexes by Mike Kaganski · 5 years ago
  86. 067b22a loplugin:redundantstatic (clang-cl) by Stephan Bergmann · 5 years ago
  87. 818a84c [API CHANGE] Remove unused XSystemTransferable interface from CDOTransferable by Mike Kaganski · 5 years ago
  88. adcddde Use int where API expects int by Mike Kaganski · 5 years ago
  89. 7b6c0e6 tdf#140813: Use GetUpdatedClipboardFormats to enumerate clipboard formats by Mike Kaganski · 5 years ago
  90. cf1c835 tdf#116983 tdf#136175: retry if failed by Mike Kaganski · 5 years ago
  91. ed40d47 Drop ComPtr and use sal::systools::COMReference by Mike Kaganski · 5 years ago
  92. 043c67e dummy clipboard for unit tests by Noel Grandin · 5 years ago
  93. 8f22ce5 loplugin:fakebool (clang-cl) by Stephan Bergmann · 5 years ago
  94. d249bd5 WIN handle GetMessageW return values by Jan-Marek Glogowski · 5 years ago
  95. f974f39 WIN move dtrans log to vcl.win.dtrans by Jan-Marek Glogowski · 5 years ago
  96. 363a3be loplugin:stringviewparam (clang-cl) by Stephan Bergmann · 5 years ago
  97. 3fff050 loplugin:stringliteralvar (clang-cl) by Stephan Bergmann · 5 years ago
  98. 694b400 Revert "WIN replace clipboard update thread with Idle" et al by Stephan Bergmann · 5 years ago
  99. c921f9b Release solar mutex before using an apartment-threaded COM object by Mike Kaganski · 5 years ago
  100. f5ab8bc WIN don't notify clipboard change with SolarMutex by Jan-Marek Glogowski · 5 years ago