summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-04-16Improve the VclPtr documentation.Michael Meeks
2015-04-16Make ListBox handier post dispose.Michael Meeks
2015-04-16fix crash in CppunitTest_sw_uiwriterNoel Grandin
2015-04-14Allow a common op. on a disposed toolbox.Michael Meeks
2015-04-14Unwind lifecycle mistake in VclBuilder.Michael Meeks
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks
2015-04-14Make leaked child debugging more helpful wrt. the hierarchy.Michael Meeks
2015-04-13Use the new ::Create template method.Michael Meeks
2015-04-13VclPtr - add a templatized ::Create method for better readability.Michael Meeks
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10More misc. cleanup.Michael Meeks
2015-04-10vcl cleanup post re-base.Michael Meeks
2015-04-10loplugin:vclwidgets workaroundNoel Grandin
2015-04-10wrap vcl::Window* in VclPtrNoel Grandin
2015-04-10Cleanup layout and window merge.Michael Meeks
2015-04-10Fix NotifyEvent and IntroWindow bits.Michael Meeks
2015-04-10Remove OpenGLContext GC window.Michael Meeks
2015-04-10Remove erroneous disposeAndClear.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-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks
2015-04-10protect more printer code-paths.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-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: dbaccess, canvas.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
2015-04-10fix VirtualDevice unit test.Michael Meeks
2015-04-10remove un-necessary type punning.Michael Meeks