summaryrefslogtreecommitdiff
path: root/vcl/workben
AgeCommit message (Expand)AuthorFilesLines
2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl1-0/+13
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-02-06vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock1-2/+2
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-4/+4
2016-01-21loplugin: unused return valuesNoel Grandin1-3/+2
2016-01-14vcl: (workbench) check error status of socket writesChris Sherlock1-2/+17
2016-01-11loplugin:staticmethodsStephan Bergmann1-1/+1
2016-01-10avoid crash on vcldemo bad indexCaolán McNamara1-1/+2
2016-01-09tdf#96657 - vcldemo - implement invert: Track Frame rendering test.Michael Meeks1-4/+14
2016-01-09tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks1-1/+3
2016-01-09tdf#96919 - vcldemo - implement XOR rendering test.Michael Meeks1-35/+63
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-4/+4
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-4/+4
2016-01-04vcldemo: adjust benchmarking weights to fit changed workloads.Michael Meeks1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2016-01-02vcldemo - more clipping tests for RegionBand and Polygon cases.Michael Meeks1-0/+78
2016-01-02vcldemo: add clipping torture test.Michael Meeks1-3/+38
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks1-1/+10
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-1/+1
2015-12-10vcldemo: avoid svg load/render for icon test.Michael Meeks1-0/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-39/+39
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann6-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-4/+2
2015-11-02compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl1-1/+1
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-1/+1
2015-10-22tdf#93243 - replaced some boost::bind with C++11 lambdasSahas1-69/+15
2015-10-21move afl examples/test-cases to dedicated dirCaolán McNamara3-24/+0
2015-10-21remove untyped Link<>Noel Grandin1-3/+2
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO1-3/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16afl-eventtesting: add a realistic impress workoutCaolán McNamara3-3/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-63/+63
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+2
2015-10-07afl-eventtesting: lets ditch the key repeat and timestamp fieldsCaolán McNamara2-2/+1
2015-10-06experimental afl driven ui testingCaolán McNamara2-0/+13
2015-10-03add QuattroPro support to fftesterCaolán McNamara1-5/+6
2015-10-01add 602 format to fftesterCaolán McNamara1-1/+13
2015-09-30add xls support to fftesterCaolán McNamara1-0/+14
2015-09-12GetCommandLineParamCount() returns sal_uInt16Matteo Casalin2-2/+2
2015-09-10coverity#1323758 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-5/+5
2015-09-02Resolve merge failure: an OutputDevice parameter not WorkWindow.Michael Meeks1-1/+1
2015-09-02Add another vcldemo OpenGL test to try to catch another Windows nasty.Michael Meeks1-4/+43
2015-08-31loplugin:staticmethodsStephan Bergmann1-1/+1