summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)Author
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-04-27some eco-activismThomas Arnhold
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
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
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-17fdo#58196 Viewing: Reenable mirroring for scaled-down imagesWerner Koerner
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-12Use memcmp instead of rtl_compareMemory in svtoolsArnaud Versini
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
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-08-08Convert from tools/list.hxx to std::list in GraphicCacheNoel Grandin
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
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-11Decrease header files dependenciesMatteo Casalin
2012-07-11warning C4805: '|=': unsafe mix of types 'bool' and 'sal_Bool'Michael Stahl
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
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák
2012-06-22try somewhat harder to smoothscale objects (bnc#765998)Luboš Luňák
2012-06-22make it possible to cache the resulting pixmap with a metafileLuboš Luňák
2012-06-22fix counting of bitmaps in a metafileLuboš Luňák
2012-06-22be somewhat lenient when doing the one-bitmap WMF optimizationLuboš Luňák
2012-06-22improve/fix commentsLuboš Luňák
2012-06-22remove unused variableLuboš Luňák
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-19no references to temporariesLuboš Luňák
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-09removed unused definesTakeshi Abe
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet