summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
AgeCommit message (Expand)Author
2024-07-12tdf#129244: Let ImpGraphic update its buffer for new pixel sizesMike Kaganski
2024-06-27vcl: Remove graph. reader context from {Imp}Graph and GraphicReaderTomaž Vajngerl
2024-04-02Fix UBSan RTTI needsStephan Bergmann
2024-03-30vcl: add resetLastUsed to ImpGraphTomaž Vajngerl
2024-03-30vcl: change (graphic) Manager into a general memory managerTomaž Vajngerl
2024-03-23vcl: set "default" type only thorugh a ImpGraphic constructorTomaž Vajngerl
2024-03-22vcl: simplify constructors of ImpGraphicTomaž Vajngerl
2024-02-19hide more symbolsNoel Grandin
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks
2022-12-29use TempFileFast for vcl graphics swapoutNoel Grandin
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock
2021-08-18loplugin:constparamsNoel Grandin
2021-08-10flatten ImpGraphic a littleNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-05loplugin:constmethodNoel Grandin
2021-01-26loplugin:passstuffbyrefNoel
2021-01-22vcl: support creating a Graphic with only GfxLink as swapped-outTomaž Vajngerl
2021-01-19vcl: remove "Impl" prefix for method names in ImpGraphicTomaž Vajngerl
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-28ImpGraphic: inline loadPrepared as it is used only in one placeTomaž Vajngerl
2020-12-27ImplGraphic: set PrefSize, PrefMapMode without forcing a swap-inTomaž Vajngerl
2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl
2020-12-06vcl: duplicate {Read,Write}ImpGraphic for swappingTomaž Vajngerl
2020-10-19use tools::Long in vclNoel
2020-10-16try to make available all slide images using threadsLuboš Luňák
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-25ImpGraphic: rename Impl{Read,Write}Embedded - used only in swappingTomaž Vajngerl
2020-08-17vcl: save and load the page number when swapping the graphicTomaž Vajngerl
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-04-27ImpGraphic: rename ImplCreateSwapInfo and simplifyTomaž Vajngerl
2020-04-27ImpGraphic: move content of swapOutToStream into swapOutTomaž Vajngerl
2020-04-26ImpGraphic: encapsulate members of ImpSwapFileTomaž Vajngerl
2020-04-26Test swapping of GraphicTomaž Vajngerl
2020-04-26ImpGraphic: rename maEx to maBitmapEx in the comment tooTomaž Vajngerl
2020-04-26ImpGraphic: rename maEx to maBitmapExTomaž Vajngerl
2020-04-26remove Impl from swap method names in ImpGraphicTomaž Vajngerl
2020-04-14tdf#131496 vcl image lazy load: speed up vector images with custom pref sizeMiklos Vajna
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl
2020-03-18pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky
2020-02-25vcl: move GraphicID out of impgraph.{cxx,hxx}Tomaž Vajngerl
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin
2019-08-25sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-06-11tdf#125591 DOC import: lazy-load metafiles with explicit sizeMiklos Vajna