summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-10toolkit: more VclPtr pieces.Michael Meeks5-69/+69
2015-04-10toolkit: more cleanup.Michael Meeks1-105/+99
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks11-199/+169
2015-04-10vclptr: move down impl. to OutputDeviceMichael Meeks4-34/+51
2015-04-10add some more helpful paranoia to disposeOnce.Michael Meeks1-0/+7
2015-04-10convert a problematic array to VclPtr.Michael Meeks2-7/+6
2015-04-10converting in-line member to VclPtr needs a disposeAndClear in destructor.Michael Meeks1-0/+1
2015-04-10boost references are unhealty for VclPtr.Michael Meeks1-1/+1
2015-04-10vcl: fix lifecycle test to disposeOnce.Michael Meeks1-5/+5
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin16-72/+68
2015-04-10vclwidget: call disposeOnce from VclPtr::disposeAndClearNoel Grandin2-11/+8
2015-04-10vclwidget: only call dispose() onceNoel Grandin785-1168/+1234
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks143-322/+332
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1576-10073/+20932
2015-04-09prophylactic double dispose audit.Michael Meeks75-150/+317
2015-04-09Double dispose protection.Michael Meeks5-2/+8
2015-04-09calc: double dispose issue.Michael Meeks1-0/+3
2015-04-09more double dispose protection.Michael Meeks2-0/+5
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks18-3/+101
2015-04-09sw: more double dispose work.Michael Meeks7-3/+32
2015-04-09dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks5-13/+13
2015-04-09dbaccess: protection against double disposes.Michael Meeks2-20/+36
2015-04-09vcl: more double dispose protection.Michael Meeks3-5/+11
2015-04-09more double dispose protection.Michael Meeks4-6/+14
2015-04-09vclref: protect vs. double disposes.Michael Meeks2-3/+13
2015-04-09vcl: new lifecycle test.Michael Meeks1-0/+23
2015-04-09vcl lifecycle: delete children in dispose.Michael Meeks2-0/+7
2015-04-09vcl: add assert and improve lifecycle test.Michael Meeks2-0/+5
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks5-19/+28
2015-04-09vcl: don't emit events on disposed objects & handle some method calls.Michael Meeks2-19/+24
2015-04-09protect against double dispose.Michael Meeks1-2/+6
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks8-16/+39
2015-04-09vcl:fixes towards unit test happinessNoel Grandin17-56/+70
2015-04-09vclwidget: add some dispose() checkingNoel Grandin2-0/+8
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin249-1551/+1777
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin9-2/+31
2015-04-09vcl: VclPtr conversion in xmlsecurityNoel Grandin8-1/+43
2015-04-09vcl: VclPtr conversion in swNoel Grandin126-476/+1052
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin10-39/+103
2015-04-09vcl: VclPtr conversion in sdNoel Grandin65-229/+452
2015-04-09vcl: VclPtr conversion in scNoel Grandin90-1070/+1599
2015-04-09vcl: VclPtr conversion in reportdesignNoel Grandin25-373/+506
2015-04-09vcl: VclPtr conversion in fpickerNoel Grandin6-0/+28
2015-04-09vcl: VclPtr conversion in filterNoel Grandin10-48/+97
2015-04-09vcl: VclPtr conversion in formulaNoel Grandin5-0/+21
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin38-227/+364
2015-04-09loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose()Noel Grandin1-11/+59
2015-04-09loplugin: vclwidgets: make the dispose/destructor checking more robustNoel Grandin1-40/+77
2015-04-09vcl: VclPtr conversion in variousNoel Grandin3-2/+5
2015-04-09vcl: VclPtr conversion in formsNoel Grandin4-6/+14