Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-06-04 | Remnant CoInitialize comment | Julien Nabet | 1 | -1/+1 |
2020-06-01 | cache foreign content in win32 clipboard code (tdf#133267) | Luboš Luňák | 2 | -0/+13 |
2020-05-29 | Prefer CoInitializeEx instead of CoInitialize (2) | Julien Nabet | 1 | -3/+3 |
2020-05-24 | Use MsgWaitForMultipleObjects as suggested by API documentation | Mike Kaganski | 1 | -1/+7 |
2020-05-22 | Prefer CoInitializeEx instead of CoInitialize | Julien Nabet | 3 | -6/+6 |
2020-05-20 | use for-range on Sequence in d* | Noel Grandin | 3 | -6/+6 |
2020-05-08 | compact namespace in dbaccess..dtrans | Noel Grandin | 3 | -9/+3 |
2020-02-04 | loplugin:nullptr (clang-cl) | Stephan Bergmann | 1 | -1/+1 |
2020-02-03 | loplugin:unsignedcompare (clang-cl) | Stephan Bergmann | 2 | -3/+6 |
2020-01-28 | dtrans win32: implement support for pasting when the handle type is stream | Miklos Vajna | 1 | -1/+46 |
2019-12-31 | Fix a random crash on paste from clipboard on Windows | Mike Kaganski | 1 | -1/+5 |
2019-12-19 | sal_Char->char in desktop..dtrans | Noel Grandin | 7 | -8/+8 |
2019-12-05 | loplugin:external (clang-cl) | Stephan Bergmann | 3 | -1/+10 |
2019-11-26 | loplugin:consttobool (clang-cl) | Stephan Bergmann | 2 | -6/+6 |
2019-11-24 | cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.) | Julien Nabet | 1 | -15/+11 |
2019-11-19 | loplugin:fakebool (clang-cl) | Stephan Bergmann | 2 | -5/+5 |
2019-11-11 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-10-01 | loplugin:stringconstant (clang-cl) | Stephan Bergmann | 6 | -6/+6 |
2019-10-01 | loplugin:simplifyconstruct (clang-cl) | Stephan Bergmann | 1 | -4/+4 |
2019-08-20 | Fix typos | Andrea Gelmini | 4 | -4/+4 |
2019-08-16 | Fix typos | Andrea Gelmini | 2 | -3/+3 |
2019-08-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2019-08-12 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): dtrans | Stephan Bergmann | 1 | -1/+1 |
2019-07-30 | Fix typo | Andrea Gelmini | 1 | -3/+3 |
2019-07-29 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-07-24 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-07-19 | Fix typo | Andrea Gelmini | 1 | -7/+7 |
2019-06-21 | simplify some getSupportedServiceNames | Noel Grandin | 2 | -5/+2 |
2019-06-15 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-05-21 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-05-21 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2019-05-21 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-05-21 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -3/+3 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -7/+7 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2019-05-19 | Fix typo | Andrea Gelmini | 1 | -2/+2 |
2019-04-07 | Don't use resettable/clearable guard where plain guard is enough | Mike Kaganski | 2 | -23/+22 |
2019-04-04 | Drop UNICODE/_UNICODE defines | Mike Kaganski | 1 | -5/+0 |
2019-04-01 | IShellLinkA -> IShellLinkW | Mike Kaganski | 1 | -7/+5 |
2019-03-31 | tdf#120703 PVS: remove redundant static casts | Mike Kaganski | 3 | -6/+5 |
2019-03-27 | loplugin:typedefparam (clang-cl) | Stephan Bergmann | 7 | -53/+53 |
2019-02-20 | Simplify containers iterations in desktop, dtrans, editeng, extensions | Arkadiy Illarionov | 3 | -65/+38 |
2019-02-10 | Win64 fixes for dtrans. | Damjan Jovanovic | 2 | -9/+9 |
2019-02-05 | Cleanup event properly; handle error from MsgWaitForMultipleObjects | Mike Kaganski | 1 | -0/+10 |