summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/salbmp.cxx
AgeCommit message (Expand)Author
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-09-19rename GetGenericData to GetGenericUnixSalDataNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-05loplugin:unusedfields variousNoel Grandin
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-02no need to assign a nullptr after a bad_allocNoel Grandin
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-03-28ofz#954 out of memoryCaolán McNamara
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara
2016-08-11loplugin:constantparamNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-01loplugin:constantparam in vclNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29coverity#1325061 Resource leakCaolán McNamara
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-07Remove include stdio (part8)Julien Nabet
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks
2014-11-10use the configuration valueMarkus Mohrhard
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add OpenGLSalBitmap implementationLouis-Francis Ratté-Boulianne
2014-10-02coverity#1242483 Unintentional integer overflowCaolán McNamara
2014-09-29loplugin: cstylecastNoel Grandin