summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2021-03-16add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara
2021-03-16fixes for SkiaSalBitmap delayed scaling (tdf#140930)Luboš Luňák
2021-03-16with mEraseColorSet, there should be no pixel bufferLuboš Luňák
2021-03-16don't repeatedly create (alpha)SkImage on mEraseColorSetLuboš Luňák
2021-03-16vcl: add BmpReader{Writer} and many BMP format testTomaž Vajngerl
2021-03-14ofz#32026 null-derefCaolán McNamara
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-14loplugin:unusedmethodsNoel
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara
2021-03-13loplugin:unusedfieldsNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-13test gif-in-png Microsoft extensionLuboš Luňák
2021-03-12tdf#127217: vcl_pdfexport: Add unittestXisco Fauli
2021-03-12convert to/from premultiplied alpha if neededLuboš Luňák
2021-03-12[Inc/Dec]ModalCount on parent frame so it knows it is in modal modeCaolán McNamara
2021-03-12make vcl::PngImageReader ignore crc if fuzzingLuboš Luňák
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák
2021-03-12add support for Microsoft Gif chunk to PngImageReaderLuboš Luňák
2021-03-12make PngImageReader read grayscale images as 8bpp, not 24bppLuboš Luňák
2021-03-12do not clear bitmaps in png loader just for broken imagesLuboš Luňák
2021-03-12make PngImageReader return partially broken imagesLuboš Luňák
2021-03-12tdf#129085: vcl_pdfexport: Add unittestXisco Fauli
2021-03-12tdf#124272: vcl_pdfexport: Add unittestXisco Fauli
2021-03-12Avoid modifying then restoring this const iterator, its copy is trivialCaolán McNamara
2021-03-12tdf#140136 sc: fix tree list expansion in AutoFilterAttila Szűcs
2021-03-12use preferred variant when window arg is nullCaolán McNamara
2021-03-12Drop some unused includesMiklos Vajna
2021-03-12No need to const_cast hereMike Kaganski
2021-03-12Avoid modifying then restoring this const iterator, its copy is trivialMike Kaganski
2021-03-11tdf#127217: Fix buttons in forms not working in Adobe ReaderJulien Nabet
2021-03-11TransferableDataHelper::CreateFromSelection doesn't use its argumentCaolán McNamara
2021-03-11use some forward declares to reduce includesCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek
2021-03-11allow throwing away size cache of hosted containerCaolán McNamara
2021-03-11in GtkSalObject::GetOptimalSize get the preferred sizeCaolán McNamara
2021-03-10cache extensive downscaling in GPU mode too (tdf#140925)Luboš Luňák
2021-03-10access pixels directly if SkImage is a raster one (tdf#140925)Luboš Luňák
2021-03-10forgotten ComputeScanlineSize() (tdf#140917)Luboš Luňák
2021-03-10Don't unselect an existing selection on (long) press on iOS and AndroidTor Lillqvist
2021-03-10disable SkiaTest::testMatrixQuality because of tb68Luboš Luňák
2021-03-10read png preferred physical size in PngImageReaderLuboš Luňák
2021-03-10add macOS instructionsNoel Grandin
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-10Fix comment after renaming variableMike Kaganski
2021-03-09this should be dynamic_castNoel
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara
2021-03-09Don't use uninitialized member to initialize base classMike Kaganski
2021-03-09SetCurItemId takes an ItemId not a PositionCaolán McNamara
2021-03-09Simplify CWinClipboard mutexesMike Kaganski