Age | Commit message (Expand) | Author |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-05 | loplugin:countusersofdefaultparams | Noel Grandin |
2016-08-08 | loplugin:unnecessaryvirtual | Noel Grandin |
2016-06-02 | remove wrong comment | Jochen Nitschke |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-03-17 | loplugin:constantparam in svtools | Noel Grandin |
2016-03-01 | loplugin:unuseddefaultparam in svtools | Noel Grandin |
2016-02-09 | Formatting changes across all modules | Chris Sherlock |
2016-01-13 | loplugin:unusedmethods unused return value in include/svtools | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-04 | convert Link<> to typed | Noel Grandin |
2015-08-31 | convert Link<> to typed | Noel Grandin |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-14 | loplugin:unusedmethods svtools | Noel Grandin |
2015-05-28 | Resolves: tdf#91673 wrong bit mask for BrowserMode | Caolán McNamara |
2015-05-27 | convert WINDOW_DRAW flags to scoped enum | Noel Grandin |
2015-05-11 | refactor BrowseBox, IconChoice to use RenderContext | Tomaž Vajngerl |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-22 | convert HIB_ constants to scoped enum | Noel Grandin |
2015-04-22 | convert BROWSER_ constants to scoped enum | Noel Grandin |
2015-04-17 | svtools: convert new to ::Create. | Noel Grandin |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | svtools: apply vcl::window refcounting changes | Noel Grandin |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-19 | loplugin:constantfunction: svtools | Noel Grandin |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2014-11-25 | Remove ptr_deque.hpp header include from vcl/outdev.hxx. | Kohei Yoshida |
2014-09-29 | svtools: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-26 | Resolves: fdo#83943 avoid infinite recursion | Caolán McNamara |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-12 | fdo#39468: Translated German to English | Jennifer Liebel |
2014-05-13 | BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun] | Matúš Kukan |
2014-05-01 | Many spelling fixes: directories r* - z*. | Pedro Giffuni |
2014-04-03 | Typo: colum->column | Julien Nabet |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-24 | svtools: sal_Bool->bool | Noel Grandin |
2014-03-24 | svtools: sal_Bool->bool | Noel Grandin |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-25 | BrowseBox::bHideCursor misuses sal_Bool for TriState | Stephan Bergmann |
2013-12-22 | Fix other typos | Julien Nabet |
2013-11-09 | fdo#65108 inter-module includes <> include/svtools | Norbert Thiebaud |