summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12loplugin:loopvartoosmallStephan Bergmann
2015-10-12vcl: recolor images (icons) to be more visible in a dark themeTomaž Vajngerl
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-03-27more std::min and std::max fixesNoel Grandin
2015-03-27fix std::min issueNoel Grandin
2015-03-27fix tb56 buildNoel Grandin
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl
2015-03-27vcl: tests for Bitmap, check for symmetry when scaling bitmapsTomaž Vajngerl
2015-03-12Another "ancient compiler fix"Jan-Marek Glogowski
2015-03-12loplugin:stringconcatStephan Bergmann
2015-03-12vcl: parallelize image scaling.Michael Meeks
2015-01-01fdo#82870 scale "super" quality degradation bugTomaž Vajngerl
2014-10-14vcl: re-factor scaling to use a single fn. pointer based invocation.Michael Meeks
2014-10-14vcl: Re-factor to use the ScaleContext to pass parameters.Michael Meeks
2014-10-14vcl: create a ScaleContext to share copy/paste Bitmap scaling code.Michael Meeks
2014-10-14vcl: hide bitmap helpers in an anonymous namespace.Michael Meeks
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara
2014-06-10coverity#1222225 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222226 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222227 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222228 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222229 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222230 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222231 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222232 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222233 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222234 Division or modulo by zeroCaolán McNamara
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl