summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegWriter.cxx
AgeCommit message (Expand)Author
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-10-19use tools::Long in vclNoel
2020-09-13tdf#132561 fix png export from DrawNoel Grandin
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2019-12-05use o3tl::optional instead of pointerNoel Grandin
2019-12-04tdf#128992 Compressing PNG files with alpha channel get a black backgroundNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-03-268bit image is "native" only if it has grey palette (tdf#116888)Luboš Luňák
2019-03-25fix grayscale jpeg writing in pdfexport (tdf#121615)Luboš Luňák
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-13loplugin:oncevar: empty strings: vclStephan Bergmann
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-02-14tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-11tdf#94831: Check for null mpReadAccess before first useMatúš Kukan
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-07Remove include stdio (part8)Julien Nabet
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-05-11upgrade to jpeg-9aThomas Arnhold
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-06Make vcl/source/filter/jpeg/jpegc.c be C++ codeStephan Bergmann
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi
2014-01-27coverity#708315 Uninitialized scalar fieldCaolán McNamara
2013-06-02sal_Bool to boolTakeshi Abe
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-04-21Split JpegWriter and JpegReader out from jpeg.cxx/hxxTomaž Vajngerl