summaryrefslogtreecommitdiff
path: root/extensions/source
AgeCommit message (Expand)AuthorFilesLines
2016-02-06do not include boost/utility.hppMichael Stahl1-1/+1
2016-02-06remove some unnecessary typedefs to pointerNoel Grandin2-4/+4
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe9-38/+36
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin2-4/+2
2016-02-06cppcheck:redundantAssignmentNoel Grandin1-3/+2
2016-02-05loplugin:unnecessaryvirtualsNoel Grandin1-1/+1
2016-02-05convert SCROLL constants to scoped enumNoel Grandin1-2/+2
2016-02-05convert INVALIDATE constants to scoped enumNoel Grandin2-2/+2
2016-02-05convert WINDOW_ZORDER constants to scoped enumNoel Grandin3-7/+7
2016-02-05convert SHOW constants to scoped enumNoel Grandin1-2/+2
2016-02-05convert SWIB constants to scoped enumNoel Grandin2-4/+4
2016-01-04tdf#96368: Address book wizard with no selection returns EvolutionJulien Nabet1-1/+1
2015-12-10tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann3-4/+20
2015-10-15ERROR ITMS-90511: CFBundleIdentifier CollisionAndras Timar1-2/+2
2015-08-06tdf#92611 - unwind UNO lifecycle snafu.Michael Meeks3-7/+10
2015-08-06more untranslatable UI stringsAndras Timar1-4/+4
2015-08-06gcc4.6: remove trigraph sequences '<::'Thorsten Behrens1-2/+2
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+2
2015-05-29convert POINTER constants to scoped enumNoel Grandin1-2/+2
2015-05-29Fix Windows 64-bit buildStephan Bergmann1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-28tdf#91671 avoid use of already disposed controlDavid Tardon1-1/+2
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2-2/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin2-5/+5
2015-05-18loplugin:staticmethodsStephan Bergmann1-27/+30
2015-05-18refactor scanner ext. to use RenderContextTomaž Vajngerl2-117/+132
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini75-508/+30
2015-05-14tdf#91240 - cope with state-change after dispose and dispose fixedtext.Michael Meeks2-20/+2
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks2-3/+2
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2-2/+3
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks2-3/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-3/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann11-14/+14
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann4-6/+6
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks4-17/+8
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-0/+1
2015-05-08Clean up checks of sal_Bool valuesStephan Bergmann1-2/+2
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2-3/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann5-11/+6
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-4/+2
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2-4/+4