Age | Commit message (Expand) | Author |
2015-04-16 | Improve the VclPtr documentation. | Michael Meeks |
2015-04-16 | Make ListBox handier post dispose. | Michael Meeks |
2015-04-16 | fix crash in CppunitTest_sw_uiwriter | Noel Grandin |
2015-04-14 | Allow a common op. on a disposed toolbox. | Michael Meeks |
2015-04-14 | Unwind lifecycle mistake in VclBuilder. | Michael Meeks |
2015-04-14 | Use VclPtr in VclBuilder to get construction referencing right. | Michael Meeks |
2015-04-14 | Make leaked child debugging more helpful wrt. the hierarchy. | Michael Meeks |
2015-04-13 | Use the new ::Create template method. | Michael Meeks |
2015-04-13 | VclPtr - add a templatized ::Create method for better readability. | Michael Meeks |
2015-04-13 | Explicit disposeOnce instead of transient wrappers. | Michael Meeks |
2015-04-13 | More lifecycle correction. | Michael Meeks |
2015-04-10 | convert ScopedVclPtr to ScopedVclPtrInstance | Noel Grandin |
2015-04-10 | More misc. cleanup. | Michael Meeks |
2015-04-10 | vcl cleanup post re-base. | Michael Meeks |
2015-04-10 | loplugin:vclwidgets workaround | Noel Grandin |
2015-04-10 | wrap vcl::Window* in VclPtr | Noel Grandin |
2015-04-10 | Cleanup layout and window merge. | Michael Meeks |
2015-04-10 | Fix NotifyEvent and IntroWindow bits. | Michael Meeks |
2015-04-10 | Remove OpenGLContext GC window. | Michael Meeks |
2015-04-10 | Remove erroneous disposeAndClear. | Michael Meeks |
2015-04-10 | Fix misc. issues in lifecycle unit tests. | Michael Meeks |
2015-04-10 | vcl: stop vcl::Window clobbering mnRefCnt itself. | Michael Meeks |
2015-04-10 | automated VclPtrInstance conversion. | Michael Meeks |
2015-04-10 | Convert more sites to VclPtrInstance. | Michael Meeks |
2015-04-10 | Revert part of "Unwind mpDialogParent oddness." | Michael Meeks |
2015-04-10 | vclptr: create Instance helpers, and set initial ref-count to 1. | Michael Meeks |
2015-04-10 | Encourage disposed toolbox items to play nicely. | Michael Meeks |
2015-04-10 | Unwind mpDialogParent oddness. | Michael Meeks |
2015-04-10 | repair dialog related lifecycle bits. | Michael Meeks |
2015-04-10 | get messagebox dispose ordering right. | Michael Meeks |
2015-04-10 | no need to free mpButtonData in dispose. | Michael Meeks |
2015-04-10 | Fix unintended destruction of adjacent printers. | Michael Meeks |
2015-04-10 | Fix LazyDelete crasher, and add & test more post-dispose robustness. | Michael Meeks |
2015-04-10 | vcl: remove curious self referential OutputDevice ptr. | Michael Meeks |
2015-04-10 | unwind LazyDelete issues - deleting VclPtr types. | Michael Meeks |
2015-04-10 | vclptr: add isDisposed method - and assert for it here & there. | Michael Meeks |
2015-04-10 | protect more printer code-paths. | Michael Meeks |
2015-04-10 | cure a lot of unfortunate ScopedVclPtrs. | Michael Meeks |
2015-04-10 | ScopedVclPtr: needs an = operator to make life flow. | Michael Meeks |
2015-04-10 | re-insert erroneously converted delete calls. | Michael Meeks |
2015-04-10 | wrap more stuff in VclPtr | Noel Grandin |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | vclptr: document the architecture, sample debugging, FAQ etc. | Michael Meeks |
2015-04-10 | vclptr: various mistakes fixed, and more ptr types converted. | Michael Meeks |
2015-04-10 | vclptr: misc. bug fixing. | Michael Meeks |
2015-04-10 | Move OutputDevice members to VclPtr: dbaccess, canvas. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation. | Michael Meeks |
2015-04-10 | ImplSVGDIData didn't dispose its contents previously; clobber it for now. | Michael Meeks |
2015-04-10 | fix VirtualDevice unit test. | Michael Meeks |
2015-04-10 | remove un-necessary type punning. | Michael Meeks |