summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salmisc.cxx
AgeCommit message (Expand)Author
2021-10-31tools::Long->sal_Int32 in StretchAndConvertNoel Grandin
2021-08-20make BitmapPalette a COW typeNoel Grandin
2021-03-31remove internal 4bit scanline formatsNoel
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-11-13remove unused #ifdefNoel
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-05N8BitTcMask is unusedNoel
2020-10-28convert some more long -> tools::LongNoel
2020-10-19use tools::Long in vclNoel
2020-07-01remove code duplication for BitmapReadAccess pixel functionsLuboš Luňák
2020-01-26remove some unused local varsNoel Grandin
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29reorganize so arrays are allocated with same variables as access limitsCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-08-17coverity#735993 Explicit null dereferencedCaolán McNamara
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2013-07-24Resolves: #i122796# fix half-pixel offset in StretchAndConvert...Herbert Dürr
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-05-07removed unused definesTakeshi Abe
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-14rebase to DEV300_m100Philipp Lohmann [pl]
2011-01-24vcl2gnumake: #i116589# header cleanup: linux,solaris,macosPhilipp Lohmann [pl]
2011-01-12removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLongCarsten Driesner
2010-12-13cppcheck: cleanupJoachim Trémouroux
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth