summaryrefslogtreecommitdiffstats
path: root/vcl/headless/svpbmp.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:commaoperator in vcl/Noel Grandin2016-02-221-2/+6
* cppcheck: fix redundantConditionJulien Nabet2016-01-311-1/+1
* new[] failed but memset of requested len called anywayCaolán McNamara2016-01-211-6/+5
* Quickfix for deterministic SvpSalBitmap checksumsStephan Bergmann2016-01-211-1/+7
* replace use of basebmp in vcl entirely nowCaolán McNamara2016-01-201-318/+148
* only use of clone is to copy, so do thatCaolán McNamara2016-01-191-3/+1
* always copying the full bitmap, not just a portion of itCaolán McNamara2016-01-191-2/+1
* devices are always top-down nowCaolán McNamara2016-01-181-7/+5
* drop now unused basebmp xor modeCaolán McNamara2016-01-181-1/+1
* tdf#95450 avoid double swap on big endian archesDavid Tardon2015-12-171-28/+0
* Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara2015-12-071-20/+0
* Resolves: tdf#95962 incorrect scanline strideCaolán McNamara2015-11-241-4/+2
* pInst no longer neededStephan Bergmann2015-11-231-2/+0
* loplugin:staticmethodsStephan Bergmann2015-11-231-1/+1
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-1/+1
* com::sun::star->css in vcl/Noel Grandin2015-11-181-1/+1
* use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara2015-11-161-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Resolves: tdf#94458 wrong alpha values for 32bit dibsCaolán McNamara2015-09-281-4/+12
* make CalcMaskShift a verifiable operationCaolán McNamara2015-09-171-13/+78
* boost->stdCaolán McNamara2015-09-131-1/+1
* loplugin:unusedmethods vclNoel Grandin2015-07-081-10/+0
* convert basebmp::Format to scoped enumNoel Grandin2015-06-041-51/+51
* convert DrawMode to scoped enumNoel Grandin2015-06-041-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-061-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara2015-02-261-0/+10
* Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann2015-02-261-10/+0
* Use the cairo-compatible basebmp surface for headlessCaolán McNamara2015-02-251-0/+10
* make ScanlineStride an argument to createBitmapDeviceCaolán McNamara2015-02-241-2/+4
* vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne2014-12-111-3/+3
* vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne2014-12-031-0/+5
* Add dummy Erase to SalBitmap implementationsMatúš Kukan2014-12-031-0/+5
* Add dummy Crop to SalBitmap implementationsMatúš Kukan2014-11-191-0/+5
* vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne2014-11-101-0/+5
* Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt2014-06-251-8/+8
* svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt2014-06-251-18/+6
* Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist2014-04-101-1/+1
* Fix a few problems in the iOS vcl codeTor Lillqvist2014-03-241-0/+4
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-59/+59
* THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann2013-07-121-1/+1
* Remove dead code related to unused WITH_SVP_LISTENINGStephan Bergmann2013-06-131-0/+40
* Add a SAL_INFO()Tor Lillqvist2013-03-261-0/+1
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-23/+14
* Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist2012-06-071-4/+34
* Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist2012-06-051-0/+1
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-021-2/+2
* headless: move backend to top-level, and enable for all platformsMichael Meeks2011-10-251-0/+330