summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)Author
2020-09-17tdf#136805 PDF export: re-add XMP basic meta dataJan-Marek Glogowski
2020-07-02differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-04-29improve: pdf export caching of jpeg bitmapsThorsten Behrens
2020-04-26vcl: When exporing PDF, write the correct page of embedded PDFTomaž Vajngerl
2020-04-17Change default PDF version to 1.6 (released in 2004)Miklos Vajna
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-04-16PDF export: fix handling of page sizes larger than 508 cmMiklos Vajna
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky
2020-03-09PDF export: use MARK() when writing linksMiklos Vajna
2020-03-04tdf#130150 Improve clipping in PDF exportArmin.Le.Grand (CIB)
2020-02-08Add minimum support for PDF/A3Arnaud Versini
2020-02-04tdf#129976 PDF export of PDF images: adapt transparency to renderingMiklos Vajna
2020-02-03make some headers privateCaolán McNamara
2020-01-04pdf: Only add role map when alias isn't the same as structure tagTomaž Vajngerl
2019-12-31pdf: extract Matrix3 to it's own filesTomaž Vajngerl
2019-12-31pdf: move PDFPage dependency out of Matrix3 class (append method)Tomaž Vajngerl
2019-12-31pdf: move Mode out of PDFWriterImpl class and convert to enum classTomaž Vajngerl
2019-12-30pdf: move PDFGlyph out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move PDFStructureAttribute out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move PDFWidget out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move BitmapEmit out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move ReferenceXObjectEmit out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move PDFPage out of PDFWriterImpl into vcl::pdf namespaceTomaž Vajngerl
2019-12-30pdf: remove PDFAppearanceMap typdef, but keep PDFAppearanceStreamsTomaž Vajngerl
2019-12-30pdf: remove FontEmbedData typedefTomaž Vajngerl
2019-12-30pdf: remove FontMapping typedefTomaž Vajngerl
2019-12-29pdf: convert ResourceKind enum to enum classTomaž Vajngerl
2019-12-29pdf: move struct ResourceDict to it's own fileTomaž Vajngerl
2019-12-29pdf: remove ResourceMap typedefTomaž Vajngerl
2019-12-29pdf: Add option for PDF/UA to the PDF export dialogTomaž Vajngerl
2019-12-29pdf: support for PDF/UA in PDFWriter, write flag to the metadataTomaž Vajngerl
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14tdf#128434 really free the VclPtr<PDFWriterImpl>Jan-Marek Glogowski
2019-11-06vcl PDF export: fix re-exporting PDF images with page-level rotationMiklos Vajna
2019-11-05vcl PDF export: fix re-exporting PDF images for dict obj resource sub-keysMiklos Vajna
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-02loplugin:stringadd in vclNoel Grandin
2019-09-16vcl:pdf : simplify PDF/A code generationArnaud Versini
2019-08-26Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-08-20loplugin:constvars in vclNoel Grandin