summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti1-1/+104
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti1-1/+1
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti1-0/+51
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-5/+5
2015-05-28new clang plugin: loopvartoosmallNoel Grandin2-12/+12
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-27more std::min and std::max fixesNoel Grandin1-1/+1
2015-03-27fix std::min issueNoel Grandin1-1/+1
2015-03-27fix tb56 buildNoel Grandin1-1/+1
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl1-0/+590
2015-03-27vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl1-0/+81
2015-03-12Another "ancient compiler fix"Jan-Marek Glogowski1-4/+4
2015-03-12loplugin:stringconcatStephan Bergmann1-1/+1
2015-03-12vcl: parallelize image scaling.Michael Meeks1-27/+94
2015-01-01fdo#82870 scale "super" quality degradation bugTomaž Vajngerl1-1/+1
2014-10-14vcl: re-factor scaling to use a single fn. pointer based invocation.Michael Meeks1-31/+23
2014-10-14vcl: Re-factor to use the ScaleContext to pass parameters.Michael Meeks1-291/+170
2014-10-14vcl: create a ScaleContext to share copy/paste Bitmap scaling code.Michael Meeks1-2/+31
2014-10-14vcl: hide bitmap helpers in an anonymous namespace.Michael Meeks1-2/+6
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara1-1/+1
2014-06-10coverity#1222225 Division or modulo by zeroCaolán McNamara1-3/+9
2014-06-10coverity#1222226 Division or modulo by zeroCaolán McNamara1-3/+7
2014-06-10coverity#1222227 Division or modulo by zeroCaolán McNamara1-3/+9
2014-06-10coverity#1222228 Division or modulo by zeroCaolán McNamara1-3/+7
2014-06-10coverity#1222229 Division or modulo by zeroCaolán McNamara1-3/+10
2014-06-10coverity#1222230 Division or modulo by zeroCaolán McNamara1-3/+8
2014-06-10coverity#1222231 Division or modulo by zeroCaolán McNamara1-3/+10
2014-06-10coverity#1222232 Division or modulo by zeroCaolán McNamara1-3/+8
2014-06-10coverity#1222233 Division or modulo by zeroCaolán McNamara1-3/+10
2014-06-10coverity#1222234 Division or modulo by zeroCaolán McNamara1-4/+8
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl2-0/+1032