summaryrefslogtreecommitdiff
path: root/svtools/source/control
AgeCommit message (Expand)Author
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl
2015-05-11refactor TabBar to use RenderContextTomaž Vajngerl
2015-05-11refactor Ruler to use RenderContextTomaž Vajngerl
2015-05-11refactor Roadmap to use RenderContext, some cleanupTomaž Vajngerl
2015-05-11remove whitespace, decrease indent level, cleanupTomaž Vajngerl
2015-05-11remove whitespaceTomaž Vajngerl
2015-05-11refactor HeadBar to use RenderContextTomaž Vajngerl
2015-05-11refactor "Calendar" control to use RenderContextTomaž Vajngerl
2015-05-11remove whitespaceTomaž Vajngerl
2015-05-10SvtMatchContext_Impl::pBox is never assigned to...Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-09VclPtr: fix crash on loading kde86727-1.htmlCaolán McNamara
2015-05-08tdf#91157 svtools: fix missing dispose in RoadmapItem causing MM crashMiklos Vajna
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)Stephan Bergmann
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22convert FCT_ constants to scoped enumNoel Grandin
2015-04-22convert SCRWIN_ constants to scoped enumNoel Grandin
2015-04-22remove RULER_SCROLL constants, unusedNoel Grandin
2015-04-22convert HIB_ constants to scoped enumNoel Grandin
2015-04-22convert FILECTRL_ constants to scoped enumNoel Grandin
2015-04-22convert FILECTRL_ constant to scoped enumNoel Grandin
2015-04-22convert FONTLIST_FONTNAMETYPE constants to scoped enumNoel Grandin
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vcl cleanup post re-base.Michael Meeks
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10mend misc. lifecycle breakage.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin