summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+2
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-4/+2
2015-09-22remove some unused paramsNoel Grandin1-2/+2
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti1-2/+3
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti1-3/+3
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-2/+2
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin1-1/+1
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-8/+0
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-4/+4
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+7
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-7/+7
2015-04-02loplugin:staticmethodsNoel Grandin1-6/+6
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-48/+48
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-2/+2
2014-11-10Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist1-1/+1
2014-11-10vcl: add BitmapEx load from icon theme constructor.Michael Meeks1-3/+14
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-10vcl: BitmapEx now states which icon theme is being used for missing imageChris Sherlock1-1/+2
2014-07-10Clean up AlphaMask::CopyPixel "override" hackStephan Bergmann1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-8/+8
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák1-2/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-14/+0
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-13/+6
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-8/+8
2014-02-26Remove visual noise from vclAlexander Wilms1-7/+7
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-46/+46
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-16Resolves: #i123690# handle the extremes Width or Height equal oneArmin Le Grand1-27/+47
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand1-39/+89
2013-08-28Resolves: #i122778# Enhanced own transformer for drawing transformed bitmapsArmin Le Grand1-127/+49
2013-08-12convert String to OUString in VCLNoel Grandin1-1/+1
2013-07-28fdo#67397: don't bother to create BlendFrame for width == 1 or height == 1Ivan Timofeev1-1/+1
2013-06-20Fixup alpha bitmap generation for Windows.Thorsten Behrens1-29/+5
2013-06-20move static bitmap into a svapp memberCaolán McNamara1-24/+18