Age | Commit message (Expand) | Author |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen |
2018-12-17 | tdf#122152 set dialog parent | Caolán McNamara |
2018-12-10 | tdf#42949 Fix IWYU warnings in include/vcl/s* | Gabor Kelemen |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-05 | remove unused SvLockBytesStatFlag enum | Noel Grandin |
2018-11-26 | drop some unnecessary includes | Caolán McNamara |
2018-11-22 | --enable-dbgutil --disable-assert-always-abort fixes | Stephan Bergmann |
2018-11-21 | improve function-local statics in forms..reportdesign | Noel Grandin |
2018-11-21 | loplugin:redundantfcast improvements | Noel Grandin |
2018-11-21 | tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* | Gabor Kelemen |
2018-11-19 | tdf#42949 Fix IWYU warnings in include/vcl/[ab]* | Gabor Kelemen |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-11-10 | Replace deprecated boost::optional::reset(val) with operator = | Mike Kaganski |
2018-11-09 | Fix many Java subsequentcheck test by using JUH | Jan-Marek Glogowski |
2018-11-09 | Simplify and fix Java UNO API test makefiles | Jan-Marek Glogowski |
2018-11-07 | move SvTreeListBox to vcl | Caolán McNamara |
2018-11-06 | tdf#121188 form controls should have InputRequired false by default | Lionel Elie Mamane |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-10-26 | use unique_ptr when Clone()'ing PoolItems | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-23 | clang-tidy performance-unnecessary-copy-init in editeng..i18npool | Noel Grandin |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-10-17 | tdf#42949 Fix IWYU warnings in include/tools/* | Gabor Kelemen |
2018-10-17 | loplugin:staticvar in editeng..framework | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-15 | add SvStream::TellEnd | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-08 | tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* | Gabor Kelemen |
2018-10-06 | weld ImpSWFDialog | Caolán McNamara |
2018-09-24 | tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* | Gabor Kelemen |
2018-09-20 | Replace SAL_OVERRIDE with override in internal code | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-12 | loplugin:useuniqueptr in ODatabaseForm::GetDataMultiPartEncoded | Noel Grandin |
2018-09-10 | tdf#42949 Fix IWYU warnings in include/cppuhelper/* | Gabor Kelemen |
2018-09-08 | loplugin:simplifyconstruct in filter..framework | Noel Grandin |
2018-09-08 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-30 | no need to allocate a new string in parseDuration | Noel Grandin |
2018-08-29 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-29 | new loplugin:oustringbuffer | Noel Grandin |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-08-13 | loplugin:returnconstant in forms..fpicker | Noel Grandin |
2018-08-02 | loplugin:stringloop in various | Noel Grandin |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-20 | Fix typos | Andrea Gelmini |
2018-07-10 | pass SvStream around by std::unique_ptr | Noel Grandin |
2018-06-29 | Improved loplugin:redundantcast (const-qualified typedefs): forms | Stephan Bergmann |
2018-06-21 | Fix typo | Andrea Gelmini |
2018-06-21 | loplugin:useuniqueptr in OClickableImageBaseModel | Noel Grandin |