summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-09vcl: VclPtr conversion in formsNoel Grandin11-10/+52
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin165-510/+792
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin8-28/+98
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin167-460/+662
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin54-124/+116
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin31-274/+412
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin156-1301/+1921
2015-04-09vcl: VclPtr conversion in frameworkNoel Grandin8-26/+64
2015-04-09vcl: VclPtr conversion in basicNoel Grandin2-39/+60
2015-04-09vcl: VclPtr conversion in avmediaNoel Grandin6-159/+164
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin90-603/+861
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin86-492/+771
2015-04-09vcl: window destructors calling disposeNoel Grandin57-160/+187
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks25-31/+138
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks9-42/+50