summaryrefslogtreecommitdiff
path: root/vcl/source/graphic
AgeCommit message (Expand)AuthorFilesLines
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-3/+3
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+1
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák1-0/+2
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin1-22/+22
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-03cid#1492171 annotate Data race conditionCaolán McNamara1-0/+4
2021-09-30loplugin:constmethod handle more casesNoel Grandin2-2/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+0
2021-09-28vcl: rename OutDevState to StackChris Sherlock2-3/+3
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: vclStephan Bergmann2-15/+18
2021-09-22fix deadlock in vcl::GraphicManagerNoel Grandin1-9/+14
2021-09-21no need to use recursive_mutex in graphic::ManagerNoel Grandin1-7/+7
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-2/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski3-3/+3
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin2-3/+2
2021-08-12tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorEmircan Agac1-1/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-2/+2
2021-07-22flatten GraphicObjectImplNoel Grandin1-2/+2
2021-07-22osl::Mutex->std::mutex in GraphicObjectImplNoel Grandin1-3/+4
2021-07-13merge UnoGraphicTransformer into UnoGraphicNoel Grandin2-126/+87
2021-06-27Indicate the file in error in (vcl/UnoGraphicProvider)Julien Nabet1-1/+1
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2-57/+57
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-3/+3
2021-05-05sal_uLong->Color in BitmapDuoToneFilterNoel Grandin1-1/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-6/+6
2021-05-02GraphicAttributes: put const. and op. '=' into the header fileTomaž Vajngerl1-60/+0
2021-04-26drop mask from BitmapExNoel Grandin4-29/+7
2021-04-08vcl VectorGraphicSearch: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna1-46/+10
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-1/+4
2021-03-20crashtesting: crash on reexport of tdf118346-1.odg to odgCaolán McNamara1-0/+8
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-02-25pdfium: turn the PDFium class into an interfaceMiklos Vajna1-1/+1
2021-02-19loplugin:refcounting in vclNoel1-6/+6
2021-02-16pdfium: add a FPDF_GetLastError() wrapperMiklos Vajna1-8/+8
2021-02-11pdfium: add a FPDFText_GetCharBox() wrapperMiklos Vajna1-13/+3
2021-02-05pdfium: add remaining FPDF_SCHHANDLE wrappersMiklos Vajna1-4/+4
2021-02-04pdfium: add PDFFindFlags wrapperMiklos Vajna1-7/+7
2021-02-03pdfium: add a FPDFText_FindStart() wrapperMiklos Vajna1-4/+1
2021-02-01vcl: swap-in load all vector formats without intermediate GraphicTomaž Vajngerl1-3/+3
2021-01-29pdfium: add wrapper for FPDFText_FindClose()Miklos Vajna1-10/+9
2021-01-28pdfium: use PDFiumTextPage in SearchContextMiklos Vajna1-7/+8
2021-01-27pdfium: use PDFiumPage in SearchContextMiklos Vajna1-6/+5
2021-01-22pdfium: use PDFiumDocument in SearchContextMiklos Vajna1-10/+7
2021-01-22vcl: support creating a Graphic with only GfxLink as swapped-outTomaž Vajngerl1-0/+8
2021-01-22vcl: create PDF from DataContainer, use that when swapping inTomaž Vajngerl1-0/+26
2021-01-21pdfium: use PDFiumDocument in VectorGraphicSearch::ImplementationMiklos Vajna1-13/+5
2021-01-20vcl: add an UNO interface and impl. for BinaryDataContainerTomaž Vajngerl2-0/+62
2021-01-20vcl: Improve graphic manager swapping allocationTomaž Vajngerl1-14/+44