summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-05-14first condition is always trueCaolán McNamara1-22/+20
2015-05-14cppcheck: variableScopeCaolán McNamara1-1/+2
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin3-4/+4
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin2-2/+2
2015-05-13tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.Michael Meeks1-26/+22
2015-05-13Slightly darken default workspace again to be easier on the eyesAdolfo Jayme Barrientos1-1/+1
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2-5/+5
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-12/+12
2015-05-13convert FRAME_HIGHLIGHT constants to scoped enumNoel Grandin1-4/+4
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-05-13fix crasher in ValueSetTomaž Vajngerl1-2/+6
2015-05-13refactor ToolBarMenu to use RenderContextTomaž Vajngerl1-169/+143
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-12svtools: hold strong VclPtr references for global state.Michael Meeks1-3/+2
2015-05-12fix buildCaolán McNamara1-2/+9
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks7-22/+18
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-12cleanup SvHeaderTabListBoxTomaž Vajngerl1-50/+6
2015-05-12cleanup SvSimpleTableTomaž Vajngerl1-10/+10
2015-05-11crash in numbering on/off->more numberingCaolán McNamara1-0/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks7-11/+13
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks7-13/+11
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin13-35/+36
2015-05-11tdf#91138 - hold reference until idle dispose.Michael Meeks1-11/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks11-41/+29
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann8-42/+42
2015-05-11refactor ToolPanelDrawer to use RenderContextTomaž Vajngerl2-42/+29
2015-05-11refactor PanelTabBar to use RenderContextTomaž Vajngerl1-114/+110
2015-05-11refactor TableControl to use RenderContextTomaž Vajngerl5-214/+169
2015-05-11refactor SvResizeWindow to use RenderContextTomaž Vajngerl2-37/+52
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl1-280/+288
2015-05-11refactor TabBar to use RenderContextTomaž Vajngerl1-265/+246
2015-05-11refactor Ruler to use RenderContextTomaž Vajngerl1-297/+293
2015-05-11refactor Roadmap to use RenderContext, some cleanupTomaž Vajngerl2-98/+91
2015-05-11remove whitespace, decrease indent level, cleanupTomaž Vajngerl1-635/+605
2015-05-11remove whitespaceTomaž Vajngerl1-98/+0
2015-05-11refactor HeadBar to use RenderContextTomaž Vajngerl1-208/+178
2015-05-11refactor "Calendar" control to use RenderContextTomaž Vajngerl1-227/+229
2015-05-11remove whitespaceTomaž Vajngerl1-150/+0
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl5-266/+272
2015-05-11refactor BrowseBox, IconChoice to use RenderContextTomaž Vajngerl6-359/+209
2015-05-11refactor svtools - BrowseBox to use RenderContextTomaž Vajngerl1-40/+35
2015-05-10SvtMatchContext_Impl::pBox is never assigned to...Stephan Bergmann1-1/+0
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2-2/+2
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann2-4/+4
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2-7/+7
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann8-8/+8
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann7-44/+42