summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr
Commit message (Expand)AuthorAgeFilesLines
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-8/+2
* Fix typosAndrea Gelmini2015-06-301-1/+1
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-091-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* uno::Sequence provides now begin and endNoel Grandin2015-06-045-11/+8
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-291-1/+1
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-294-8/+8
* loplugin:loopvartoosmallNoel Grandin2015-05-293-3/+3
* tdf#91671 avoid use of already disposed controlDavid Tardon2015-05-281-1/+2
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-2/+2
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-262-2/+2
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-251-1/+1
* convert WINDOW_ZORDER constants to scoped enumNoel Grandin2015-05-253-7/+7
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-2/+2
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-1/+1
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1524-152/+20
* 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-121-2/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+2
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-2/+1
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-3/+3
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-104-6/+6
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-092-12/+4
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-042-4/+4
* Use typed MaybeFile LinkStephan Bergmann2015-04-301-1/+1
* Gradually typed LinkStephan Bergmann2015-04-308-19/+19
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2836-290/+409
|\
| * Fix a number of boost::unique_ptr errors.Michael Meeks2015-04-221-2/+2
| * extensions: convert new to ::Create.Michael Meeks2015-04-229-20/+20
| * sw: convert new to ::Create.Noel Grandin2015-04-171-1/+1
| * Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2015-04-176-10/+9
| * fix live children left behind at destroyNoel Grandin2015-04-161-1/+1
| * disposeAndClear in place of DELETEZ.Michael Meeks2015-04-111-1/+1
| * convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2015-04-101-3/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-103-6/+6
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-102-4/+4
| * cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-102-1/+6
| * re-insert erroneously converted delete calls.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-104-10/+10
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-101-5/+4
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-1/+1
| * cleanup Printer VclRef pieces.Michael Meeks2015-04-102-2/+2
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-104-6/+12
| * vclwidget: only call dispose() onceNoel Grandin2015-04-1011-13/+13
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-1/+1