summaryrefslogtreecommitdiff
path: root/include/vcl/salbtype.hxx
AgeCommit message (Expand)Author
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen
2019-04-17move BitmapAccessMode enum from salbtype to its own fileTomaž Vajngerl
2019-04-15break up classes in salbtype into own filesTomaž Vajngerl
2019-02-15BitmapColor string representation - fix proper paddingTomaž Vajngerl
2019-02-09more terse string output for BitmapColorTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-10-05Alpha channel in BitmapColor - change bIndex to alphaTomaž Vajngerl
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-18vcl: change mbIndex from sal_uInt8 to bool in BitmapColorChris Sherlock
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-01-31BitmapColor can be finalNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11Replace macro with functionStephan Bergmann
2018-01-09convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin
2017-11-06BitmapColor::GetLuminance doesn't need to use unsigned longNoel Grandin
2017-10-08Make Color a forward declarationChris Sherlock
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-02-23loplugin:unusedmethodsNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-08coverity#1400143 Missing move assignment operatorCaolán McNamara
2016-12-16CppunitTest_vcl_complextext: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-07-18Resolves: tdf#100731 include palette in checksumCaolán McNamara
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-21Use real assert() instead of DBG_ASSERT()Tor Lillqvist
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29coverity#708213 ditch the empty ctor/dtorsCaolán McNamara
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-09-17WaE: this method can be declared static ColorMaskElement::CalcMaskShiftTor Lillqvist
2015-09-16move CalcMaskShift to ColorMaskElementCaolán McNamara
2015-09-16move mask into ColorMaskElement tooCaolán McNamara
2015-09-16split out shared rgb components into structsCaolán McNamara
2015-08-21sal_uLong to size_tMatteo Casalin
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin
2015-08-21sal_uLong to sal_uInt16 as return type of BitmapColor::GetColorErrorMatteo Casalin
2015-08-21There's no need to loop backward, in the endMatteo Casalin
2015-08-21Bail-out early and rework loops to use correct unsigned typeMatteo Casalin
2015-08-21Improve readability (minor code modification, formatting)Matteo Casalin
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin