summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10get misc. ordering right and add missing disposes.Michael Meeks
2015-04-10explicit delete of another class' VclPtr is not a great plan.Michael Meeks
2015-04-10ensure valid iterator even with empty content.Michael Meeks
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-10fix thinko in starmath; time to sleep.Michael Meeks
2015-04-10more toolkit API adaptations.Michael Meeks
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks
2015-04-10framework: fix for toolkit updates.Michael Meeks
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks
2015-04-10toolkit: more VclPtr pieces.Michael Meeks
2015-04-10toolkit: more cleanup.Michael Meeks
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2015-04-10vclptr: move down impl. to OutputDeviceMichael Meeks
2015-04-10add some more helpful paranoia to disposeOnce.Michael Meeks
2015-04-10convert a problematic array to VclPtr.Michael Meeks
2015-04-10converting in-line member to VclPtr needs a disposeAndClear in destructor.Michael Meeks
2015-04-10boost references are unhealty for VclPtr.Michael Meeks
2015-04-10vcl: fix lifecycle test to disposeOnce.Michael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: call disposeOnce from VclPtr::disposeAndClearNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09Double dispose protection.Michael Meeks
2015-04-09calc: double dispose issue.Michael Meeks
2015-04-09more double dispose protection.Michael Meeks
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09sw: more double dispose work.Michael Meeks
2015-04-09dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks
2015-04-09dbaccess: protection against double disposes.Michael Meeks
2015-04-09vcl: more double dispose protection.Michael Meeks
2015-04-09more double dispose protection.Michael Meeks
2015-04-09vclref: protect vs. double disposes.Michael Meeks
2015-04-09vcl: new lifecycle test.Michael Meeks
2015-04-09vcl lifecycle: delete children in dispose.Michael Meeks
2015-04-09vcl: add assert and improve lifecycle test.Michael Meeks
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09vcl: don't emit events on disposed objects & handle some method calls.Michael Meeks
2015-04-09protect against double dispose.Michael Meeks
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vclwidget: add some dispose() checkingNoel Grandin