Age | Commit message (Expand) | Author |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-29 | com::sun::star->css in sd | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-06 | tdf#94559: 4th step to remove rtti.hxx | Oliver Specht |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-22 | convert Link<> to typed | Noel Grandin |
2015-09-21 | convert Link<> to typed | Noel Grandin |
2015-09-20 | convert Link<> to typed | Noel Grandin |
2015-09-17 | convert Link<> to typed | Noel Grandin |
2015-09-17 | convert Link<> to typed | Noel Grandin |
2015-09-17 | convert Link<> to typed | Noel Grandin |
2015-08-28 | make PostUserEvent Link<> typed | Noel Grandin |
2015-08-20 | loplugin:defaultparams | Noel Grandin |
2015-07-16 | loplugin:unusedmethods svx(part2) | Noel Grandin |
2015-07-07 | Fix some misspellings | Tor Lillqvist |
2015-06-30 | Fix typos | Andrea Gelmini |
2015-06-29 | coverity#1308577 Uncaught exception | Caolán McNamara |
2015-06-29 | coverity#1308574 Uncaught exception | Caolán McNamara |
2015-06-29 | coverity#1308571 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308551 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308545 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308544 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308536 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308533 Uncaught exception | Caolán McNamara |
2015-06-17 | Some missing SolarMutexGuard around VclPtr acquire/release | Stephan Bergmann |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-15 | tdf#62475: partial handmade fixes | Andrea Gelmini |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-22 | Remove some deprecated AccessibleShapeTreeInfo member functions | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-03-10 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-02 | callcatcher: remove some unused methods | Caolán McNamara |
2014-11-14 | more catch by reference | Caolán McNamara |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | fix build on older compilers | Noel Grandin |
2014-11-12 | loplugin: cstylecast | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-01 | sd: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-25 | editeng: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-24 | Replace some std::auto_ptr function parameters with std::unique_ptr | Stephan Bergmann |
2014-09-23 | Fix build breakages with gcc 4.7. It doesn't like '<::'. | Kohei Yoshida |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |