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