summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfmgr2.cxx
AgeCommit message (Expand)Author
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-02-22More improvements of graphic cache size handlingZolnai Tamás
2015-02-09svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer
2014-11-21Don't use a hard coded limit for size based auto swap out.Zolnai Tamás
2014-11-18Be precise here, maximum value means it is still allowed to haveZolnai Tamás
2014-11-18Be honest about the maximum cache sizeZolnai Tamás
2014-11-07Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás
2014-11-07Ignore the swapped in graphic, but use its sizeZolnai Tamás
2014-11-07Avoid an image loss situation of auto swappingZolnai Tamás
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-31GraphicManager: fix crash when swapping out graphicsMichael Stahl
2014-08-31GraphicManager: let's assert GraphicObjects are inserted and deleted onceMichael Stahl
2014-07-15use same swap stategy on all platformsCaolán McNamara
2014-07-15Resolves: #i125111# limit mem footprint for GraphicObjects...Armin Le Grand
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-06fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02coverity#736572: possible memory leak and memory corruption + docuMarkus Mohrhard
2013-02-19WaE: implicit conversion from 'double' to 'long' changes value from 0.5 to 0Tor Lillqvist
2013-02-18ImplCreateRotatedScaled: fix wrong usage of 'x' instead of 'y'Michael Stahl
2013-02-18fdo#60719 : fix crash on scaling bmp with target/source width/height = 1Norbert Thiebaud
2012-12-17fdo#58196 Viewing: Reenable mirroring for scaled-down imagesWerner Koerner
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-02Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.Tomaž Vajngerl
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-14Fix transparent bitmap rendering.Tomaž Vajngerl
2012-07-25Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.Tomaž Vajngerl
2012-07-24One pass scale, rotate and crop using bilinear filtering and averaging.Tomaž Vajngerl
2012-07-11GraphicManager::ImplCreateOutput: warning C4701:Michael Stahl
2012-06-25Remove ImplCreateScaled and ImplCreateRotatedScaledTomaž Vajngerl
2012-06-25use only Bitmap scaling and fixes to scalingTomaž Vajngerl
2012-06-25Cleanup code comments and change Sal_bool to boolTomaž Vajngerl