/o3tl/

his.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)Author
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-25Fix crash while scaling large bitmaps.Ashod Nakashian
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne
2014-11-02coverity#1242508: swapped argumentsThorsten Behrens
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
2014-04-19coverity#440822 dereference before null checkDavid Tardon
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Improved coding style as shown in examples fdo#75240Milan Zelenka
2014-03-14Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-02[bug 75240] - reduced some variables' scopeMihai Varga
2014-02-28[bug 75240] - removed unnecessary white spacesMihai Varga
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20prefer a Scoped[Read|Write}AccessMarkus Mohrhard
2014-02-20more scope reductionMarkus Mohrhard
2014-02-20more scope reductionMarkus Mohrhard
2014-02-20reduce scopeMarkus Mohrhard
2014-02-20more stylistic cleanupMarkus Mohrhard
2014-02-20reduce scope for more variablesMarkus Mohrhard
2014-02-20make these variables const, they are just loop boundariesMarkus Mohrhard
2014-02-20reduce scope for more variablesMarkus Mohrhard
2014-02-20reduce scope of many variablesMarkus Mohrhard
2014-02-20make the assignment a bit more obviousMarkus Mohrhard
2014-02-20remove explicit memory managementMarkus Mohrhard
2014-01-28bool improvementsStephan Bergmann