summaryrefslogtreecommitdiff
path: root/vcl/source/filter
AgeCommit message (Expand)AuthorFilesLines
2020-09-13tdf#132561 fix png export from DrawNoel Grandin1-1/+8
2020-09-07Confine findAnnotations to HAVE_FEATURE_PDFIUMStephan Bergmann1-0/+2
2020-09-06pdf: don't require that a "text" annotation has a "pop-up" childTomaž Vajngerl1-3/+1
2020-09-06extract PDF import for annotations to a separate functionTomaž Vajngerl1-43/+54
2020-09-06store annotation subtype in PDFGraphicAnnotation, enum for subtypeTomaž Vajngerl1-27/+34
2020-09-02remove some unused methodsCaolán McNamara1-9/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-27Fix typosAndrea Gelmini1-1/+1
2020-08-18Fix typosAndrea Gelmini1-1/+1
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl3-5/+5
2020-08-04loplugin:flatten in vclNoel Grandin7-932/+932
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-24xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna1-1/+12
2020-07-12update pchesCaolán McNamara2-25/+19
2020-07-09cid#1465239 silence Explicit null deferencedCaolán McNamara1-0/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann2-2/+2
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák1-1/+1
2020-06-25sd signature line: place shape on the correct pageMiklos Vajna1-5/+17
2020-06-21support date and time for PDFium and use it for annotationsTomaž Vajngerl1-0/+12
2020-06-21sd: support adding PDF text / pop-up annotations as commentsTomaž Vajngerl1-1/+30
2020-06-20vcl: add PDFGraphicResult instead of std::pair in ImportPDFUnloadedTomaž Vajngerl1-1/+1
2020-06-20vcl: use pdfium c++ wraper classes in ImportPDFUnloadedTomaž Vajngerl1-10/+7
2020-06-19sd signature line: include shape in the appearance widgetMiklos Vajna1-4/+51
2020-06-18sd signature line: teach PDFDocument how to use PDFObjectCopierMiklos Vajna1-0/+31
2020-06-17sd signature line: separate alloc and write of xref entryMiklos Vajna1-10/+18
2020-06-17sd signature line: implement non-empty geometry during pdf signMiklos Vajna1-6/+71
2020-06-16sd signature line: access the pdf shape from the appearance writerMiklos Vajna1-0/+7
2020-06-03pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl1-21/+5
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin1-2/+1
2020-05-19Avoid UB when calling setjmpStephan Bergmann1-1/+7
2020-05-10use compact namespace syntaxNoel Grandin1-2/+2
2020-05-03vcl: simplify graphic type detection for EPS filesTomaž Vajngerl1-2/+1
2020-05-03vcl: add DetectorTools + tests, refactor array string matchingTomaž Vajngerl1-34/+19
2020-05-03vcl: Simplify searchEntry in GraphicFormatDetectorTomaž Vajngerl1-31/+24
2020-05-01move some headers inside their respective modulesNoel Grandin1-1/+1
2020-04-27vcl: add tests for GraphicNativeMetadataTomaž Vajngerl1-4/+8
2020-04-26remove GraphicNative{Metadata,Transform} from clang-f. blacklistTomaž Vajngerl2-36/+34
2020-04-26use pragma onceTomaž Vajngerl1-4/+2
2020-04-22Use default density if rPPI values are too largeStephan Bergmann1-3/+11
2020-04-17Change default PDF version to 1.6 (released in 2004)Miklos Vajna1-4/+4
2020-04-17loplugin:buriedassign in vclNoel Grandin1-3/+5
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl2-19/+19
2020-04-12remove unused includes in graphicfilterTomaž Vajngerl1-3/+0
2020-04-08tdf#131969: Fix reading SHORT Orientation valueStephan Bergmann1-12/+4
2020-04-08vcl pdf import: use convertTwipToMm100()Miklos Vajna1-6/+5
2020-04-03fix android/non-pdfium buildNoel Grandin1-4/+3
2020-04-03loplugin:constantparamNoel Grandin1-3/+4
2020-03-30stray fResolutionDPI left behindCaolán McNamara1-1/+0
2020-03-29pdfium: fix setting the size of the document when opening PDFTomaž Vajngerl1-5/+8