summaryrefslogtreecommitdiff
path: root/vcl/quartz/salbmp.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski1-1/+1
2021-04-06vcl: quartz - use ScanlineTransformer instead of local converterTomaž Vajngerl1-230/+11
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl1-14/+15
2021-03-31remove internal 4bit scanline formatsNoel1-3/+0
2021-01-18Clean up includes a bit for iOS and macOSTor Lillqvist1-1/+0
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist1-58/+0
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner1-7/+15
2021-01-04Don't use m prefix for a local variableTor Lillqvist1-13/+13
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock1-1/+1
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann1-4/+4
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák1-1/+1
2020-06-11loplugin:simplifypointertobool (macOS)Stephan Bergmann1-1/+1
2020-05-28loplugin:simplifypointertobool (macOS)Stephan Bergmann1-4/+4
2019-12-06loplugin:external (macOS)Stephan Bergmann1-2/+7
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin1-50/+5
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann1-1/+6
2019-09-07remove some unnecessary castsNoel Grandin1-1/+1
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen1-1/+6
2019-07-16loplugin:simplifyconstruct (macOS)Stephan Bergmann1-3/+3
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist1-33/+2
2019-05-18use CGContextHolder in AquaSalBitmapTomaž Vajngerl1-52/+53
2019-05-18Wrap CGLayer into a CGLayerHolder class and move code to use itTomaž Vajngerl1-7/+6
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-3/+3
2019-05-08Add some comments to macOS backend impl. of SalBitmapTomaž Vajngerl1-1/+2
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-7/+6
2018-12-26The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhereTor Lillqvist1-1/+0
2018-12-26Add some pondering about code of questionable provenance in a commentTor Lillqvist1-0/+5
2018-12-21Add a bit more information to a SAL_WARNTor Lillqvist1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-09Bin horribly verbose image saving on iOS for debug purposesTor Lillqvist1-42/+0
2018-10-03We need to include <o3tl/make_unique.hxx> hereTor Lillqvist1-0/+1
2018-09-20loplugin:useuniqueptr in ImplPixelFormatNoel Grandin1-15/+11
2018-09-20loplugin:useuniqueptr in QuartzSalBitmap::CreateColorMaskNoel Grandin1-7/+3
2018-09-18loplugin:external (macOS)Stephan Bergmann1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+3
2018-08-17loplugin:redundantfcastStephan Bergmann1-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29tdf#117335 Fix displaying GIF imagesBartosz Kosiorek1-6/+6
2018-04-17tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if neededArmin Le Grand1-5/+27
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin1-0/+1
2018-03-26replace SalColor with ColorNoel Grandin1-4/+4
2018-03-21Don't initialize data for --enable-dbgutil onlyStephan Bergmann1-13/+0
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann1-3/+12
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock1-12/+3
2018-03-09drop getColor() method of ColorNoel Grandin1-3/+3
2018-02-26use less RGB_COLORDATANoel Grandin1-3/+3
2018-02-22ColorData->Color in vcl quartzNoel Grandin1-38/+29
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock1-3/+3
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-4/+4
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin1-1/+1