summaryrefslogtreecommitdiff
path: root/vcl/source/filter
AgeCommit message (Expand)AuthorFilesLines
4 daystdf#160431 Inverts webp file image when insertedNoel Grandin1-2/+2
7 daysReturn double from OutputDevice::GetTextArrayMike Kaganski2-2/+2
10 daysDrop FRound, and use generalized basegfx::froundMike Kaganski3-7/+7
13 daysUse more o3tl::convertMike Kaganski1-51/+9
2024-04-05Silence strange -Wclobbered with recent GCC 14Stephan Bergmann1-0/+7
2024-04-05tdf#147906 Use std::hypot for Pythagorean distanceRMZeroFour1-1/+1
2024-04-01vcl: get rid of NO_PENDING defineTomaž Vajngerl1-18/+16
2024-04-01vcl: remove partial XPM image loadingTomaž Vajngerl1-120/+93
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen1-1/+0
2024-03-30vcl: cleanup XPMReader class - rename members with clearer namesTomaž Vajngerl1-89/+72
2024-03-30vcl: remove partial XBM image loadingTomaž Vajngerl1-99/+71
2024-03-30vcl: cleanup and prefixmembers of XBMReaderTomaž Vajngerl1-83/+76
2024-03-28tdf#153162 Gif load transparency optimizationAttila Szűcs1-4/+9
2024-03-19ofz#67495 Out-of-memoryCaolán McNamara1-2/+4
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl1-3/+3
2024-02-15GetExtendedTextEncoding for RTL_TEXTENCODING_MS_1252 just returns sameCaolán McNamara1-1/+1
2024-02-06elide some OString temporariesNoel Grandin2-5/+5
2024-02-05ofz#66471 Direct-leakCaolán McNamara1-4/+5
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-30move IsFuzzing to comphelperCaolán McNamara9-21/+21
2023-12-13Fix unit test failure when using Skia in debug buildsPatrick Luby1-1/+4
2023-12-11Clean up SvStream API a bitMike Kaganski1-1/+1
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+4
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin20-57/+52
2023-12-06make AlphaMask separate from BitmapNoel Grandin4-8/+8
2023-12-04ofz#64582 Out-of-memoryCaolán McNamara1-7/+14
2023-11-29Extended loplugin:ostr: vclStephan Bergmann3-6/+6
2023-11-19Extended loplugin:ostr: vclStephan Bergmann5-56/+60
2023-11-19tdf#143148: Use pragma once instead of include guards in vcl/sourceTaichi Haradaguchi1-4/+1
2023-11-03tdf#158047 allow the tdf#157635 fix for palettes with 64 entriesPatrick Luby1-11/+7
2023-10-29ofz#63518 don't allow short read with PHOTOMETRIC_YCBCR formatCaolán McNamara1-23/+22
2023-10-27tdf#152571 speedup slow draw file saveNoel Grandin1-75/+74
2023-10-20tdf#157793 limit tdf#157635 fix to only larger palettesPatrick Luby1-1/+17
2023-10-19use png_set_keep_unknown_chunksNoel Grandin1-0/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-2/+2
2023-10-11lok: flush the VOC primitives when trimming memoryAshod Nakashian1-0/+2
2023-10-07consistently restore the original endianness hereCaolán McNamara1-3/+8
2023-10-07ofz#63036 Timeout in new png codeCaolán McNamara1-5/+8
2023-10-06tdf#157576 and tdf#157635 mask out black pixelsPatrick Luby1-1/+7
2023-10-05Drop MinMax in favor of std::clampMike Kaganski1-3/+3
2023-09-30pdf-dialog general-tab: set_sensitive if config not read-onlyJustin Luth1-0/+14
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann1-7/+0
2023-09-14nFrames can't be trusted to believe nSequence existsCaolán McNamara1-5/+8
2023-09-14ofz#62352 Null-dereference READCaolán McNamara1-0/+2
2023-09-12tdf#149545: increase svg check sizeXisco Fauli1-1/+1
2023-09-02tdf#147704 fix reading TIFF metadata (width and height)Tomaž Vajngerl1-70/+64
2023-08-27Add APNG export option in File -> ExportParis Oplopoios1-0/+10
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen2-0/+2
2023-08-22tdf#156856: close write access before using AlphaMaskMike Kaganski1-2/+2
2023-08-22Related: ofz#57493 TimeoutCaolán McNamara1-2/+0