Age | Commit message (Expand) | Author |
2018-01-27 | Fix typos | Andrea Gelmini |
2018-01-27 | Fix typos | Andrea Gelmini |
2018-01-27 | Fix typos | Andrea Gelmini |
2018-01-25 | tdf#115227 svtools: suppress UNO notifications for color selectors | Miklos Vajna |
2018-01-25 | Fix typos | Andrea Gelmini |
2018-01-23 | new loplugin: pointerbool | Noel Grandin |
2018-01-17 | loplugin:useuniqueptr in VCLXWindow | Noel Grandin |
2018-01-17 | loplugin:useuniqueptr in VCLXGraphics | Noel Grandin |
2018-01-15 | More loplugin:cstylecast: toolkit | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: toolkit | Stephan Bergmann |
2018-01-08 | toolkit: disable the UnitConversion test only on WNT | Michael Stahl |
2018-01-07 | disable toolkit unit conversion test for now | Markus Mohrhard |
2018-01-05 | toolkit: disable UnitConversion test for non-default resolution on WNT | Michael Stahl |
2018-01-05 | toolkit: convert UnitConversion test to C++ | Michael Stahl |
2018-01-04 | loplugin:unusedfields | Noel Grandin |
2017-12-19 | inline use-once typedefs | Noel Grandin |
2017-12-16 | clang-tidy modernize-use-equals-default in toolkit | Jochen Nitschke |
2017-12-13 | tools: reimplement SVLIBRARY macro & remove it from solar.h | Michael Stahl |
2017-12-13 | DELETEZ->std::unique_ptr in toolkit,unotools | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin |
2017-12-06 | Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx | Stephan Bergmann |
2017-11-30 | loplugin:unnecessaryparen: signed numeric literals | Stephan Bergmann |
2017-11-23 | Make loplugin:unnecessaryparen look through implicit | Stephan Bergmann |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-22 | Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all | Stephan Bergmann |
2017-11-21 | Fix typos | Andrea Gelmini |
2017-11-21 | Fix typos | Andrea Gelmini |
2017-11-18 | loplugin:flatten in toolkit..writerfilter | Noel Grandin |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-10-26 | vcl: make MapMode constructor explicit | Michael Stahl |
2017-10-24 | loplugin:includeform: toolkit (macOS) | Stephan Bergmann |
2017-10-23 | loplugin:includeform: toolkit | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-20 | loplugin:finalclasses in toolkit,tools | Noel Grandin |
2017-10-09 | Replace lists by vectors in controlmodelcontainerbase (toolkit) | Julien Nabet |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-27 | loplugin:flatten in toolkit..vbahelper | Noel Grandin |
2017-09-25 | Rename GetSelectEntryCount -> GetSelectedEntryCount | Samuel Mehrbrodt |
2017-09-21 | Rename GetSelectEntryPos -> GetSelectedEntryPos | Samuel Mehrbrodt |
2017-09-21 | Rename GetSelectEntry -> GetSelectedEntry | Samuel Mehrbrodt |
2017-09-14 | clang-tidy modernize-use-emplace in test..vbahelper | Noel Grandin |
2017-09-08 | loplugin:constantparam | Noel Grandin |
2017-09-04 | Translate German comments/debug strings (leftovers in dirs test to uui) | Johnny_M |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin |
2017-09-04 | new loplugin:redundantpointerops | Noel Grandin |
2017-09-04 | Translate one German variable name | Johnny_M |
2017-09-02 | support XSystemDependentWindowPeer for all toplevel windows | Caolán McNamara |
2017-08-31 | Bin fairly pointless default for parameter that was defaulted just once anyway | Tor Lillqvist |