summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/lifecycle.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Drop special idle handlingJan-Marek Glogowski1-1/+1
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski1-0/+1
2017-01-17Convert bTimer => bIdleJan-Marek Glogowski1-1/+1
2017-01-03Mark [Scoped]VclPtrInstance as SAL_WARN_UNUSEDStephan Bergmann1-8/+32
2016-12-22vcl: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna1-3/+3
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in vclNoel Grandin1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-07-07Add vcl lifecycle test for Toolkit / XWindow peers.Michael Meeks1-0/+26
2015-06-12coverity#1306214 Uninitialized pointer fieldCaolán McNamara1-1/+5
2015-06-08loplugin:redundantcastStephan Bergmann1-2/+2
2015-06-05Clear VclPtr instance reference on removed UserEvents.Michael Meeks1-4/+4
2015-06-05VclPtr - more extensive lifecycle tests.Michael Meeks1-0/+102
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-3/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-04-30loplugin:literaltoboolconversionStephan Bergmann1-3/+3
2015-04-29abhortive focus unit test - apparently we need visible windows for that.Michael Meeks1-0/+41
2015-04-13VclPtr - add a templatized ::Create method for better readability.Michael Meeks1-1/+1
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks1-21/+19
2015-04-10vcl: stop vcl::Window clobbering mnRefCnt itself.Michael Meeks1-2/+1
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks1-4/+4
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-4/+8
2015-04-10Fix LazyDelete crasher, and add & test more post-dispose robustness.Michael Meeks1-0/+17
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks1-0/+8
2015-04-10vcl: fix lifecycle test to disposeOnce.Michael Meeks1-5/+5
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: new lifecycle test.Michael Meeks1-0/+23
2015-04-09vcl: add assert and improve lifecycle test.Michael Meeks1-0/+1
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks1-4/+4
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-17/+17
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-1/+1
2015-04-09vcl: implement upcasting of VclReference typesNoel Grandin1-5/+9
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-1/+18
2015-04-09vcl: double dispose protection & unit test.Michael Meeks1-0/+15
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks1-0/+64