summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)AuthorFilesLines
2015-10-29afl-eventtesting: crash on undoing insert new page in impressCaolán McNamara1-0/+0
2015-10-17wmf spec says that these are only allowed bitcount valuesCaolán McNamara1-0/+0
2015-10-15java: 'final static' to 'static final'Noel Grandin1-1/+1
2015-09-18don't crash with unknown out color spaceCaolán McNamara1-0/+0
2015-09-18WaE: loplugin:redundantcastTor Lillqvist1-2/+2
2015-09-18WaE: loplugin:unreffunTor Lillqvist1-24/+0
2015-09-18Tweak VCL unit tests for OpenGL.Michael Meeks1-7/+19
2015-09-18tdf#93532 - Bitmap CRC unit tests.Michael Meeks1-0/+60
2015-09-18tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski2-0/+17
2015-09-18check stream statusCaolán McNamara1-0/+0
2015-08-31don't loop on overly-short nEndPosCaolán McNamara1-0/+0
2015-08-20limit access to dx array to min of input len and len of arrayCaolán McNamara1-0/+0
2015-08-20another avoid endless loop with busted wmfCaolán McNamara1-0/+0
2015-08-06fix a third emf crashCaolán McNamara1-0/+0
2015-08-06fix and test for xbm import crashCaolán McNamara6-0/+2027
2015-08-06fix gif import crashCaolán McNamara1-0/+0
2015-08-06fix another gif import crashCaolán McNamara1-0/+0
2015-08-06emf: test for empty polygonsCaolán McNamara1-0/+0
2015-08-06emf: test for negative numbersCaolán McNamara1-0/+0
2015-08-06emf: fix another hangCaolán McNamara1-0/+0
2015-08-06emf: fix hangCaolán McNamara1-0/+0
2015-08-06avoid endless loop with busted wmfCaolán McNamara1-0/+0
2015-08-06tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-1/+25
2015-08-06Clear VclPtr instance reference on removed UserEvents.Michael Meeks1-4/+4
2015-08-06VclPtr - more extensive lifecycle tests.Michael Meeks1-0/+102
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert2-2/+26
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