summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2015-04-25Make Window's inDispose map more precisely to mbInDtor.feature/vclptrMichael Meeks
2015-04-25Make combobox tolerate post-dispose usage better.Michael Meeks
2015-04-23Kill unused LazyDeletor<Menu>.Michael Meeks
2015-04-23Use shared_ptr for OpenGLPrograms, and hide its copy constructor.Michael Meeks
2015-04-23DockWindow missing builder dispose.Michael Meeks
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks
2015-04-22Fix lifecycle issues.Michael Meeks
2015-04-20vcl: convert new to ::CreateMichael 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-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-13More lifecycle correction.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-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: various mistakes fixed, and more ptr types converted.Michael Meeks
2015-04-10ImplSVGDIData didn't dispose its contents previously; clobber it for now.Michael Meeks
2015-04-10remove un-necessary type punning.Michael Meeks
2015-04-10remove erroneous new disposeAndClear.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin