Age | Commit message (Expand) | Author |
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-03 | loplugin:oncevar (clang-cl): winaccessibility | Stephan Bergmann |
2017-05-11 | Clean up uses of SAL_U/SAL_W: winaccessibility | Stephan Bergmann |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | 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-02 | Fix typos | Andrea Gelmini |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-12-16 | loplugin:unnecessaryoverride (clang-cl) | Stephan Bergmann |
2016-11-11 | loplugin:vclwidgets | Stephan Bergmann |
2016-10-15 | clang-cl loplugin: winaccessibility | Stephan Bergmann |
2016-08-25 | -Werror,-Wnonportable-include-path (clang-cl) | Stephan Bergmann |
2016-05-25 | Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only) | Stephan Bergmann |
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-03-04 | Silence -Werror,-Wnon-virtual-dtor in generated UAccCOM.h (clang-cl) | Stephan Bergmann |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-26 | -Werror,-Wsign-compare (clang-cl) | Stephan Bergmann |
2016-01-26 | -Werror,-Wunused-parameter (clang-cl) | Stephan Bergmann |
2015-11-28 | Silence clang-cl -Wextra-tokens in midl-generated code | Stephan Bergmann |
2015-11-28 | -Werror,-Wmicrosoft-exception-spec | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-24 | com::sun::star->css in winaccessibility/ | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-19 | Fix typos | Andrea Gelmini |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-22 | presumably this will fix the mismatch of the service names | Caolán McNamara |
2015-03-13 | Typos for description | Julien Nabet |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-06 | fdo#81264 Accessiblitiy focus not tracked for cells in Calc | Niklas Johansson |
2014-10-29 | ref-counting vcl::Window subclasses | Noel Grandin |
2014-10-17 | fdo#74441 [Accessiblity] Don't expose 0 for empty cells in Calc | Niklas Johansson |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-08-13 | WaE: C4245: 'argument' : conversion from 'int' to 'unsigned short' | Tor Lillqvist |
2014-08-13 | warning C4189: local variable is initialized but not referenced | Thomas Arnhold |
2014-08-13 | warning C4189: local variable is initialized but not referenced | Thomas Arnhold |
2014-08-13 | warning C4189: local variable is initialized but not referenced | Thomas Arnhold |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-27 | css already means ::com::sun::star | Thomas Arnhold |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | catch exception by const ref | Takeshi Abe |