summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-10fix VirtualDevice unit test.Michael Meeks
2015-04-10remove un-necessary type punning.Michael Meeks
2015-04-10Unwind VCLObject bits for OutputDevice derivatives.Michael Meeks
2015-04-10remove erroneous new disposeAndClear.Michael Meeks
2015-04-10compile fixes.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10make vclwidget clang plugin find OutputDeviceNoel Grandin
2015-04-10add ScopedVclPtrNoel Grandin
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks
2015-04-10nail more lifecycle oddness.Michael Meeks
2015-04-10more lifecycle cleanup & fixing.Michael Meeks
2015-04-10mend misc. lifecycle breakage.Michael Meeks
2015-04-10toolkit: much safer WindowDestroyed handler.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks
2015-04-10fix explicit delete.Michael Meeks
2015-04-10fix ilistbox dispose.Michael Meeks
2015-04-10better widget debugging / printouts.Michael Meeks
2015-04-10un-tangle more lifecycle issues, and improve taskpanelist debugging.Michael Meeks
2015-04-10add missing disposeAndClear pieces for VclMEditMichael Meeks
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