summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Remove gb_LinkTarget_add_generated_cxxobjectsStephan Bergmann1-1/+1
2017-06-06something not right with qpwfuzzer depends, disable for nowCaolán McNamara1-1/+0
2017-06-06coverity#1371243 Missing move assignment operatorCaolán McNamara2-4/+23
2017-06-06use member initialization listCaolán McNamara1-4/+3
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara5-5/+5
2017-06-06tdf#99680 unittest to ensure there are no empty clipping regionsVasily Melenchuk2-0/+35
2017-06-06replace PRINTER_OK with ERRORCODE_NONENoel Grandin2-2/+2
2017-06-06tdf#94632 Enable sifr dark and set fallbackYousuf Philips2-0/+7
2017-06-05typosJulien Nabet1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann7-11/+11
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: vclStephan Bergmann1-1/+1
2017-06-05spelling instanciate -> instantiateNoel Grandin1-2/+2
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin4-17/+18
2017-06-04wrong qpwfuzzer libsCaolán McNamara1-1/+2
2017-06-04no need to construct unique_ptr hereJochen Nitschke1-4/+4
2017-06-03add quattro pro fuzzerCaolán McNamara4-0/+82
2017-06-02PPD parsing: set default as well as value, add more parsing info.Michael Meeks2-1/+12
2017-06-02Improved loplugin:redundantcast const_cast handling: vclStephan Bergmann1-1/+1
2017-06-02no need to assign a nullptr after a bad_allocNoel Grandin2-89/+81
2017-06-02rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara1-5/+18
2017-06-02Improved loplugin:redundantcast static_cast handling: vclStephan Bergmann1-1/+1
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin3-90/+90
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara3-4/+50
2017-06-01add ww8 fuzzerCaolán McNamara3-0/+81
2017-06-01tdf#99680 modified clipping for PDF exportVasily Melenchuk1-5/+6
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin6-13/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke4-8/+0
2017-05-30vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl2-79/+38
2017-05-30tdf#107682 - Repeated images replace correct ones in exported PDFMarco Cecchetti1-0/+15
2017-05-30loplugin:stringcopy (macOS)Stephan Bergmann1-2/+2
2017-05-30Revert "make LANGUAGE setting universal, not just gtk specific"Caolán McNamara2-11/+6
2017-05-30make LANGUAGE setting universal, not just gtk specificCaolán McNamara2-6/+11
2017-05-30teach redundantcast plugin about functional castsNoel Grandin14-33/+33
2017-05-29vcl PDF export, nss: use comphelper::HashMiklos Vajna1-48/+18
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin9-79/+51
2017-05-28cppcheck: duplicateExpressionJochen Nitschke1-1/+1
2017-05-26Resolves: tdf##108069 2nd OpenGLContext::init should dispose earlier resultsCaolán McNamara1-1/+2
2017-05-25tdf#108056 PDF export: work with double page sizeMiklos Vajna3-8/+8
2017-05-25Bypass PdfExportTest::testTdf107868() in 64-bit WindowsMark Hung1-2/+2
2017-05-25loplugin:constantparamNoel Grandin6-15/+15
2017-05-24vcl: parallelize JPEG import from ImportGraphics()Miklos Vajna2-3/+41
2017-05-24vcl: factor out graphic import filter state to GraphicImportContextMiklos Vajna1-46/+73
2017-05-24For some reason PdfExportTest::testTdf107868() fails in a 64-bit VS2017 buildTor Lillqvist1-2/+3
2017-05-23vcl GraphicFilter: invoke JPEG import directly in ImportGraphics()Miklos Vajna1-1/+68
2017-05-23vcl GraphicFilter: add ImportGraphics()Miklos Vajna1-0/+17
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-5/+2
2017-05-23tdf#105461 PDF export of editeng fill color: restrict to logic map modesMiklos Vajna3-20/+89
2017-05-23test for DejaVuSansRene Engelhard1-0/+6
2017-05-22tdf#103896: Fix wrong leading and trailing tabs within dialogs on macOSThorsten Wagner1-8/+8