summaryrefslogtreecommitdiff
path: root/vcl/inc/graphic
AgeCommit message (Expand)AuthorFilesLines
2024-06-27vcl: Remove graph. reader context from {Imp}Graph and GraphicReaderTomaž Vajngerl1-37/+0
2024-06-20loplugin:unusedmethodsNoel Grandin1-2/+0
2024-05-12replace createFromAscii with OUString literals in getImportFormatShortNameNoel Grandin1-32/+32
2024-03-30vcl: change (graphic) Manager into a general memory managerTomaž Vajngerl2-41/+171
2024-03-14reduce symbol visibility in vclNoel Grandin1-11/+12
2024-02-05tdf#143148 Use pragma once in vcl/inc/graphicTuukka Orava4-16/+4
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-26/+26
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen8-13/+5
2023-06-10tdf#104877 Add basic APNG format supportParis Oplopoios1-0/+4
2023-03-30Report correct mimetypes for TIF and EMFMike Kaganski1-25/+25
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks1-2/+6
2023-01-23XUnoTunnel->dynamic_cast in vcl::GraphicNoel Grandin1-5/+2
2023-01-20Base GraphicDescriptor on OWeakObjectStephan Bergmann2-3/+1
2023-01-15XUnoTunnel->dynamic_cast in UnoBinaryDataContainerNoel Grandin1-5/+1
2022-09-14Remove code duplication in GraphicDescriptor for PBM/PGM/PPMofftkp1-1/+3
2022-08-19Remove code duplication in GraphicDescriptor for WMF/EMFofftkp1-1/+2
2022-08-12cid#1507888 Uninitialized scalar fieldCaolán McNamara1-1/+1
2022-08-10Remove code duplication in GraphicDescriptor for GIFofftkp1-1/+1
2022-08-10Prepare GraphicDescriptor and GraphicFormatDetector for mergingofftkp1-4/+108
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin2-3/+4
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp1-0/+13
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák2-0/+2
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin1-1/+1
2021-09-22fix deadlock in vcl::GraphicManagerNoel Grandin1-2/+2
2021-09-21no need to use recursive_mutex in graphic::ManagerNoel Grandin1-1/+1
2021-07-13merge UnoGraphicTransformer into UnoGraphicNoel Grandin2-61/+16
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-6/+6
2021-03-20crashtesting: crash on reexport of tdf118346-1.odg to odgCaolán McNamara1-0/+1
2021-02-23loplugin:unusedmethodsNoel1-7/+0
2021-02-19loplugin:refcounting in vclNoel2-5/+2
2021-02-18vcl: move def. of peekGraphicFormat into GraphicFormatDetectorTomaž Vajngerl1-2/+11
2021-02-18vcl: condense the description and rename the peek format functionTomaž Vajngerl1-1/+1
2021-02-01vcl: swap-in load all vector formats without intermediate GraphicTomaž Vajngerl1-2/+2
2021-01-22vcl: support creating a Graphic with only GfxLink as swapped-outTomaž Vajngerl1-0/+3
2021-01-22vcl: create PDF from DataContainer, use that when swapping inTomaž Vajngerl1-0/+24
2021-01-20vcl: add an UNO interface and impl. for BinaryDataContainerTomaž Vajngerl1-0/+52
2021-01-20vcl: Improve graphic manager swapping allocationTomaž Vajngerl1-2/+3
2021-01-15cid#1470701 Uncaught exceptionCaolán McNamara1-1/+1
2020-11-18Remove unused Manager::registerGraphic rsContext parameterStephan Bergmann1-2/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+2
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-1/+0
2020-07-19compact namespace: vclNoel Grandin1-4/+2
2020-05-10use compact namespace syntaxNoel Grandin1-1/+1
2020-05-04Remove what looks like debug printfStephan Bergmann1-2/+0
2020-05-03vcl: add DetectorTools + tests, refactor array string matchingTomaž Vajngerl1-0/+63
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl1-1/+2
2020-03-04graphic: remove preview when importing with GraphicFilterTomaž Vajngerl1-11/+0
2020-02-25vcl: move GraphicID out of impgraph.{cxx,hxx}Tomaž Vajngerl1-0/+47
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl1-0/+51
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin1-2/+2