summaryrefslogtreecommitdiff
path: root/vcl/quartz/salbmp.cxx
AgeCommit message (Expand)Author
2021-04-06vcl: quartz - use ScanlineTransformer instead of local converterTomaž Vajngerl
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl
2021-03-31remove internal 4bit scanline formatsNoel
2021-01-18Clean up includes a bit for iOS and macOSTor Lillqvist
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner
2021-01-04Don't use m prefix for a local variableTor Lillqvist
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-06-11loplugin:simplifypointertobool (macOS)Stephan Bergmann
2020-05-28loplugin:simplifypointertobool (macOS)Stephan Bergmann
2019-12-06loplugin:external (macOS)Stephan Bergmann
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