summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/bitmap.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-15vcl: aAlphaBitmap.ImplGetImpBitmap() seen as 0Miklos Vajna1-4/+7
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-03ImplImageBmp::Draw - nPos parameter is always 0Tomaž Vajngerl1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-13/+15
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-7/+7
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-13/+13
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky1-0/+26
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-19/+19
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-3/+3
2015-05-19Resolves: tdf#91392 orig map for orig code paths, and new map for new pathCaolán McNamara1-6/+53
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-13/+17
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-5/+5
2015-04-02loplugin:staticmethodsNoel Grandin1-10/+10
2015-02-12do not silently fail if the optimized blend path doesn't do anythingLuboš Luňák1-13/+9
2015-01-19Don't allow a negative sample range. Fixes test breakage.Tomaž Vajngerl1-2/+4
2015-01-19fdo#74124 bilinear scaling with blending for some formatsTomaž Vajngerl1-86/+193
2015-01-19Extract slow path of DrawDeviceAlphaBitmap into its own methodTomaž Vajngerl1-116/+137
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-41/+17
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-3/+24
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky1-3/+3
2014-11-20vcl: If there it a MapMode, it is applied.Jan Holesovsky1-22/+0
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky1-2/+2
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky1-4/+4
2014-11-11vcl: Use the fast path for rendering.Jan Holesovsky1-5/+3
2014-11-11windows opengl: Make sure we don't reach the slow parts of the code.Jan Holesovsky1-5/+8
2014-11-10prevent insane memory allocationMarkus Mohrhard1-2/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-11Resolves: fdo#82552 we only check pAlphaW on one branchCaolán McNamara1-2/+2
2014-07-10fdo#80498: vcl: Revert "fdo#74124: Scale the pictures before calling ...Michael Stahl1-23/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-2/+2
2014-04-30vcl: clean-up DrawDeviceBitmap methodTomaž Vajngerl1-32/+30
2014-04-30fdo#77126 BitmapEx.Scale already takes care of mirroringTomaž Vajngerl1-3/+7
2014-04-28fdo#78030 - Bitmaps are missing allover the UIThomas Arnhold1-1/+4
2014-04-28VCL: Renamed two functionsChris Sherlock1-182/+180
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-2/+2
2014-04-24VCL: Remove unnecessary headers from outdev/bitmap.cxxChris Sherlock1-9/+0
2014-04-24outdev/bitmap.cxx: remove unnecessary headers, fix SAL_WARN_IF statementChris Sherlock1-3/+4
2014-04-24Rearrange VCL OutputDevice bitmap functionsChris Sherlock1-288/+288
2014-04-24Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxxChris Sherlock1-2/+24
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-2/+2
2014-04-23Move bitmap functions in header, warn if calling GetBitmap() in PrinterChris Sherlock1-3/+1
2014-04-22Merge tworect.cxx with rect.cxx and rename functionsChris Sherlock1-2/+2
2014-04-22Fix wrong function names in bitmap.cxxChris Sherlock1-2/+2