summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap.cxx
AgeCommit message (Expand)Author
2018-03-05vcl: move vcl/source/gdi/bitmap.cxx to vcl/source/bitmap/bitmap.cxxChris Sherlock
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-10-16ofz: optimize 1bit mask to avoid timeoutCaolán McNamara
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin
2017-09-27simplify Bitmap operator==/IsEqual (stage1)Noel Grandin
2017-09-25Fix typosAndrea Gelmini
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
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-06-28loplugin:oncevar in vclNoel Grandin
2017-05-30tdf#107682 - Repeated images replace correct ones in exported PDFMarco Cecchetti
2017-04-27no bitmaps in .src files anymoreCaolán McNamara
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-06crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-30ofz#968 short-cut slow create mask when we are our own mask alreadyCaolán McNamara
2017-03-30tweak indent a littleCaolán McNamara
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-02-08coverity#1400143 Missing move assignment operatorCaolán McNamara
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-02coverity#1371159 Missing move assignment operatorCaolán McNamara
2016-07-11Resolves: tdf#100463 tolerence in contour editor doesn't workCaolán McNamara
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-09cppcheck: truncLongCastAssignmentCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin