Re: LibreOffice / Future / design notes foo ...

2014-09-10 Thread Michael Meeks
On Tue, 2014-09-09 at 19:05 +0200, Thorsten Behrens wrote: > Michael Meeks wrote: > > * VCL lifecycle > > + switching to reference counted / smart-pointer > > for all VCL Window sub-classes > > As a random word of warning - windows point back & forth all over the > pl

Re: LibreOffice / Future / design notes foo ...

2014-09-09 Thread Thorsten Behrens
Michael Meeks wrote: > * VCL lifecycle > + switching to reference counted / smart-pointer > for all VCL Window sub-classes > As a random word of warning - windows point back & forth all over the place, to both parent _and_ children; unless one uses weak pointers