summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-05vcl: move vcl/source/gdi/bitmap.cxx to vcl/source/bitmap/bitmap.cxxChris Sherlock1-2005/+0
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-25/+25
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-22/+22
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock1-2/+73
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-4/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-10/+10
2018-02-07use scanline when reading pixel dataNoel Grandin1-36/+64
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-51/+129
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+2
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-9/+9
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin1-26/+30
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin1-42/+43
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-43/+42
2017-10-16ofz: optimize 1bit mask to avoid timeoutCaolán McNamara1-13/+23
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin1-1/+1
2017-09-27simplify Bitmap operator==/IsEqual (stage1)Noel Grandin1-2/+2
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-71/+71
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-2/+2
2017-06-28loplugin:oncevar in vclNoel Grandin1-1/+2
2017-05-30tdf#107682 - Repeated images replace correct ones in exported PDFMarco Cecchetti1-0/+15
2017-04-27no bitmaps in .src files anymoreCaolán McNamara1-8/+0
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-04-06crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-27/+27
2017-03-30ofz#968 short-cut slow create mask when we are our own mask alreadyCaolán McNamara1-2/+9
2017-03-30tweak indent a littleCaolán McNamara1-119/+116
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-6/+6
2017-02-08coverity#1400143 Missing move assignment operatorCaolán McNamara1-2/+2
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin1-85/+2
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-76/+61
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann1-1/+2
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-02coverity#1371159 Missing move assignment operatorCaolán McNamara1-0/+9
2016-07-11Resolves: tdf#100463 tolerence in contour editor doesn't workCaolán McNamara1-18/+18
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-14/+14
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-8/+8
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara1-82/+38
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-09cppcheck: truncLongCastAssignmentCaolán McNamara1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-2/+2
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti1-47/+3
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin1-4/+4