Age | Commit message (Expand) | Author |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann |
2015-05-08 | std::ptr_fun became deprecated since C++11 | Takeshi Abe |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-02 | Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. | Michael Meeks |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
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-28 | Rephrase comparisons between bool and sal_Bool | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-21 | Get rid of trivial comphelper::query_interface wrapper | Stephan Bergmann |
2015-04-21 | Get rid of trivial comphelper::in-/decrement wrappers | Stephan Bergmann |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-16 | drawinglayer, editeng, forms, fpicker: convert new to ::Create. | Michael Meeks |
2015-04-16 | fix live children left behind at destroy | Noel Grandin |
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 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | cure a lot of unfortunate ScopedVclPtrs. | Michael Meeks |
2015-04-10 | re-insert erroneously converted delete calls. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | basctl, forms, svx: cleanup for new VclPtr API. | Michael Meeks |
2015-04-10 | cleanup Printer VclRef pieces. | Michael Meeks |
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 forms | Noel Grandin |
2015-04-07 | Remove dead INetProtocol::Vim | Stephan Bergmann |
2015-04-06 | unused ODatabaseForm::Create | Caolán McNamara |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-29 | Clean up remaining C-style casts among void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-28 | forms: Replace these macros | Matúš Kukan |
2015-03-28 | forms: More unused services related stuff | Matúš Kukan |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-25 | convert EE_STAT constants to enum class | Noel Grandin |
2015-03-25 | convert EV_CNTRL constants to enum class | Noel Grandin |
2015-03-25 | convert EE_CNTRL constants to enum class | Noel Grandin |
2015-03-24 | loplugin:constantfunction: forms | Noel Grandin |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |