summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* coverity#1298898 coverity seems a little confused hereCaolán McNamara2015-05-201-1/+1
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-201-1/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-1/+1
* basic: used typed LINKsNoel Grandin2015-05-192-3/+3
* cppunit: noExplicitConstructorCaolán McNamara2015-05-189-21/+44
* basctl: Use typed LinksNoel Grandin2015-05-185-15/+11
* callcatcher: update unused codeCaolán McNamara2015-05-182-24/+0
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-182-2/+3
* tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks2015-05-158-24/+36
* tdf#91239 - add missing disposeAndClear logic for basctl.Julien Nabet2015-05-151-0/+6
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-156-29/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-143-10/+10
* convert QUICKHELP constants to scoped enumNoel Grandin2015-05-141-1/+1
* refactor "basctl" classes to use RenderContextTomaž Vajngerl2015-05-149-239/+155
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-123-5/+3
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-113-3/+5
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-113-5/+3
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-113-10/+10
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* refactor TreeListBox to use RenderContextTomaž Vajngerl2015-05-111-16/+11
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-103-3/+3
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-2/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-093-3/+6
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-084-4/+5
* convert BUTTONDIALOG constants to scoped enumNoel Grandin2015-05-071-7/+7
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-0/+1
* refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl2015-05-071-3/+3
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-061-1/+1
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-054-7/+4
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-052-3/+2
* Gradually typed LinkStephan Bergmann2015-04-303-9/+9
* coverity#1296211 pCurWin == pNewWin at this pointCaolán McNamara2015-04-291-1/+1
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-297-35/+12
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* convert SDRSEARCH_ constants to scoped enumNoel Grandin2015-04-292-2/+2
* convert LANG_LIST constants to scoped enumNoel Grandin2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-297-16/+16
* basctl: fix GCC-4.7 buildMiklos Vajna2015-04-281-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2844-495/+859
|\
| * svx: convert new to ::Create.Noel Grandin2015-04-172-2/+2
| * basctl, basic: convert new to ::Create.Michael Meeks2015-04-1710-36/+36
| * make CreateItemWindow return a VclPtr<>.Michael Meeks2015-04-162-6/+6
| * calling static member function through member call syntaxNoel Grandin2015-04-141-1/+1
| * Explicit disposeOnce instead of transient wrappers.Michael Meeks2015-04-131-1/+1
| * More lifecycle correction.Michael Meeks2015-04-131-1/+1
| * VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks2015-04-101-3/+2
| * Misc. other fixing.Michael Meeks2015-04-101-1/+1
| * Lost more cleanup and fixing post re-basing.Michael Meeks2015-04-102-5/+2
| * dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin2015-04-101-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-1011-23/+23