Age | Commit message (Expand) | Author |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-10-03 | Replace more reinterpret_cast with SAL_W/SAL_U | Mike Kaganski |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski |
2017-09-25 | Fix typos | Andrea Gelmini |
2017-09-22 | Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVC | Stephan Bergmann |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-08-31 | loplugin:constparams: winaccessibility (clang-cl) | Stephan Bergmann |
2017-08-17 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin |
2017-08-17 | remove UL/L suffixes from integer constants in initialiser/call expressions | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-17 | loplugin:unnecessaryparen: winaccessibility (clang-cl) | Stephan Bergmann |
2017-07-11 | simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) | Noel Grandin |
2017-07-03 | loplugin:oncevar (clang-cl): winaccessibility | Stephan Bergmann |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-05-11 | Clean up uses of SAL_U/SAL_W: winaccessibility | Stephan Bergmann |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-06 | Use OUString function variants that take a (narrow) string literal | Stephan Bergmann |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-04-04 | loplugin:redundantcast (clang-cl) | Stephan Bergmann |
2017-04-04 | loplugin:redundantinline (clang-cl) | Stephan Bergmann |
2017-04-03 | use actual UNO enums in vcl..xmlsecurity | Noel Grandin |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-15 | loplugin:unncessaryoverride (clang-cl) | Stephan Bergmann |
2017-03-11 | Fix typos | Andrea Gelmini |
2017-03-11 | Fix (German?) spelling mistakes in comments: s/save/safe (the adjective) | Tor Lillqvist |
2017-03-06 | drop various _MSC_VER < 1900 conditionals | Caolán McNamara |
2017-03-02 | Fix typos | Andrea Gelmini |
2017-02-12 | Typo: (De)SelectMutipleChidren->(De)SelectMultipleChidren | Julien Nabet |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-11 | loplugin:externvar (clang-cl) | Stephan Bergmann |
2017-01-06 | loplugin:salbool | Stephan Bergmann |
2016-12-16 | loplugin:unnecessaryoverride (clang-cl) | Stephan Bergmann |
2016-11-11 | loplugin:vclwidgets | Stephan Bergmann |
2016-11-08 | typo fix: ressource -> resource | Andras Timar |
2016-10-15 | clang-cl loplugin: winaccessibility | Stephan Bergmann |
2016-10-14 | Fix GetMnemonicChar | Stephan Bergmann |
2016-10-11 | cppcheck: uninitMemberVar | Jochen Nitschke |
2016-10-10 | cppcheck: variableScope | Jochen Nitschke |
2016-10-02 | cppcheck invalidPrintfArgType | Jochen Nitschke |
2016-08-25 | -Werror,-Wnonportable-include-path (clang-cl) | Stephan Bergmann |
2016-05-25 | SAL_FALLTRHOUGH in Windows-only code | Stephan Bergmann |
2016-05-25 | Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only) | Stephan Bergmann |
2016-05-25 | Harmless missing break | Stephan Bergmann |
2016-05-24 | remove unused struct member | Jochen Nitschke |
2016-05-19 | Resolve: "TODO(Q1): Make GetSystemData method virtual" | Caolán McNamara |
2016-05-19 | rename to two GetSystemData methods to find all call-sites | Caolán McNamara |
2016-05-16 | Fix typos | Andrea Gelmini |
2016-05-04 | Fix Windows-only code, part 5 | Stephan Bergmann |
2016-05-04 | Fix Windows-only code, part 4 | Stephan Bergmann |