summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* convert SWIB constants to scoped enumNoel Grandin2015-05-212-4/+4
* 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
* loplugin:vclwidgets (best guess)Stephan Bergmann2015-04-281-7/+4
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2887-658/+1241
|\
| * Fix a number of boost::unique_ptr errors.Michael Meeks2015-04-221-2/+2
| * extensions: convert new to ::Create.Michael Meeks2015-04-2217-34/+33
| * dbaccess: convert new to ::Create.Michael Meeks2015-04-208-28/+27
| * sw: convert new to ::Create.Noel Grandin2015-04-171-1/+1
| * Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2015-04-1710-16/+15
| * fix live children left behind at destroyNoel Grandin2015-04-161-1/+1
| * disposeAndClear in place of DELETEZ.Michael Meeks2015-04-111-1/+1
| * Misc. other fixing.Michael Meeks2015-04-101-1/+1
| * Lots more small re-basing issues fixed.Michael Meeks2015-04-101-2/+2