summaryrefslogtreecommitdiff
path: root/vcl/inc/graphic
AgeCommit message (Expand)Author
2024-06-27vcl: Remove graph. reader context from {Imp}Graph and GraphicReaderTomaž Vajngerl
2024-06-20loplugin:unusedmethodsNoel Grandin
2024-05-12replace createFromAscii with OUString literals in getImportFormatShortNameNoel Grandin
2024-03-30vcl: change (graphic) Manager into a general memory managerTomaž Vajngerl
2024-03-14reduce symbol visibility in vclNoel Grandin
2024-02-05tdf#143148 Use pragma once in vcl/inc/graphicTuukka Orava
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-06-10tdf#104877 Add basic APNG format supportParis Oplopoios
2023-03-30Report correct mimetypes for TIF and EMFMike Kaganski
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks
2023-01-23XUnoTunnel->dynamic_cast in vcl::GraphicNoel Grandin
2023-01-20Base GraphicDescriptor on OWeakObjectStephan Bergmann
2023-01-15XUnoTunnel->dynamic_cast in UnoBinaryDataContainerNoel Grandin
2022-09-14Remove code duplication in GraphicDescriptor for PBM/PGM/PPMofftkp
2022-08-19Remove code duplication in GraphicDescriptor for WMF/EMFofftkp
2022-08-12cid#1507888 Uninitialized scalar fieldCaolán McNamara
2022-08-10Remove code duplication in GraphicDescriptor for GIFofftkp
2022-08-10Prepare GraphicDescriptor and GraphicFormatDetector for mergingofftkp
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin
2021-09-22fix deadlock in vcl::GraphicManagerNoel Grandin
2021-09-21no need to use recursive_mutex in graphic::ManagerNoel Grandin
2021-07-13merge UnoGraphicTransformer into UnoGraphicNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-20crashtesting: crash on reexport of tdf118346-1.odg to odgCaolán McNamara
2021-02-23loplugin:unusedmethodsNoel
2021-02-19loplugin:refcounting in vclNoel
2021-02-18vcl: move def. of peekGraphicFormat into GraphicFormatDetectorTomaž Vajngerl
2021-02-18vcl: condense the description and rename the peek format functionTomaž Vajngerl
2021-02-01vcl: swap-in load all vector formats without intermediate GraphicTomaž Vajngerl
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-20vcl: add an UNO interface and impl. for BinaryDataContainerTomaž Vajngerl
2021-01-20vcl: Improve graphic manager swapping allocationTomaž Vajngerl
2021-01-15cid#1470701 Uncaught exceptionCaolán McNamara
2020-11-18Remove unused Manager::registerGraphic rsContext parameterStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-07-19compact namespace: vclNoel Grandin
2020-05-10use compact namespace syntaxNoel Grandin
2020-05-04Remove what looks like debug printfStephan Bergmann
2020-05-03vcl: add DetectorTools + tests, refactor array string matchingTomaž Vajngerl
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl
2020-03-04graphic: remove preview when importing with GraphicFilterTomaž Vajngerl
2020-02-25vcl: move GraphicID out of impgraph.{cxx,hxx}Tomaž Vajngerl
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin