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