summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap.cxx
AgeCommit message (Expand)Author
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
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne
2014-11-21vcl: remove ::Bitmap as friend of OutputDeviceChris Sherlock
2014-11-20Bitmap::Crop: When the rectangle is entire bitmap, do nothingMatúš Kukan
2014-11-10one more case of these insane memory alloc/release cyclesMarkus Mohrhard
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-07-10Clean up AlphaMask::CopyPixel "override" hackStephan Bergmann
2014-06-26check for self-assignCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-24cppcheck: variableScopeThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock
2014-03-14Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock