Age | Commit message (Expand) | Author |
2015-09-11 | convert Link<> to typed | Noel Grandin |
2015-09-08 | convert Link<> to typed | Noel Grandin |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-26 | Convert vcl Button Link<> click handler to typed Link<Button*,void> | Noel Grandin |
2015-08-23 | can replace sequence with simple array here | Caolán McNamara |
2015-08-03 | inline some use-once typedefs | Noel Grandin |
2015-07-21 | Miscellaneous typos | Adolfo Jayme Barrientos |
2015-07-17 | formatting of public/private/protected section qualifiers | Noel Grandin |
2015-07-17 | loplugin:unusedmethods xmlsecurity | Noel Grandin |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-30 | Fix typos | Andrea Gelmini |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-22 | Fix typos | Andrea Gelmini |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-07 | Remove include stdio (part7) | Julien Nabet |
2015-06-06 | Apply new VclPtr clang plugin to catch potential problems. | Noel Grandin |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-29 | tdf#91702 - fix stack-based MessBox allocation. | Michael Meeks |
2015-05-20 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-20 | convert DEFAULTCONSTANT constant to scoped enum | Noel Grandin |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-07 | Remove SvStorage alias | Stephan Bergmann |
2015-05-06 | convert DEFAULTFONT_ constants to scoped enum | Noel Grandin |
2015-05-04 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | Clean up odd sal::static_int_cast<sal_Bool> uses | Stephan Bergmann |
2015-04-16 | UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. | Michael Meeks |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:redundantcast: redundant const_cast followed by implicit upcast | Stephan Bergmann |
2015-04-10 | Manual cleanup of misc. issues. | Michael Meeks |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | second half of non-scriptable, Instance constructor conversion. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | vclwidget: check for calling delete on subclasses of vcl::Window | Noel Grandin |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | Audit and correct misc. clears -> disposeAndClears. | Michael Meeks |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in xmlsecurity | Noel Grandin |
2015-04-09 | loplugin:staticmethods | Noel Grandin |