summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ImplSVGDIData didn't dispose its contents previously; clobber it for now.Michael Meeks2015-04-102-0/+10
* fix VirtualDevice unit test.Michael Meeks2015-04-101-13/+13
* remove un-necessary type punning.Michael Meeks2015-04-102-4/+5
* Unwind VCLObject bits for OutputDevice derivatives.Michael Meeks2015-04-104-4/+19
* remove erroneous new disposeAndClear.Michael Meeks2015-04-101-1/+0
* compile fixes.Michael Meeks2015-04-101-4/+2
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-1090-678/+695
* make vclwidget clang plugin find OutputDeviceNoel Grandin2015-04-101-47/+65
* add ScopedVclPtrNoel Grandin2015-04-101-0/+48
* start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2015-04-1022-133/+133
* nail more lifecycle oddness.Michael Meeks2015-04-104-3/+13
* more lifecycle cleanup & fixing.Michael Meeks2015-04-104-6/+4
* mend misc. lifecycle breakage.Michael Meeks2015-04-105-13/+19
* toolkit: much safer WindowDestroyed handler.Michael Meeks2015-04-101-13/+15
* vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-1040-114/+118
* lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks2015-04-104-20/+15
* clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2015-04-105-6/+16
* fix explicit delete.Michael Meeks2015-04-101-2/+2
* fix ilistbox dispose.Michael Meeks2015-04-102-5/+8
* better widget debugging / printouts.Michael Meeks2015-04-101-5/+4
* un-tangle more lifecycle issues, and improve taskpanelist debugging.Michael Meeks2015-04-102-3/+4
* add missing disposeAndClear pieces for VclMEditMichael Meeks2015-04-103-10/+17
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-1087-207/+173
* get misc. ordering right and add missing disposes.Michael Meeks2015-04-103-3/+8
* explicit delete of another class' VclPtr is not a great plan.Michael Meeks2015-04-101-1/+1
* ensure valid iterator even with empty content.Michael Meeks2015-04-101-0/+1
* vclwidget: make sure we have an explicit destructorNoel Grandin2015-04-108-23/+25
* fix thinko in starmath; time to sleep.Michael Meeks2015-04-101-2/+2
* more toolkit API adaptations.Michael Meeks2015-04-106-9/+9
* sw, sd: more toolkit API cleanup.Michael Meeks2015-04-104-13/+15
* basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks2015-04-104-27/+26
* cleanup Printer VclRef pieces.Michael Meeks2015-04-1013-39/+36
* vcl: fix virtual device lifecycle.Michael Meeks2015-04-105-23/+43
* vclptr: switch printers away from boost_shared.Michael Meeks2015-04-1011-36/+36
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-10117-443/+479
* accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-1024-118/+77
* framework: fix for toolkit updates.Michael Meeks2015-04-102-10/+10
* svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks2015-04-1015-153/+146
* toolkit: more VclPtr pieces.Michael Meeks2015-04-105-69/+69
* toolkit: more cleanup.Michael Meeks2015-04-101-105/+99
* toolkit: first cut at switching to VclPtr.Michael Meeks2015-04-1011-199/+169
* vclptr: move down impl. to OutputDeviceMichael Meeks2015-04-104-34/+51
* add some more helpful paranoia to disposeOnce.Michael Meeks2015-04-101-0/+7
* convert a problematic array to VclPtr.Michael Meeks2015-04-102-7/+6
* converting in-line member to VclPtr needs a disposeAndClear in destructor.Michael Meeks2015-04-101-0/+1
* boost references are unhealty for VclPtr.Michael Meeks2015-04-101-1/+1
* vcl: fix lifecycle test to disposeOnce.Michael Meeks2015-04-101-5/+5
* vclwidget: improve detection of vcl::Window fieldsNoel Grandin2015-04-1016-72/+68
* vclwidget: call disposeOnce from VclPtr::disposeAndClearNoel Grandin2015-04-102-11/+8
* vclwidget: only call dispose() onceNoel Grandin2015-04-10785-1168/+1234