summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks45-197/+206
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks2-22/+19
2015-04-10vcl: stop vcl::Window clobbering mnRefCnt itself.Michael Meeks2-3/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks33-57/+54
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks6-15/+17
2015-04-10Revert part of "Unwind mpDialogParent oddness."Michael Meeks3-3/+3
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks13-27/+101
2015-04-10Encourage disposed toolbox items to play nicely.Michael Meeks1-6/+8
2015-04-10Unwind mpDialogParent oddness.Michael Meeks4-4/+3
2015-04-10repair dialog related lifecycle bits.Michael Meeks1-1/+1
2015-04-10get messagebox dispose ordering right.Michael Meeks1-4/+4
2015-04-10no need to free mpButtonData in dispose.Michael Meeks1-3/+2
2015-04-10Fix unintended destruction of adjacent printers.Michael Meeks1-2/+2
2015-04-10Fix LazyDelete crasher, and add & test more post-dispose robustness.Michael Meeks2-8/+25
2015-04-10vcl: remove curious self referential OutputDevice ptr.Michael Meeks2-11/+18
2015-04-10unwind LazyDelete issues - deleting VclPtr types.Michael Meeks2-5/+8
2015-04-10correct debugging assertions.Michael Meeks1-3/+3
2015-04-10Nothing really that wrong with acquiring a disposed reference, for now.Michael Meeks1-1/+0
2015-04-10vclwidget: some small fixesNoel Grandin7-10/+16
2015-04-10vclwidget: add some safety net assertsNoel Grandin2-0/+3
2015-04-10calling delete on VclPtrNoel Grandin1-2/+1
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks5-2/+18
2015-04-10protect more printer code-paths.Michael Meeks6-12/+18
2015-04-10splash: de-confuse mixed VCL and UNO reference counting.Michael Meeks1-58/+81
2015-04-10malingering delete.Michael Meeks1-2/+2
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks31-41/+46
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks4-8/+31
2015-04-10re-insert erroneously converted delete calls.Michael Meeks38-38/+99
2015-04-10wrap more stuff in VclPtrNoel Grandin22-90/+90
2015-04-10Cleanup a few issues with stack VirtualDevice conversion.Michael Meeks2-4/+4
2015-04-10wrap more stuff in VclPtrNoel Grandin17-71/+69
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks28-32/+34
2015-04-10vclptr: calling disposeAndClear on all the fields is not greatNoel Grandin1-106/+0
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin10-16/+21
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin248-558/+555
2015-04-10vclptr: document the architecture, sample debugging, FAQ etc.Michael Meeks1-0/+181
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks8-6/+12
2015-04-10vclptr: misc. bug fixing.Michael Meeks5-23/+24
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks23-134/+134
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks17-21/+27
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks4-7/+6
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks14-22/+22
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks7-90/+90
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks15-120/+120
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks22-172/+171
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks6-36/+36
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks11-80/+80
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks24-155/+159
2015-04-10ImplSVGDIData didn't dispose its contents previously; clobber it for now.Michael Meeks2-0/+10
2015-04-10fix VirtualDevice unit test.Michael Meeks1-13/+13