summaryrefslogtreecommitdiffstats
path: root/vcl/qa
Commit message (Expand)AuthorAgeFilesLines
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-112-14/+16
* tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks2015-06-101-1/+25
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* loplugin:redundantcastStephan Bergmann2015-06-081-2/+2
* Clear VclPtr instance reference on removed UserEvents.Michael Meeks2015-06-051-4/+4
* VclPtr - more extensive lifecycle tests.Michael Meeks2015-06-051-0/+102
* Let JUnit take care of exceptionsNoel Grandin2015-06-052-37/+7
* add testcase for CVE-2015-0848Caolán McNamara2015-06-021-0/+0
* Fix CheckMemoryUsage java classNoel Grandin2015-06-021-3/+1
* loplugin:unreffunStephan Bergmann2015-05-271-0/+2
* tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert2015-05-272-2/+26
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-253-10/+9
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-221-2/+2
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-201-1/+1
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-151-4/+4
* vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe2015-05-071-1/+2
* WaE: format ‘%d’ expects argument of type ‘int’David Tardon2015-05-071-1/+1
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-062-2/+2
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-061-1/+1
* loplugin:literaltoboolconversionStephan Bergmann2015-04-301-3/+3
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-1/+1
* abhortive focus unit test - apparently we need visible windows for that.Michael Meeks2015-04-291-0/+41
* Build and warning fixes, Mac, Win, Linux.Michael Meeks2015-04-242-2/+2
* vcl: convert new to ::CreateMichael Meeks2015-04-202-3/+3
* VclPtr - add a templatized ::Create method for better readability.Michael Meeks2015-04-131-1/+1
* Fix misc. issues in lifecycle unit tests.Michael Meeks2015-04-101-21/+19
* vcl: stop vcl::Window clobbering mnRefCnt itself.Michael Meeks2015-04-101-2/+1
* automated VclPtrInstance conversion.Michael Meeks2015-04-101-1/+1
* Convert more sites to VclPtrInstance.Michael Meeks2015-04-101-4/+4
* vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks2015-04-101-4/+8
* Fix LazyDelete crasher, and add & test more post-dispose robustness.Michael Meeks2015-04-101-0/+17
* fix VirtualDevice unit test.Michael Meeks2015-04-101-13/+13
* vcl: fix virtual device lifecycle.Michael Meeks2015-04-101-0/+8
* vcl: fix lifecycle test to disposeOnce.Michael Meeks2015-04-101-5/+5
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
* vcl: new lifecycle test.Michael Meeks2015-04-091-0/+23
* vcl: add assert and improve lifecycle test.Michael Meeks2015-04-091-0/+1
* vcl: more double-dispose protection, and survival after dispose.Michael Meeks2015-04-091-4/+4
* vcl: rename VclReference to VclPtrNoel Grandin2015-04-091-17/+17
* vcl: add cast operator to VclReference to convert to pointerNoel Grandin2015-04-091-1/+1
* vcl: implement upcasting of VclReference typesNoel Grandin2015-04-091-5/+9
* vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks2015-04-091-1/+18
* vcl: double dispose protection & unit test.Michael Meeks2015-04-091-0/+15
* vcl: more rtl::Reference cleanupMichael Meeks2015-04-091-0/+64
* loplugin:staticmethodsNoel Grandin2015-04-021-2/+2
* Scanlines on Windows seem to be padded to DWORD multiplesTor Lillqvist2015-03-301-0/+9
* coverity#1292225 variable guards dead codeCaolán McNamara2015-03-301-1/+1
* Fix test on non-LinuxStephan Bergmann2015-03-291-0/+5
* vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl2015-03-291-0/+36
* vcl: stack blur implementation + basic test & performance testTomaž Vajngerl2015-03-271-0/+175