summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)Author
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-12coverity#1306214 Uninitialized pointer fieldCaolán McNamara
2015-06-12coverity#1306212 silence Infinite loopCaolán McNamara
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
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-06-05Let JUnit take care of exceptionsNoel Grandin
2015-06-02add testcase for CVE-2015-0848Caolán McNamara
2015-06-02Fix CheckMemoryUsage java classNoel Grandin
2015-05-27loplugin:unreffunStephan Bergmann
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-05-07vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe
2015-05-07WaE: format ‘%d’ expects argument of type ‘int’David Tardon
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-04-30loplugin:literaltoboolconversionStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29abhortive focus unit test - apparently we need visible windows for that.Michael Meeks
2015-04-24Build and warning fixes, Mac, Win, Linux.Michael Meeks
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-13VclPtr - add a templatized ::Create method for better readability.Michael Meeks
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks
2015-04-10vcl: stop vcl::Window clobbering mnRefCnt itself.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10Fix LazyDelete crasher, and add & test more post-dispose robustness.Michael Meeks
2015-04-10fix VirtualDevice unit test.Michael Meeks
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks
2015-04-10vcl: fix lifecycle test to disposeOnce.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: new lifecycle test.Michael Meeks
2015-04-09vcl: add assert and improve lifecycle test.Michael Meeks
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin
2015-04-09vcl: implement upcasting of VclReference typesNoel Grandin
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-04-09vcl: double dispose protection & unit test.Michael Meeks
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-30Scanlines on Windows seem to be padded to DWORD multiplesTor Lillqvist
2015-03-30coverity#1292225 variable guards dead codeCaolán McNamara