summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-15/+15
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-4/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-17/+17
2015-04-01loplugin:staticfunctionNoel Grandin1-10/+10
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl1-22/+21
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-11/+11
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-5/+18
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+18
2014-11-21vcl: remove ::Bitmap as friend of OutputDeviceChris Sherlock1-2/+4
2014-11-20Bitmap::Crop: When the rectangle is entire bitmap, do nothingMatúš Kukan1-1/+1
2014-11-10one more case of these insane memory alloc/release cyclesMarkus Mohrhard1-2/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-07-10Clean up AlphaMask::CopyPixel "override" hackStephan Bergmann1-0/+108
2014-06-26check for self-assignCaolán McNamara1-0/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-24cppcheck: variableScopeThomas Arnhold1-6/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-1/+1
2014-03-14Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-35/+18
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-50/+50
2013-11-01The "source size" of a VCL bitmap is not used for anythingTor Lillqvist1-6/+0
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand1-9/+63
2013-06-11Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...Michael Meeks1-13/+0
2013-06-11sal_Bool to boolTakeshi Abe1-5/+5
2013-06-09sal_Bool to boolTakeshi Abe1-12/+12
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr1-11/+11
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-12/+12
2013-03-26Translate German comments, clean up some WSPhilipp Weissenbacher1-19/+15
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-85/+0
2013-03-14pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik1-0/+13
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-11-03Unwind and refactor some of the Grey Palette stuffCaolán McNamara1-28/+33
2011-11-03Cleanup inline IsGreyPalette implementation for mac platforms.Michael Meeks1-11/+10
2011-11-03Removed IsGreyPaletteEmanuele Fia1-20/+0
2011-10-07cppcheck scope reduction of var in vcl/... bitmap.cxxPierre-André Jacquod1-1/+3
2011-07-29callcatcher: remove unused methodsThomas Arnhold1-14/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-5/+7