summaryrefslogtreecommitdiffstats
path: root/extensions/source
Commit message (Expand)AuthorAgeFilesLines
* ERROR ITMS-90511: CFBundleIdentifier CollisionAndras Timar2015-10-151-2/+2
* tdf#92611 - unwind UNO lifecycle snafu.Michael Meeks2015-08-063-7/+10
* more untranslatable UI stringsAndras Timar2015-08-061-4/+4
* gcc4.6: remove trigraph sequences '<::'Thorsten Behrens2015-08-061-2/+2
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-08-061-2/+2
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-08-061-1/+1
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-291-1/+2
* convert POINTER constants to scoped enumNoel Grandin2015-05-291-2/+2
* Fix Windows 64-bit buildStephan Bergmann2015-05-291-1/+1
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-282-2/+2
* tdf#91671 avoid use of already disposed controlDavid Tardon2015-05-281-1/+2
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-262-2/+2
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-202-5/+5
* loplugin:staticmethodsStephan Bergmann2015-05-181-27/+30
* refactor scanner ext. to use RenderContextTomaž Vajngerl2015-05-182-117/+132
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1575-508/+30
* tdf#91240 - cope with state-change after dispose and dispose fixedtext.Michael Meeks2015-05-142-20/+2
* convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2015-05-131-1/+1
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-122-3/+2
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-112-2/+3
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-112-3/+2
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-3/+3
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-1011-14/+14
* No more need for EMPTYARG in C++11Stephan Bergmann2015-05-101-1/+1
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-104-6/+6
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-094-17/+8
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-0/+1
* Clean up checks of sal_Bool valuesStephan Bergmann2015-05-081-2/+2
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-061-1/+1
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-062-3/+2
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-055-11/+6
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-4/+2
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-042-4/+4
* these are static all the way downCaolán McNamara2015-05-011-17/+2
* another attempt to get coverity to parse thisCaolán McNamara2015-05-011-2/+4
* reorg this template to see if coverity can parse thenCaolán McNamara2015-04-302-137/+65
* Use typed MaybeFile LinkStephan Bergmann2015-04-301-1/+1
* Gradually typed LinkStephan Bergmann2015-04-3019-42/+42
* Get rid of initial :: for the svx namespaceTor Lillqvist2015-04-302-2/+2
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-303-3/+3
* Clean up tools/link.hxxStephan Bergmann2015-04-292-0/+3
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-292-2/+2
* redundant castCaolán McNamara2015-04-291-1/+1
* convert WZB_ constants to scoped enumNoel Grandin2015-04-298-32/+32
* Also add RenderContext parameter to updatecheckuiTomaž Vajngerl2015-04-291-2/+2
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-292-4/+4
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-291-4/+2
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-292-4/+4
* extensions: fix GCC-4.7 buildMiklos Vajna2015-04-282-2/+2