summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-20make these variables const, they are just loop boundariesMarkus Mohrhard1-4/+4
2014-02-20reduce scope for more variablesMarkus Mohrhard1-49/+54
2014-02-20reduce scope of many variablesMarkus Mohrhard1-24/+23
2014-02-20make the assignment a bit more obviousMarkus Mohrhard1-4/+4
2014-02-20remove explicit memory managementMarkus Mohrhard1-9/+6
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-11octree.hxx is private to vclTor Lillqvist1-3/+3
2013-06-29Mark as constTakeshi Abe1-1/+1
2013-06-28coverity#1028110 Dereference before null checkNorbert Thiebaud1-6/+11
2013-06-12Small correction in scaling code seen while debugging something elseArmin Le Grand1-13/+17
2013-06-12Added ColorDepth change test with assertion to the Bitmap::Scale methodArmin Le Grand1-12/+25
2013-06-12Corrected bitmap scaler to not create 24bit outputs for scaling masks/alphasArmin Le Grand1-1/+2
2013-06-12Resolves: #i121233# some slight corrections/enhancementsArmin Le Grand1-106/+62
2013-06-09sal_Bool to boolTakeshi Abe1-6/+6
2013-05-14vcl: attempt to fix high quality scaling to get aspect ratio right.Michael Meeks1-5/+14
2013-05-12Remove old scale convolution methods from Bitmap.Tomaž Vajngerl1-103/+0
2013-05-10Resolves: #i121407# Gallery reorganizations...Armin Le Grand1-53/+59
2013-05-10WaE: unreachable codeTor Lillqvist1-2/+0
2013-05-09WaE: clang warningsCaolán McNamara1-5/+0
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand1-36/+1288
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr1-34/+34
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-4/+4
2013-03-26Translate German comments, clean up some WSPhilipp Weissenbacher1-13/+13
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-16/+0