Age | Commit message (Expand) | Author |
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 |
2015-04-10 | Move OutputDevice members to VclPtr: filter, reportdesign, uui. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: filter. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: svx. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: desktop, sfx2, lwp. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: chart, canvas, cui. | 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 |
2015-04-10 | Unwind VCLObject bits for OutputDevice derivatives. | Michael Meeks |
2015-04-10 | remove erroneous new disposeAndClear. | Michael Meeks |
2015-04-10 | compile fixes. | Michael Meeks |
2015-04-10 | start wrapping OutputDevice in VclPtr | Noel Grandin |
2015-04-10 | make vclwidget clang plugin find OutputDevice | Noel Grandin |
2015-04-10 | add ScopedVclPtr | Noel Grandin |
2015-04-10 | start of unwinding reference OutputDevice & Printer lifecycle. | Michael Meeks |
2015-04-10 | nail more lifecycle oddness. | Michael Meeks |
2015-04-10 | more lifecycle cleanup & fixing. | Michael Meeks |
2015-04-10 | mend misc. lifecycle breakage. | Michael Meeks |
2015-04-10 | toolkit: much safer WindowDestroyed handler. | Michael Meeks |
2015-04-10 | vclwidget: check for calling delete on subclasses of vcl::Window | Noel Grandin |
2015-04-10 | lingering smart_ptr 'reset' -> disposeAndClear. | Michael Meeks |
2015-04-10 | clear() is the equivalent of assigning a local ptr to NULL. | Michael Meeks |
2015-04-10 | fix explicit delete. | Michael Meeks |
2015-04-10 | fix ilistbox dispose. | Michael Meeks |
2015-04-10 | better widget debugging / printouts. | Michael Meeks |
2015-04-10 | un-tangle more lifecycle issues, and improve taskpanelist debugging. | Michael Meeks |
2015-04-10 | add missing disposeAndClear pieces for VclMEdit | Michael Meeks |
2015-04-10 | vclwidget: fix more places that should be wrapping in VclPtr | Noel Grandin |
2015-04-10 | get misc. ordering right and add missing disposes. | Michael Meeks |
2015-04-10 | explicit delete of another class' VclPtr is not a great plan. | Michael Meeks |
2015-04-10 | ensure valid iterator even with empty content. | Michael Meeks |
2015-04-10 | vclwidget: make sure we have an explicit destructor | Noel Grandin |
2015-04-10 | fix thinko in starmath; time to sleep. | Michael Meeks |
2015-04-10 | more toolkit API adaptations. | Michael Meeks |
2015-04-10 | sw, sd: more toolkit API cleanup. | Michael Meeks |
2015-04-10 | basctl, forms, svx: cleanup for new VclPtr API. | Michael Meeks |
2015-04-10 | cleanup Printer VclRef pieces. | Michael Meeks |
2015-04-10 | vcl: fix virtual device lifecycle. | Michael Meeks |
2015-04-10 | vclptr: switch printers away from boost_shared. | Michael Meeks |