Age | Commit message (Expand) | Author |
2019-01-11 | Drop o3tl/clamp.hxx, use C++17 std::clamp instead | Stephan Bergmann |
2019-01-08 | convert "*xxx.get()" to "*xxx" | Noel Grandin |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-08 | Remove misguided FALLTHROUGH comments | Stephan Bergmann |
2018-12-06 | Resolves: tdf#121942 action deactivated twice | Caolán McNamara |
2018-12-05 | tdf#121830 TogglePause should reset to original state on deactivate_st ? | Caolán McNamara |
2018-12-05 | loplugin:unnecessaryparen include more assignments | Noel Grandin |
2018-11-30 | loplugin:unusedmethods | Noel Grandin |
2018-11-30 | loplugin:singlevalfields | Noel Grandin |
2018-11-29 | tdf#42949 Fix IWYU warnings in include/vcl/[i-m]* | Gabor Kelemen |
2018-11-29 | Simplify containers iterations in slideshow, sot, starmath, stoc | Arkadiy Illarionov |
2018-11-29 | loplugin:stringconstant look for unnecessary OString constructor use | Noel Grandin |
2018-11-29 | remove unnecessary "if (!empty()" checks before loops | Noel Grandin |
2018-11-28 | slideshow: get unit tests to work again | Thorsten Behrens |
2018-11-24 | remove unused DocTreeNode::NodeType::Invalid | Noel Grandin |
2018-11-13 | loplugin singlevalfields improvement | Noel Grandin |
2018-11-11 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-11-10 | Replace deprecated boost::optional::reset(val) with operator = | Mike Kaganski |
2018-11-07 | loplugin:collapseif in sdext..svx | Noel Grandin |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-10-30 | loplugin:returnconstant | Noel Grandin |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-10-18 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-12 | coverity#1440239 Uncaught exception | Caolán McNamara |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-09 | loplugin:constfields in slideshow | Noel Grandin |
2018-09-28 | loplugin:unusedmethods | Noel Grandin |
2018-09-27 | loplugin:methodcycles more graph theory for the win | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-03 | tdf#119146: fix populating maCurrentSubsets | Mike Kaganski |
2018-08-27 | rename ENABLE_HEADLESS option to DISABLE_GUI | Noel Grandin |
2018-08-19 | Related: tdf#122166 require opengl >= 3.0 for slide transitions | Caolán McNamara |
2018-08-17 | Consolidate: basegfx::clamp -> o3tl::clamp | Stephan Bergmann |
2018-08-06 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-08-04 | Use more basegfx deg<->rad functions, instead of direct formulas | Mike Kaganski |
2018-07-31 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-27 | tdf#76436 initialize maStartInterpolationValue. | Mark Hung |
2018-07-04 | -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann |
2018-06-28 | tdf#102195: don't exclude everything between first and last subset | Mike Kaganski |
2018-06-05 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke |
2018-05-24 | Fix typo | Andrea Gelmini |
2018-05-17 | New o3tl::temporary to simplify calls of std::modf | Stephan Bergmann |
2018-05-17 | loplugin:redundantcast improvements for floating-integer conversions | Stephan Bergmann |
2018-04-28 | loplugin:countusersofdefaultparams | Noel Grandin |
2018-04-17 | Fix typos | Andrea Gelmini |
2018-04-15 | remove some unused comphelper includes | Jochen Nitschke |
2018-04-12 | hold MetaAction by rtl::Reference | Noel Grandin |
2018-04-09 | use more DBG_UNHANDLED_EXCEPTION | Noel Grandin |
2018-03-23 | loplugin:useuniqueptr in PluginSlideChange | Noel Grandin |