Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2019-02-05 | tdf#122435: reimplement fix for tdf#109085 | Mike Kaganski | 2 | -13/+90 |
2019-01-30 | loplugin:redundantfcast (clang-cl) | Stephan Bergmann | 1 | -1/+1 |
2019-01-30 | -Werror,-Wunused-const-variable (clang-cl) | Stephan Bergmann | 1 | -1/+0 |
2019-01-30 | loplugin:redundantinline (clang-cl) | Stephan Bergmann | 3 | -7/+1 |
2018-11-16 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2018-11-05 | Win: implement Clipboard Format Listener instead of obsolete Viewer | Mike Kaganski | 2 | -61/+10 |
2018-11-05 | tdf#109085: don't assume MtaOleReq window is still valid at shutdown | Mike Kaganski | 1 | -95/+5 |