summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)AuthorFilesLines
2013-02-19fdo#60719 : fix crash on scaling bmp with target/source width/height = 1Norbert Thiebaud1-23/+71
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-3/+3
2012-12-17fdo#58196 Viewing: Reenable mirroring for scaled-down imagesWerner Koerner1-2/+12
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-19re-base on ALv2 code. Includes:Michael Meeks5-115/+70
2012-11-12Use memcmp instead of rtl_compareMemory in svtoolsArnaud Versini1-1/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks7-191/+183
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-09-02Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.Tomaž Vajngerl1-119/+607
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann3-6/+5
2012-08-14Fix transparent bitmap rendering.Tomaž Vajngerl1-30/+30
2012-08-08Convert from tools/list.hxx to std::list in GraphicCacheNoel Grandin2-40/+41
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-0/+1
2012-07-25Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.Tomaž Vajngerl1-16/+25
2012-07-24One pass scale, rotate and crop using bilinear filtering and averaging.Tomaž Vajngerl1-67/+70
2012-07-11Decrease header files dependenciesMatteo Casalin2-2/+1
2012-07-11warning C4805: '|=': unsafe mix of types 'bool' and 'sal_Bool'Michael Stahl1-2/+2
2012-07-11GraphicManager::ImplCreateOutput: warning C4701:Michael Stahl1-1/+1
2012-06-25Remove ImplCreateScaled and ImplCreateRotatedScaledTomaž Vajngerl1-730/+0
2012-06-25use only Bitmap scaling and fixes to scalingTomaž Vajngerl1-192/+123
2012-06-25Cleanup code comments and change Sal_bool to boolTomaž Vajngerl1-50/+2
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-6/+4
2012-06-22try somewhat harder to smoothscale objects (bnc#765998)Luboš Luňák1-29/+28
2012-06-22make it possible to cache the resulting pixmap with a metafileLuboš Luňák2-11/+305
2012-06-22fix counting of bitmaps in a metafileLuboš Luňák1-6/+6
2012-06-22be somewhat lenient when doing the one-bitmap WMF optimizationLuboš Luňák1-86/+97
2012-06-22improve/fix commentsLuboš Luňák1-7/+7
2012-06-22remove unused variableLuboš Luňák1-1/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-19no references to temporariesLuboš Luňák1-4/+3
2012-06-02targeted string re-workNorbert Thiebaud1-3/+3
2012-05-09removed unused definesTakeshi Abe1-1/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2-2/+2
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-22revert slew of debug code committed in errorMichael Meeks2-8/+0
2012-02-22fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez2-0/+8
2012-02-19svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold1-6/+0
2012-02-09unographic: delete unused GraphicDescriptor::isValid()Greg Kroah-Hartman2-9/+0
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-7/+6
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann1-6/+11
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae1-2/+12
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot4-5/+5
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-21tweak for pre language-defect #77Caolán McNamara1-2/+2
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-4/+3
2011-12-21needs more work firstCaolán McNamara1-3/+4