summaryrefslogtreecommitdiff
path: root/vcl/source/filter/GraphicNativeTransform.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-7/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-8/+8
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-2/+2
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2013-07-28fdo#66006 Convert to PNG for JPEG that can't be losslessly rotatedTomaž Vajngerl1-30/+35
2013-06-03fdo#34423 Allow to rotate raw uncompressed bitmaps.Tomaž Vajngerl1-1/+20
2013-04-21Fix enum Tag and Orientation usage.Tomaž Vajngerl1-3/+3
2013-04-21At native rotation of JPEG image detect and reset image orientation.Tomaž Vajngerl1-7/+17
2013-04-21Remove rotation for SVG for now.Tomaž Vajngerl1-4/+0
2013-04-21canBeRotated added to ask if native rotation can be performed.Tomaž Vajngerl1-0/+20
2013-04-21Use GraphicFilter directly in GraphicNativeTransform.Tomaž Vajngerl1-26/+37
2013-04-21Add rotation for PNG and GIF to GraphicNativeRotation.Tomaž Vajngerl1-3/+57
2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl1-0/+78