Age | Commit message (Expand) | Author |
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 |
2017-08-30 | nothing is reading the futilely set WB_AUTOSIZE bit | Caolán McNamara |
2017-08-25 | Drop gratuitous initial :: from comphelper::ProfileZone | Tor Lillqvist |
2017-08-23 | convert message box style bits to scoped enum | Noel Grandin |
2017-08-18 | Fix typos | Andrea Gelmini |
2017-08-18 | loplugin:unnecessaryparen | Noel Grandin |
2017-08-17 | Fix typos | Andrea Gelmini |
2017-08-17 | remove UL/L suffixes from integer constants in initialiser/call expressions | Noel Grandin |
2017-08-16 | tdf#39468 Translate German comments/terms | Jens Carl |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-08-10 | tdf#39468: Translate some german comments | Christian Barth |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin |
2017-07-28 | loplugin:constparams handle constructors | Noel Grandin |
2017-07-22 | loplugin:unusedfields in basctl..connectivity | Noel Grandin |
2017-07-20 | remove some "optimisation" insanity in ScriptEventContainer | Noel Grandin |
2017-07-18 | loplugin:constparams in toolkit,ucb,xmlhelp | Noel Grandin |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-07-07 | fix compile error due to missing include<functional> | Dennis Francis |
2017-07-07 | C++11 remove std::binary_function bases from functors | Jochen Nitschke |
2017-07-06 | use more begin()/end() for Sequence | Noel Grandin |
2017-07-06 | loplugin unnecessaryparan improvements | Noel Grandin |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-07-02 | loplugin:casttovoid: toolkit | Stephan Bergmann |
2017-06-30 | loplugin:unusedfields in toolkit..xmloff | Noel Grandin |
2017-06-28 | loplugin:oncevar in test..tools | Noel Grandin |
2017-06-24 | std::unordered_map can erase an element by given key, if any | Takeshi Abe |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-16 | Profiling API: add ProfileZones | László Németh |
2017-06-15 | comphelper: add a profiling API | László Németh |
2017-06-14 | use more SAL_N_ELEMENTS part 1 | Noel Grandin |