summaryrefslogtreecommitdiff
path: root/vcl/source/graphic
AgeCommit message (Expand)Author
2021-07-22flatten GraphicObjectImplNoel Grandin
2021-07-22osl::Mutex->std::mutex in GraphicObjectImplNoel Grandin
2021-07-13merge UnoGraphicTransformer into UnoGraphicNoel Grandin
2021-06-27Indicate the file in error in (vcl/UnoGraphicProvider)Julien Nabet
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2021-05-05sal_uLong->Color in BitmapDuoToneFilterNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-02GraphicAttributes: put const. and op. '=' into the header fileTomaž Vajngerl
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-08vcl VectorGraphicSearch: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-20crashtesting: crash on reexport of tdf118346-1.odg to odgCaolán McNamara
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-02-25pdfium: turn the PDFium class into an interfaceMiklos Vajna
2021-02-19loplugin:refcounting in vclNoel
2021-02-16pdfium: add a FPDF_GetLastError() wrapperMiklos Vajna
2021-02-11pdfium: add a FPDFText_GetCharBox() wrapperMiklos Vajna
2021-02-05pdfium: add remaining FPDF_SCHHANDLE wrappersMiklos Vajna
2021-02-04pdfium: add PDFFindFlags wrapperMiklos Vajna
2021-02-03pdfium: add a FPDFText_FindStart() wrapperMiklos Vajna
2021-02-01vcl: swap-in load all vector formats without intermediate GraphicTomaž Vajngerl
2021-01-29pdfium: add wrapper for FPDFText_FindClose()Miklos Vajna
2021-01-28pdfium: use PDFiumTextPage in SearchContextMiklos Vajna
2021-01-27pdfium: use PDFiumPage in SearchContextMiklos Vajna
2021-01-22pdfium: use PDFiumDocument in SearchContextMiklos Vajna
2021-01-22vcl: support creating a Graphic with only GfxLink as swapped-outTomaž Vajngerl
2021-01-22vcl: create PDF from DataContainer, use that when swapping inTomaž Vajngerl
2021-01-21pdfium: use PDFiumDocument in VectorGraphicSearch::ImplementationMiklos Vajna
2021-01-20vcl: add an UNO interface and impl. for BinaryDataContainerTomaž Vajngerl
2021-01-20vcl: Improve graphic manager swapping allocationTomaž Vajngerl
2021-01-19vcl: remove "Impl" prefix for method names in ImpGraphicTomaž Vajngerl
2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl
2021-01-19vcl: a way to create data for BinaryDataContainer without copyingTomaž Vajngerl
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-15cid#1470701 Uncaught exceptionCaolán McNamara
2021-01-13transparency->alpha in GraphicAttrNoel
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl
2021-01-10vcl: implement BinaryDataContainer copy, move + testTomaž Vajngerl
2021-01-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorhalfhiddencode
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-28vcl: add BinaryDataContainer and change GfxLink to use itTomaž Vajngerl
2020-12-28Fix typoAndrea Gelmini
2020-12-24custom literal for Degree10Noel Grandin
2020-11-18Remove unused Manager::registerGraphic rsContext parameterStephan Bergmann
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16tdf#113163 OOXML Fix transparency and alpha channel supportBartosz Kosiorek
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28Use UCB instead of cURL to download https filesStephan Bergmann