summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev2.cxx
AgeCommit message (Expand)Author
2014-04-16Move OutputDevice source files to vcl/source/gdi/outdevChris Sherlock
2014-04-08Remove unnecessary ImplDrawMask function in OutputDeviceChris Sherlock
2014-04-07Use same code path for iOS as for OS X here, tooTor Lillqvist
2014-04-02Resolves: #i124580# corrected some conversions of scale values...Armin Le Grand
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock
2014-03-25fdo#74702 DrawTransformedBitmapEx simplifiedChris Sherlock
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-24fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock
2014-03-24fdo#74702 GetPaintArea protected function introducedChris Sherlock
2014-03-24Decrease indentation by returning early.Jan Holesovsky
2014-03-23No need for these (void)sKhaled Hosny
2014-03-22casting to void to silence a WaE lead to windows complaining.Norbert Thiebaud
2014-03-22WaE unused parameterNorbert Thiebaud
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock
2014-03-22fdo#74702 Moved CopyArea() Window specific functionChris Sherlock
2014-03-22fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock
2014-03-21fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock
2014-03-19Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-27fdo#74124: Scale the pictures before calling ImplDrawAlpha().Jan Holesovsky
2014-01-15Bin misleading OSL_TRACETor Lillqvist
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-08-28Resolves: #i122923# optimize place to add alpha to bitmaps which need rotationArmin Le Grand
2013-08-28Resolves: #i122778# Enhanced own transformer for drawing transformed bitmapsArmin Le Grand
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-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-03-04doubled includesThomas Arnhold
2013-02-26Cut down on the excessive and rather unhelpful OSL_TRACEs in vcl/source/gdiTor Lillqvist
2013-01-04Kill workaround of i#75264 - it breaks drawing of a perfectly fine bitmap.Jan Holesovsky
2012-12-21fdo#55044: OutputDevice::ImplDrawAlpha:Michael Stahl
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-07-07Prescale image with Bitmap::Scale to improve quality.Tomaž Vajngerl
2012-06-19match properly the type in the extern declarationLuboš Luňák
2012-05-28valgrind: Related rhbz#820376 mnDestWidth used without initializationCaolán McNamara
2012-05-07removed unused definesTakeshi Abe
2012-03-29n714787: Duplicate code removal.Muthu Subramanian
2012-03-27Fix vcl alpha blending n#714787Thorsten Behrens
2012-03-16Align transparency cut-off with application defaultsThorsten Behrens
2012-03-05Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara
2012-02-20vcl: TwoRect -> SalTwoRectThomas Arnhold
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
2012-01-25Reduced duplicate code detected by simian.Christina Rossmanith