summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/bitmap.cxx
AgeCommit message (Expand)Author
2016-11-30tdf#103747: Don't re-position images when re-playing a metafile.Jan Holesovsky
2016-11-08typo fix: ressource -> resourceAndras Timar
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-06-19LOK: tile rendering regression fixAshod Nakashian
2016-06-18plugin:defaultparamsMarkus Mohrhard
2016-06-17LOK: fast tile rendering (graphics and buttons)Ashod Nakashian
2016-05-30convert TransparentType to scoped enumNoel Grandin
2016-05-27Related: tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmapCaolán McNamara
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-04-21Make the OSL_ENSURE message match realityTor Lillqvist
2016-04-06tdf#90319: make image flipping work when aLinearContext(...) code path chosenpasqualm
2016-03-25fix headless buildOliver Specht
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-12-18tdf#90319: make image flipping work in writer for pngpasqualm
2015-11-23vcl: simplify Image internalsTomaž Vajngerl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10tdf#95481 catch out-of-range access in vcl bitmapArmin Le Grand
2015-11-05OpenGL options: clarify setting descriptions, and provide a live status.Michael Meeks
2015-10-15vcl: aAlphaBitmap.ImplGetImpBitmap() seen as 0Miklos Vajna
2015-09-30Fix typosAndrea Gelmini
2015-08-03ImplImageBmp::Draw - nPos parameter is always 0Tomaž Vajngerl
2015-07-04Fix typosAndrea Gelmini
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-19Resolves: tdf#91392 orig map for orig code paths, and new map for new pathCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-02-12do not silently fail if the optimized blend path doesn't do anythingLuboš Luňák
2015-01-19Don't allow a negative sample range. Fixes test breakage.Tomaž Vajngerl
2015-01-19fdo#74124 bilinear scaling with blending for some formatsTomaž Vajngerl
2015-01-19Extract slow path of DrawDeviceAlphaBitmap into its own methodTomaž Vajngerl
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky
2014-11-20vcl: If there it a MapMode, it is applied.Jan Holesovsky
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky