summaryrefslogtreecommitdiff
path: root/vcl/quartz/salbmp.cxx
AgeCommit message (Expand)Author
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann
2019-09-07remove some unnecessary castsNoel Grandin
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen
2019-07-16loplugin:simplifyconstruct (macOS)Stephan Bergmann
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist
2019-05-18use CGContextHolder in AquaSalBitmapTomaž Vajngerl
2019-05-18Wrap CGLayer into a CGLayerHolder class and move code to use itTomaž Vajngerl
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-05-08Add some comments to macOS backend impl. of SalBitmapTomaž Vajngerl
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-12-26The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhereTor Lillqvist
2018-12-26Add some pondering about code of questionable provenance in a commentTor Lillqvist
2018-12-21Add a bit more information to a SAL_WARNTor Lillqvist
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-09Bin horribly verbose image saving on iOS for debug purposesTor Lillqvist
2018-10-03We need to include <o3tl/make_unique.hxx> hereTor Lillqvist
2018-09-20loplugin:useuniqueptr in ImplPixelFormatNoel Grandin
2018-09-20loplugin:useuniqueptr in QuartzSalBitmap::CreateColorMaskNoel Grandin
2018-09-18loplugin:external (macOS)Stephan Bergmann
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-17loplugin:redundantfcastStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-29tdf#117335 Fix displaying GIF imagesBartosz Kosiorek
2018-04-17tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if neededArmin Le Grand
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2018-03-21Don't initialize data for --enable-dbgutil onlyStephan Bergmann
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock
2018-03-09drop getColor() method of ColorNoel Grandin
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-22ColorData->Color in vcl quartzNoel Grandin
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-08-07loplugin:unnecessaryparenStephan Bergmann
2017-03-28ofz#954 out of memoryCaolán McNamara
2017-01-30tdf#104693: screenshot: fix mirrored mac screenshotsThorsten Behrens
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin
2016-06-21vcl: remove some commented-out codeThorsten Behrens
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke
2016-05-01fix copy&paste errorJochen Nitschke