summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/lifecycle.cxx
AgeCommit message (Expand)Author
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann
2023-04-01use more XVclWindowPeerNoel Grandin
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2021-05-31Drop Window::IsDisposedNoel
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-05VCL drop Scheduler::ProcessTaskSchedulingJan-Marek Glogowski
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-01-21drop RadioButton arg defaultsCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-08-28mark OKButton and HelpButton as finalCaolán McNamara
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-20move ComboBox to toolkit-only headersCaolán McNamara
2020-05-11fix some leaks in vclNoel Grandin
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-06move MetricField, MetricBox and MetricFormatter to be toolkit onlyCaolán McNamara
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-19strip Dialog ctor downCaolán McNamara
2019-10-19fix buildCaolán McNamara
2019-10-19drop unused ModalDialog classCaolán McNamara
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-07-21loplugin:referencecasting in vbahelper..vclNoel Grandin
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen
2019-06-02no direct ModelessDialog instantiation leftCaolán McNamara
2018-04-13drop ModalDialog non .ui ctorCaolán McNamara
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-01-17Convert bTimer => bIdleJan-Marek Glogowski
2017-01-03Mark [Scoped]VclPtrInstance as SAL_WARN_UNUSEDStephan Bergmann
2016-12-22vcl: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-14loplugin:passstuffbyref in vclNoel Grandin
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-07Add vcl lifecycle test for Toolkit / XWindow peers.Michael Meeks
2015-06-12coverity#1306214 Uninitialized pointer fieldCaolán McNamara
2015-06-08loplugin:redundantcastStephan Bergmann
2015-06-05Clear VclPtr instance reference on removed UserEvents.Michael Meeks
2015-06-05VclPtr - more extensive lifecycle tests.Michael Meeks
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-04-30loplugin:literaltoboolconversionStephan Bergmann
2015-04-29abhortive focus unit test - apparently we need visible windows for that.Michael Meeks
2015-04-13VclPtr - add a templatized ::Create method for better readability.Michael Meeks