summaryrefslogtreecommitdiffstats
path: root/vcl/workben
Commit message (Expand)AuthorAgeFilesLines
* new plugin stylepoliceNoel Grandin2016-04-211-5/+5
* loplugin:defaultparamsStephan Bergmann2016-04-151-1/+1
* vcl: replace boost::bind with C++11 lambdasMichael Stahl2016-04-151-267/+105
* loplugin:passstuffbyref in vclNoel Grandin2016-04-141-1/+1
* fix headless buildOliver Specht2016-03-251-3/+6
* s/SEP/SMPTor Lillqvist2016-03-151-1/+1
* We use strlen() on these char arrays so better terminate them with 0Tor Lillqvist2016-03-151-9/+9
* loplugin:rangedforcopyStephan Bergmann2016-03-101-1/+1
* loplugin:staticmethodsStephan Bergmann2016-03-101-2/+2
* -Werror,-Wmismatched-new-deleteStephan Bergmann2016-03-091-1/+1
* vcldemo: improved text rendering test.Michael Meeks2016-03-091-27/+260
* loplugin:unuseddefaultparam in vcl/Noel Grandin2016-02-261-1/+2
* tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl2016-02-091-0/+13
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-062-2/+2
* vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock2016-02-061-2/+2
* Fix typosAndrea Gelmini2016-02-051-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-1/+1
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-4/+4
* loplugin: unused return valuesNoel Grandin2016-01-211-3/+2
* vcl: (workbench) check error status of socket writesChris Sherlock2016-01-141-2/+17
* loplugin:staticmethodsStephan Bergmann2016-01-111-1/+1
* avoid crash on vcldemo bad indexCaolán McNamara2016-01-101-1/+2
* tdf#96657 - vcldemo - implement invert: Track Frame rendering test.Michael Meeks2016-01-091-4/+14
* tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks2016-01-091-1/+3
* tdf#96919 - vcldemo - implement XOR rendering test.Michael Meeks2016-01-091-35/+63
* Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock2016-01-081-4/+4
* vcl: move filter headers to vcl/inc/filterChris Sherlock2016-01-081-4/+4
* vcldemo: adjust benchmarking weights to fit changed workloads.Michael Meeks2016-01-041-2/+2
* vcl: Excise vcl::FontInfo classChris Sherlock2016-01-031-1/+1
* vcldemo - more clipping tests for RegionBand and Polygon cases.Michael Meeks2016-01-021-0/+78
* vcldemo: add clipping torture test.Michael Meeks2016-01-021-3/+38
* tdf#95507 - implement opengl / 50% invert method.Michael Meeks2015-12-311-1/+10
* Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist2015-12-151-1/+1
* vcldemo: avoid svg load/render for icon test.Michael Meeks2015-12-101-0/+2
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-231-1/+1
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-1/+1
* com::sun::star->css in vcl/Noel Grandin2015-11-181-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-104-39/+39
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-066-8/+8
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-052-4/+2
* compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl2015-11-021-1/+1
* tdf#93684 - Remove SalFrame::SyncRyan McCoskrie2015-10-301-1/+1
* tdf#93243 - replaced some boost::bind with C++11 lambdasSahas2015-10-221-69/+15
* move afl examples/test-cases to dedicated dirCaolán McNamara2015-10-213-24/+0
* remove untyped Link<>Noel Grandin2015-10-211-3/+2
* Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO2015-10-201-3/+3
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* afl-eventtesting: add a realistic impress workoutCaolán McNamara2015-10-163-3/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-127-63/+63
* convert Link<> to typedNoel Grandin2015-10-121-3/+2