summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impgraph.cxx
AgeCommit message (Expand)Author
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in vclNoel Grandin
2024-07-12tdf#129244: fix thinkoMike Kaganski
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-15Generalize basegfx::fround for templated return typeMike Kaganski
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-01-02cid#1545235 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-20loplugin:indentation (macOS)Stephan Bergmann
2023-10-19tdf#157680 scale down size and adjust size and scale factor for /BBoxPatrick Luby
2023-10-10vcl: swap out the BinaryDataContainer tooAshod Nakashian
2023-09-01fix ImpGraphic::operator==Noel Grandin
2023-05-05BinaryDataContainer swap out implementation.Michael Meeks
2023-04-03BinaryDataContainer: pure re-factor to encapsulate stream copying.Michael Meeks
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks
2023-03-08Simplify usage of BinaryDataContainerMike Kaganski
2022-12-29merge SwapFile into ImpSwapFileNoel Grandin
2022-12-29use TempFileFast for vcl graphics swapoutNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-31cid#1500610 Explicit null dereferencedCaolán McNamara
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock
2022-02-02tdf#126319 Corrected bitmap creation from metafileArmin Le Grand (Allotropia)
2022-01-10use less SvStream::Flush()Noel Grandin
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-17Move GDIMetaFile::GetChecksum to SvmWriter::GetChecksumpanoskorovesis
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis
2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis
2021-05-20move some headers inside modulesNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-05loplugin:constmethodNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-02-02tdf#139869 vcl: fix lazy-loading of BMP images with logic sizeMiklos Vajna
2021-02-01vcl: swap-in load all vector formats without intermediate GraphicTomaž Vajngerl
2021-01-26loplugin:passstuffbyrefNoel
2021-01-22vcl: support creating a Graphic with only GfxLink as swapped-outTomaž Vajngerl
2021-01-22vcl: optimize copying size in px to ImpSwapInfo when swapping outTomaž Vajngerl
2021-01-22vcl: create PDF from DataContainer, use that when swapping inTomaž Vajngerl
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
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: remove VectorGraphicDataArray, use BinaryDataContainer insteadTomaž Vajngerl
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl
2021-01-12cid#1470786 Uncaught exceptionCaolán McNamara