Age | Commit message (Expand) | Author | Files | Lines |
2018-03-08 | loplugin:constantparam in svtools..unotools | Noel Grandin | 1 | -5/+3 |
2018-03-06 | Fix typos | Andrea Gelmini | 1 | -2/+2 |
2018-03-02 | Blind build fix for Android | Stephan Bergmann | 1 | -2/+2 |
2018-03-02 | iOS, added same limitations as MACOSX | jan Iversen | 1 | -2/+2 |
2018-03-02 | fix fuzzer build | Caolán McNamara | 1 | -0/+3 |
2018-03-01 | hook up gettext to native dialog | Caolán McNamara | 1 | -1/+5 |
2018-01-24 | loplugin:constparams | Noel Grandin | 1 | -2/+2 |
2018-01-22 | remove some sal_Bool remnants | Noel Grandin | 1 | -1/+1 |
2018-01-15 | More loplugin:cstylecast: unotools | Stephan Bergmann | 7 | -9/+9 |
2018-01-12 | More loplugin:cstylecast: unotools | Stephan Bergmann | 13 | -50/+50 |
2018-01-11 | loplugin:redundantcast: unotools | Stephan Bergmann | 1 | -2/+2 |
2018-01-11 | loplugin:useuniqueptr in tools,stoc,unotools | Noel Grandin | 3 | -26/+17 |
2018-01-08 | lokdialog: Few more places that need to take LOK's LanguageTag into account. | Jan Holesovsky | 1 | -0/+8 |
2018-01-05 | ofz#4952 avoid liblangtag config when fuzzing enabled | Caolán McNamara | 1 | -0/+2 |
2018-01-04 | loplugin:unusedfields | Noel Grandin | 1 | -2/+1 |
2018-01-03 | loplugin:singlevalfields improve copy constructor check | Noel Grandin | 1 | -14/+1 |
2017-12-24 | loplugin:passstuffbyref even more return improvements | Noel Grandin | 1 | -2/+2 |
2017-12-23 | ofz#4722 Integer-overflow | Caolán McNamara | 1 | -26/+39 |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin | 4 | -11/+11 |
2017-12-22 | unotools: don't go belly-up if temp dir is wrong or empty | Juergen Funk | 1 | -5/+10 |
2017-12-19 | Read some configuration items directly | Stephan Bergmann | 1 | -84/+10 |
2017-12-19 | Don't leak SvtSaveOptions instance through ItemHolder1::holdConfigItem | Stephan Bergmann | 2 | -8/+0 |
2017-12-19 | inline use-once typedefs | Noel Grandin | 1 | -3/+1 |
2017-12-19 | Read/write 'encrypt to self' bit | Katarina Behrens | 1 | -4/+46 |
2017-12-19 | Read/write preferred GPG signing/encryption keys | Katarina Behrens | 1 | -1/+5 |
2017-12-15 | Make temp copy of dbaccess/qa/unit/data/firebird_empty.odb for testing | Stephan Bergmann | 1 | -0/+9 |
2017-12-15 | Enable C++17 for clang-cl, too | Stephan Bergmann | 1 | -0/+2 |
2017-12-13 | DELETEZ->std::unique_ptr in toolkit,unotools | Noel Grandin | 1 | -10/+8 |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin | 1 | -1/+1 |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin | 1 | -2/+2 |
2017-12-06 | Work around latest Boost 1.65.1 still using deprecated std::auto_ptr | Stephan Bergmann | 1 | -0/+8 |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin | 1 | -10/+10 |
2017-11-22 | drop duplicate method | Caolán McNamara | 2 | -2/+2 |
2017-11-13 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-11-09 | rename AvoidConfig to Fuzzing | Caolán McNamara | 9 | -15/+15 |
2017-11-08 | speed up fuzzers a little | Caolán McNamara | 1 | -0/+5 |
2017-11-06 | CharClass: simplify methods a little | Mike Kaganski | 1 | -54/+18 |
2017-11-05 | Replace lists by vectors in configmgr/unotools | Julien Nabet | 2 | -36/+12 |
2017-10-27 | LocaleDataWrapper::stringToDouble() w/ decimalSeparatorAlternative, tdf#81671 | Eike Rathke | 1 | -0/+41 |
2017-10-27 | Add LocaleDataWrapper::getNumDecimalSepAlt(), tdf#81671 | Eike Rathke | 1 | -1/+4 |
2017-10-27 | Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671 | Eike Rathke | 1 | -3/+3 |
2017-10-27 | Supersede with XLocaleData5, LocaleData2, tdf#81671 | Eike Rathke | 1 | -3/+3 |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin | 10 | -27/+27 |
2017-10-23 | loplugin:includeform: unotools | Stephan Bergmann | 5 | -10/+10 |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin | 8 | -10/+10 |
2017-10-13 | tdf#110742 add support for icon themes via extension manager | Caolán McNamara | 1 | -1/+10 |
2017-10-06 | Revert "remove handing of deprecated Storage path option" | Noel Grandin | 1 | -1/+17 |
2017-10-05 | loplugin:finalclasses in unotools..vbahelper | Noel Grandin | 1 | -2/+1 |
2017-10-05 | remove handing of deprecated Storage path option | Jochen Nitschke | 1 | -17/+1 |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin | 11 | -102/+84 |