summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)AuthorFilesLines
2015-06-02add testcase for CVE-2015-0848Caolán McNamara1-0/+0
2015-06-02Fix CheckMemoryUsage java classNoel Grandin1-3/+1
2015-05-27loplugin:unreffunStephan Bergmann1-0/+2
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert2-2/+26
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara3-10/+9
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-4/+4
2015-05-07vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe1-1/+2
2015-05-07WaE: format ‘%d’ expects argument of type ‘int’David Tardon1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin2-2/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-04-30loplugin:literaltoboolconversionStephan Bergmann1-3/+3
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29abhortive focus unit test - apparently we need visible windows for that.Michael Meeks1-0/+41
2015-04-24Build and warning fixes, Mac, Win, Linux.Michael Meeks2-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks2-3/+3
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-10automated VclPtrInstance conversion.Michael Meeks1-1/+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-10fix VirtualDevice unit test.Michael Meeks1-13/+13
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
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-30Scanlines on Windows seem to be padded to DWORD multiplesTor Lillqvist1-0/+9
2015-03-30coverity#1292225 variable guards dead codeCaolán McNamara1-1/+1
2015-03-29Fix test on non-LinuxStephan Bergmann1-0/+5
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl1-0/+36
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl1-0/+175
2015-03-27vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl1-0/+88
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-2/+2
2015-03-11add EBD-36335 and EBD-36334 testsCaolán McNamara2-0/+2
2015-03-06Timer Idle: adapted unit tests to new classesTobias Madl1-6/+6
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1