summaryrefslogtreecommitdiff
path: root/include/vcl/salbtype.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-29coverity#708213 ditch the empty ctor/dtorsCaolán McNamara1-7/+0
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-27/+20
2015-09-17WaE: this method can be declared static ColorMaskElement::CalcMaskShiftTor Lillqvist1-4/+4
2015-09-16move CalcMaskShift to ColorMaskElementCaolán McNamara1-35/+32
2015-09-16move mask into ColorMaskElement tooCaolán McNamara1-36/+35
2015-09-16split out shared rgb components into structsCaolán McNamara1-45/+51
2015-08-21sal_uLong to size_tMatteo Casalin1-5/+5
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin1-54/+53
2015-08-21sal_uLong to sal_uInt16 as return type of BitmapColor::GetColorErrorMatteo Casalin1-8/+9
2015-08-21There's no need to loop backward, in the endMatteo Casalin1-14/+6
2015-08-21Bail-out early and rework loops to use correct unsigned typeMatteo Casalin1-10/+10
2015-08-21Improve readability (minor code modification, formatting)Matteo Casalin1-7/+21
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens1-20/+0
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson1-12/+11
2015-07-08loplugin:unusedmethods vclNoel Grandin1-27/+0
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-14/+13
2015-05-23Remove include stdio (part6)Julien Nabet1-1/+0
2015-05-20fix indentationNoel Grandin1-25/+23
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-6/+6
2015-03-19MSVC and gcc are wrong, Clang was right, apparentlyTor Lillqvist1-1/+1
2015-03-19Revert "Dr.Memory complains about this..."Tor Lillqvist1-1/+1
2015-03-19Dr.Memory complains about this...Jan Holesovsky1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-8/+8
2014-12-18Related: coverity#1202743 Bad bit shift operationCaolán McNamara1-130/+1
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-0/+10
2014-12-03Fix "result of 32-bit shift implicitly converted to 64 bits" on WNT x64David Ostrovsky1-2/+2
2014-11-04coverity#1202743 bad bit shift operationDavid Tardon1-0/+1
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt1-10/+19
2014-06-05Avoid undefined mis-aligned memory accessStephan Bergmann1-29/+0
2014-03-01Remove visual noise from includeAlexander Wilms1-72/+72
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-17/+17
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-3/+3
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand1-2/+3
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-0/+16
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr1-10/+2
2013-04-23execute move of global headersBjoern Michaelsen1-0/+887