summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
AgeCommit message (Expand)Author
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-22no need to allocate the error separately in GraphicFilterNoel Grandin
2021-07-22osl::Mutex->std::mutex in GraphicFilterNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-15threaded loading also for png loaderLuboš Luňák
2021-03-18vcl: test for reading the XPM formatTomaž Vajngerl
2021-03-16vcl: add BmpReader{Writer} and many BMP format testTomaž Vajngerl
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák
2021-02-24Fix typosAndrea Gelmini
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-18vcl: clean-up code used for loading of external graphic filtersTomaž Vajngerl
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl
2021-02-17Move DXF reader from filter module into VCLTomaž Vajngerl
2021-02-17Move PBM,PPM reader from filter module into VCLTomaž Vajngerl
2021-02-17Move PCD reader from filter module into VCLTomaž Vajngerl
2021-02-17Move PSD reader from filter module into VCLTomaž Vajngerl
2021-02-17Move EPS reader and writer from filter module into VCLTomaž Vajngerl
2021-02-17Move RAS and PCX reader from filter module into VCLTomaž Vajngerl
2021-02-17Move MET reader from filter module into VCLTomaž Vajngerl
2021-02-17Move PICT reader from filter module into VCLTomaž Vajngerl
2021-02-17Move TGA reader from filter module into VCLTomaž Vajngerl
2021-02-15vcl: split-up GraphicFilter::Import into per-format methodsTomaž Vajngerl
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
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-09vcl: remove "path" attribute from VectorGraphicDataTomaž Vajngerl
2021-01-07do not process ImpGraphic twiceLuboš Luňák
2021-01-07improve JpegWriterTest - detect type is correct during roundtripTomaž Vajngerl
2021-01-06Move TIFF reader and writer from filter module into VCLTomaž Vajngerl
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-22tdf#138801 vcl: fix lazy-loading of GIF images with logic sizeMiklos Vajna
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna
2020-12-07vcl graphic export: convert EMF to WMF when WMF is requestedMiklos Vajna
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16replace std::min(std::max()) with std::clampNoel