summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
AgeCommit message (Expand)Author
2015-05-29tdf#91677 fix invidsible menu in BaseTomaž Vajngerl
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin
2015-05-28fix highlight rendering for iconview with more effective clippingTomaž Vajngerl
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl
2015-05-26loplugin: unnecessarysuperclass merge HashedEntryList into NameTranslationListNoel Grandin
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-24callcatcher: update unused codeCaolán McNamara
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-21svtools: simplify code by replacing std::find_if with std::any_ofTakeshi Abe
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
2015-05-13tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.Michael Meeks
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-13convert FRAME_HIGHLIGHT constants to scoped enumNoel Grandin
2015-05-12svtools: hold strong VclPtr references for global state.Michael Meeks
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-12cleanup SvHeaderTabListBoxTomaž Vajngerl
2015-05-12cleanup SvSimpleTableTomaž Vajngerl
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
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-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-11refactor BrowseBox, IconChoice to use RenderContextTomaž Vajngerl
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
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-05-02Audit LoseFocus - basctl, cui, dbaccess.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29redundant castCaolán McNamara
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl