summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara1-21/+11
2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl1-0/+17
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-25vcl: rename impoct.hxx to impoctree.hxxChris Sherlock1-3/+3
2015-12-11vcl: extract scale convolution from bitmap to its own class/fileTomaž Vajngerl1-375/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29coverity#1325063 Resource leakCaolán McNamara1-1/+2
2015-09-29coverity#1325062 Resource leakCaolán McNamara1-2/+4
2015-09-22convert Link<> to typedNoel Grandin1-3/+3
2015-09-03Fix mis-mergeStephan Bergmann1-6/+6
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl1-0/+7
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-16/+16
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin1-2/+2
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-4/+4
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-3/+3
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-17/+17
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-19/+19
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl1-86/+93
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-02-25Fix crash while scaling large bitmaps.Ashod Nakashian1-6/+7
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara1-7/+14
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák1-0/+6
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne1-2/+15
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+7
2014-11-02coverity#1242508: swapped argumentsThorsten Behrens1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara1-10/+18
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl1-809/+4
2014-04-19coverity#440822 dereference before null checkDavid Tardon1-110/+113
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák1-7/+21
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-10/+0
2014-04-01Improved coding style as shown in examples fdo#75240Milan Zelenka1-64/+71
2014-03-14Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-50/+28
2014-03-02[bug 75240] - reduced some variables' scopeMihai Varga1-12/+10
2014-02-28[bug 75240] - removed unnecessary white spacesMihai Varga1-245/+245
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-71/+71
2014-02-20prefer a Scoped[Read|Write}AccessMarkus Mohrhard1-11/+3
2014-02-20more scope reductionMarkus Mohrhard1-16/+17
2014-02-20more scope reductionMarkus Mohrhard1-27/+24
2014-02-20reduce scopeMarkus Mohrhard1-41/+41
2014-02-20more stylistic cleanupMarkus Mohrhard1-4/+4
2014-02-20reduce scope for more variablesMarkus Mohrhard1-74/+71