summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks
2015-04-10vcl: stop vcl::Window clobbering mnRefCnt itself.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10Revert part of "Unwind mpDialogParent oddness."Michael Meeks
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10Encourage disposed toolbox items to play nicely.Michael Meeks
2015-04-10Unwind mpDialogParent oddness.Michael Meeks
2015-04-10repair dialog related lifecycle bits.Michael Meeks
2015-04-10get messagebox dispose ordering right.Michael Meeks
2015-04-10no need to free mpButtonData in dispose.Michael Meeks
2015-04-10Fix unintended destruction of adjacent printers.Michael Meeks
2015-04-10Fix LazyDelete crasher, and add & test more post-dispose robustness.Michael Meeks
2015-04-10vcl: remove curious self referential OutputDevice ptr.Michael Meeks
2015-04-10unwind LazyDelete issues - deleting VclPtr types.Michael Meeks
2015-04-10correct debugging assertions.Michael Meeks
2015-04-10Nothing really that wrong with acquiring a disposed reference, for now.Michael Meeks
2015-04-10vclwidget: some small fixesNoel Grandin
2015-04-10vclwidget: add some safety net assertsNoel Grandin
2015-04-10calling delete on VclPtrNoel Grandin
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10splash: de-confuse mixed VCL and UNO reference counting.Michael Meeks
2015-04-10malingering delete.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10Cleanup a few issues with stack VirtualDevice conversion.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks
2015-04-10vclptr: calling disposeAndClear on all the fields is not greatNoel Grandin
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclptr: document the architecture, sample debugging, FAQ etc.Michael Meeks
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks
2015-04-10vclptr: misc. bug fixing.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks
2015-04-10ImplSVGDIData didn't dispose its contents previously; clobber it for now.Michael Meeks