summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-17vcl: maintain shared PdfData across swap-in and -outprivate/Ashod/cd-5.3-3.2_import_unloaded_share_GfxLinkAshod Nakashian2-3/+18
2018-06-17vcl: sd: import PDF as unloaded imagesAshod Nakashian3-27/+115
2018-06-17vcl: load the correct page when swapping-in a PDF GraphicAshod Nakashian3-4/+9
2018-06-17vcl: share GfxLinkAshod Nakashian8-24/+19
2018-06-17Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl26-127/+701
2018-06-17vcl: split jpeg import into two partsMiklos Vajna15-35/+85
2018-06-17convert GfxLink::IsEqual to operator==Noel Grandin3-3/+3
2018-06-17vcl: Add a internal (memory) manager for Graphic objectsTomaž Vajngerl7-24/+364
2018-06-17Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl138-152/+230
2018-06-17Remove obsolete sc_condformats unit testJens Carl3-238/+0
2018-06-16svtools: add GraphicProvider::queryGraphics()Miklos Vajna6-121/+121
2018-06-16oox: add GraphicHelper::importGraphics()Miklos Vajna2-0/+33
2018-06-16transformer: clean-up and pass originURL to transfored graphicTomaž Vajngerl1-28/+27
2018-06-16move setAlphaFrom from GraphicTransformer to BitmapExNoel Grandin4-32/+62
2018-06-16vcl: remove BitmapColor Color() operatorChris Sherlock24-172/+187
2018-06-09graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl26-60/+60
2018-06-09vcl: refresh font cache only on real changeAshod Nakashian4-7/+8
2018-05-28Bump version 5.3-47cd-5.3-47Jan Holesovsky1-1/+1
2018-05-28vcl: fix pdf rendering regressionAshod Nakashian1-1/+3
2018-05-25pdf: preserve the original page dimensions on importAshod Nakashian3-20/+40
2018-05-24sd: make the imported PDF page exactly as originalAshod Nakashian1-31/+6
2018-05-24sd: render the correct PDF page on swapping inAshod Nakashian4-8/+7
2018-05-23ofz#7648 Bad-castCaolán McNamara1-1/+1
2018-05-23ofz#7109 infinite regressCaolán McNamara4-6/+17
2018-05-22Introduce a LO_IMPORT_USE_PDFIUM envvar to force PDFium for PDF import.cd-5.3-46Jan Holesovsky1-1/+1
2018-05-22sd: disable pdf import testsAshod Nakashian1-3/+3
2018-05-22gtktiledviewer downgrade min gtk+ to 3.16Ashod Nakashian1-1/+1
2018-05-22svx: set the font name of imported PDF textAshod Nakashian2-10/+57
2018-05-22svx: update PDFium patch and codeAshod Nakashian3-171/+94
2018-05-22pdfium: update to 3426Miklos Vajna7-70/+153
2018-05-22svx: cleanup pdfium importerAshod Nakashian3-429/+26
2018-05-22svx: transform PDF text rectangles while importingAshod Nakashian2-11/+69
2018-05-22svx: set the Model explicitly before using SDR objectsAshod Nakashian1-0/+4
2018-05-22svx: support no fill and no stroke paths in PDF importAshod Nakashian1-12/+25
2018-05-22svx: support sub-paths in PDF importAshod Nakashian1-10/+25
2018-05-22svx: import processed PDF textAshod Nakashian3-28/+164
2018-05-22svx: correctly possition form objects from PDFAshod Nakashian3-17/+139
2018-05-22svx: support importing forms from PDFsAshod Nakashian3-38/+137
2018-05-22sd: support breaking any PDF pageAshod Nakashian3-10/+11
2018-05-22svx: path line width is given as full thickness in PDFAshod Nakashian1-0/+1
2018-05-22svx: support color text for imported PDFsAshod Nakashian2-40/+138
2018-05-22svx: more accurate PDF imported text sizeAshod Nakashian2-5/+12
2018-05-22svx: correct the positioning of PDF Paths and the stroke widthAshod Nakashian2-14/+67
2018-05-22svx: improved text importing from PDFAshod Nakashian2-44/+59
2018-05-22svx: improve path importing from PDFAshod Nakashian2-14/+125
2018-05-22svx: support Paths in PDFs while importingAshod Nakashian3-3/+131
2018-05-22svx: support PDF text colorAshod Nakashian2-11/+87
2018-05-22svx: more informative loggingAshod Nakashian2-15/+14
2018-05-22svx: import PDF images as BGRAAshod Nakashian2-2/+47
2018-05-22svx: refactor PDF text importingAshod Nakashian2-61/+59