summaryrefslogtreecommitdiff
path: root/vcl/workben
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Qt5 fix SalGraphics::invertJan-Marek Glogowski1-0/+4
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-09fix oss-fuzz buildCaolán McNamara42-0/+220
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-5/+5
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-19loplugin:staticvar in vclNoel Grandin1-6/+6
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-8/+3
2018-09-17New loplugin:externalStephan Bergmann3-3/+3
2018-09-14loplugin:constfields in vclNoel Grandin1-4/+4
2018-09-10No more need for extra local variablesStephan Bergmann2-4/+2
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin2-2/+4
2018-09-05weld SvxBorderTabPageCaolán McNamara1-1/+1
2018-09-05loplugin:useuniqueptr in NWPaintGTKScrollbarNoel Grandin1-3/+2
2018-08-10shrink scrtf fuzzerCaolán McNamara1-24/+52
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen7-0/+7
2018-07-19loplugin:unusedmethodsNoel Grandin1-1/+0
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle1-11/+8
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-31drop Graphic::GetBitmapNoel Grandin2-3/+3
2018-05-30Bitmap->BitmapEx in FixedBitmapNoel Grandin1-3/+3
2018-05-27Some LibreOffice Fuzzers Can't Use AFL's Deferred ForkserverCaolán McNamara18-0/+36
2018-05-17loplugin:unusedfields in vclNoel Grandin1-8/+8
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock2-2/+11
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin2-2/+4
2018-03-07use more Color in vclNoel Grandin1-5/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-6/+6
2018-02-27replace Color(COL_*) with COL_*Noel Grandin2-24/+24
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-8/+8
2018-02-25oss-fuzz build fixCaolán McNamara1-1/+1
2018-02-25oss-fuzz: issue 1188, per-fuzzer configCaolán McNamara2-5/+16
2018-02-22loplugin:changetoolsgen in vclNoel Grandin3-11/+11
2018-02-12for ~perfect compression link fuzzer input limit to an output limitCaolán McNamara1-0/+9
2018-02-09add sft fuzzerCaolán McNamara1-0/+42
2018-02-08sprinkle SAL_WARN_UNUSED over Bitmap/BitmapExNoel Grandin1-0/+5
2018-02-07add basic font parsing to fftesterCaolán McNamara1-0/+8
2018-02-07use scanline when reading pixel dataNoel Grandin1-2/+4
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-2/+4
2018-01-31Modernize a bit vcl (part5)Julien Nabet1-4/+4
2018-01-25put a ceiling on various fuzzer input sizesCaolán McNamara44-0/+97
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-6/+6
2018-01-12More loplugin:cstylecast: vclStephan Bergmann5-73/+73
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1
2017-12-21add html fuzzerCaolán McNamara1-0/+33
2017-12-20remove html fuzzerCaolán McNamara1-33/+0
2017-12-20add html fuzzerCaolán McNamara1-0/+33
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1