summaryrefslogtreecommitdiff
path: root/vcl/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-04-29fdo#39468 Translation and cleanupChris Sherlock3-200/+124
2013-04-22adjust_exif_parameters defined but not used [-Werror=unused-function]Michael Stahl1-0/+2
2013-04-22-Werror=unused-parameterStephan Bergmann1-0/+2
2013-04-22Make jdiv_round_up available (-Werror=implicit-function-declaration)Stephan Bergmann1-0/+10
2013-04-22DO NOT use internal headers of jpegDavid Tardon1-11/+23
2013-04-21Add jpegint.h to jpeg module. Fix warning in Exif.Tomaž Vajngerl1-2/+3
2013-04-21WaE: unused variable in ExifTomaž Vajngerl1-1/+0
2013-04-21Fix enum Tag and Orientation usage.Tomaž Vajngerl2-5/+5
2013-04-21Extract IFD processing in Exif.Tomaž Vajngerl2-25/+31
2013-04-21At native rotation of JPEG image detect and reset image orientation.Tomaž Vajngerl1-7/+17
2013-04-21More correct reading of Exif metadata.Tomaž Vajngerl2-33/+107
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ž Vajngerl2-5/+59
2013-04-21Regster rotate left, right menu items.Tomaž Vajngerl1-0/+2
2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl12-9/+2543
2013-04-21sal_Bool to bool in jpeg filterTomaž Vajngerl2-6/+7
2013-04-21Split JpegWriter and JpegReader out from jpeg.cxx/hxxTomaž Vajngerl8-808/+959
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-3/+3
2013-04-15properly prefix graphic filter methodsPeter Foley1-2/+2
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold1-1/+1
2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand1-48/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák16-98/+97
2013-04-02Jpeg filter: destroy cinfo at setjmp + minor code clenupsTomaž Vajngerl3-43/+51
2013-04-01Resolves: #i117968# Made WMFReader thread safeArmin Le Grand3-21/+27
2013-03-31We are in 2013 - remove "goto" in jpeg filter.Tomaž Vajngerl1-30/+10
2013-03-31Add Chroma subsampling options to jpeg writer.Tomaž Vajngerl4-6/+24
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-29Fix wrong copy paste iterator (import instead of export)Julien Nabet1-4/+4
2013-03-29Use const_iterator instead of iterator if possibleJulien Nabet1-9/+11
2013-03-28Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-27/+18
2013-03-27-Werror=unused-macrosStephan Bergmann3-4/+6
2013-03-27WaE: macro is not usedTor Lillqvist1-0/+2
2013-03-27-Wunused-macrosStephan Bergmann5-217/+3
2013-03-21Avoid clash with the Win32 CreateBitmap()Tor Lillqvist3-3/+3
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist8-302/+2
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-4/+4
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-706/+708
2013-03-06Resolves: #i120306# cleanup failed loading of problematic jpegHerbert Dürr1-1/+8
2013-03-05make vcl filter config extension search cleaner and more comprehensiveMichael Meeks3-18/+23
2013-03-04sal_Bool to boolTakeshi Abe2-2/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-03-03why is the ResMgr being created here anyway?David Tardon1-2/+0
2013-03-03don't want to include svl/solar.hrc in vclDavid Tardon1-2/+1
2013-03-03move fltcall.hxx to vcl to avoid circ. dep.David Tardon4-4/+4
2013-02-25loplugin: improve indentationThomas Arnhold2-3/+2
2013-02-25Revert "allow WMF's with missing EOF record"Radek Doulik1-1/+1
2013-02-25fdo#59405 fdo#60638: EMFWriter::ImplWrite: write EMF_PLUS "comments"Michael Stahl1-1/+14
2013-02-25allow WMF's with missing EOF recordRadek Doulik1-1/+1