Age | Commit message (Expand) | Author |
2015-04-10 | Cleanup layout and window merge. | Michael Meeks |
2015-04-10 | Fix NotifyEvent and IntroWindow bits. | Michael Meeks |
2015-04-10 | loplugin:redundantcast | Noel Grandin |
2015-04-10 | Remove OpenGLContext GC window. | Michael Meeks |
2015-04-10 | Remove erroneous disposeAndClear. | Michael Meeks |
2015-04-10 | missing nullptr. | Michael Meeks |
2015-04-10 | Manual cleanup of misc. issues. | Michael Meeks |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | second half of non-scriptable, Instance constructor conversion. | Michael Meeks |
2015-04-10 | first half of non-scriptable, Instance constructor conversion. | 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 | correct debugging assertions. | Michael Meeks |
2015-04-10 | Nothing really that wrong with acquiring a disposed reference, for now. | Michael Meeks |
2015-04-10 | vclwidget: some small fixes | Noel Grandin |
2015-04-10 | vclwidget: add some safety net asserts | Noel Grandin |
2015-04-10 | calling delete on VclPtr | Noel Grandin |
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 | splash: de-confuse mixed VCL and UNO reference counting. | Michael Meeks |
2015-04-10 | malingering delete. | 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 | Cleanup a few issues with stack VirtualDevice conversion. | Michael Meeks |
2015-04-10 | wrap more stuff in VclPtr | Noel Grandin |
2015-04-10 | Convert last vestiges of OutputDevice* and VirtualDevice* members. | Michael Meeks |
2015-04-10 | vclptr: calling disposeAndClear on all the fields is not great | Noel Grandin |
2015-04-10 | wrap some more OutputDevice 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: starmath, svx. | Michael Meeks |
2015-04-10 | Move OutputDevice members to VclPtr: dbaccess, canvas. | Michael Meeks |
2015-04-10 | Move OutputDevice members to VclPtr: chart2, sfx2, cui. | Michael Meeks |