summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-19Resolves: #i122418# Added workaround to not use GetBitmap on windowsArmin Le Grand1-0/+149
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand1-0/+368
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-100/+1
2013-06-11Cairo canvas fixesMichael Meeks1-1/+77
2013-06-11sal_Bool to boolTakeshi Abe1-1/+1
2013-05-16assertion removed: allow BitmapEx constructors with empty Mask or AlphaMaskArmin Le Grand1-11/+3
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe1-1/+1
2013-05-12Resolves: #i120165# Adapt Mask/Alpha at BitmapEx construction...Armin Le Grand1-4/+18
2013-05-10Resolves: #i121407# Gallery reorganizations...Armin Le Grand1-4/+13
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand1-2/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-26Translate German comments, clean up some WSPhilipp Weissenbacher1-5/+5
2013-02-25perf: avoid scaling images to the same size at some cost.Michael Meeks1-1/+3
2013-01-23Fix fdo#59616 - ensure BitmapEx has same-sized subbitmapsThorsten Behrens1-0/+18
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdiChr. Rossmanith1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-09-02Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.Tomaž Vajngerl1-56/+0
2012-08-14Fix transparent bitmap rendering.Tomaž Vajngerl1-21/+32
2012-07-26Only make transparent mask when the angle is not 0, 90, 180 or 270.Tomaž Vajngerl1-3/+5
2012-07-26Remove useless code separaion comments in bitmapex.cxxTomaž Vajngerl1-89/+0
2012-07-25Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.Tomaž Vajngerl1-6/+9
2012-07-24One pass scale, rotate and crop using bilinear filtering and averaging.Tomaž Vajngerl1-1/+41
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-1/+1
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-10-07cppcheck reduce scope of var in vcl/...bitmapex.cxxPierre-André Jacquod1-2/+2
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara1-2/+5