summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-03-14check for quit when calling Yield in loopNoel Grandin5-4/+9
2021-03-14loplugin:unusedmethodsNoel2-28/+0
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara3-7/+9
2021-03-13loplugin:unusedfieldsNoel1-1/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl57-226/+278
2021-03-13test gif-in-png Microsoft extensionLuboš Luňák2-0/+17
2021-03-12tdf#127217: vcl_pdfexport: Add unittestXisco Fauli2-0/+33
2021-03-12convert to/from premultiplied alpha if neededLuboš Luňák1-1/+4
2021-03-12[Inc/Dec]ModalCount on parent frame so it knows it is in modal modeCaolán McNamara1-0/+18
2021-03-12make vcl::PngImageReader ignore crc if fuzzingLuboš Luňák1-2/+7
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák11-1779/+34
2021-03-12add support for Microsoft Gif chunk to PngImageReaderLuboš Luňák1-7/+80
2021-03-12make PngImageReader read grayscale images as 8bpp, not 24bppLuboš Luňák1-2/+35
2021-03-12do not clear bitmaps in png loader just for broken imagesLuboš Luňák1-4/+0
2021-03-12make PngImageReader return partially broken imagesLuboš Luňák1-13/+47
2021-03-12tdf#129085: vcl_pdfexport: Add unittestXisco Fauli2-0/+43
2021-03-12tdf#124272: vcl_pdfexport: Add unittestXisco Fauli2-0/+44
2021-03-12Avoid modifying then restoring this const iterator, its copy is trivialCaolán McNamara1-6/+2
2021-03-12tdf#140136 sc: fix tree list expansion in AutoFilterAttila Szűcs1-1/+40
2021-03-12use preferred variant when window arg is nullCaolán McNamara1-2/+2
2021-03-12Drop some unused includesMiklos Vajna1-2/+0
2021-03-12No need to const_cast hereMike Kaganski1-2/+1
2021-03-12Avoid modifying then restoring this const iterator, its copy is trivialMike Kaganski1-6/+2
2021-03-11tdf#127217: Fix buttons in forms not working in Adobe ReaderJulien Nabet1-3/+1
2021-03-11TransferableDataHelper::CreateFromSelection doesn't use its argumentCaolán McNamara1-5/+1
2021-03-11use some forward declares to reduce includesCaolán McNamara1-0/+7
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel12-135/+134
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek1-2/+2
2021-03-11allow throwing away size cache of hosted containerCaolán McNamara1-0/+16
2021-03-11in GtkSalObject::GetOptimalSize get the preferred sizeCaolán McNamara1-0/+10
2021-03-10cache extensive downscaling in GPU mode too (tdf#140925)Luboš Luňák1-11/+20
2021-03-10access pixels directly if SkImage is a raster one (tdf#140925)Luboš Luňák1-29/+41
2021-03-10forgotten ComputeScanlineSize() (tdf#140917)Luboš Luňák1-0/+1
2021-03-10Don't unselect an existing selection on (long) press on iOS and AndroidTor Lillqvist1-3/+12
2021-03-10disable SkiaTest::testMatrixQuality because of tb68Luboš Luňák1-0/+4
2021-03-10read png preferred physical size in PngImageReaderLuboš Luňák1-0/+18
2021-03-10add macOS instructionsNoel Grandin1-0/+4
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski6-6/+6
2021-03-10Fix comment after renaming variableMike Kaganski1-1/+1
2021-03-09this should be dynamic_castNoel1-1/+1
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara4-29/+12
2021-03-09Don't use uninitialized member to initialize base classMike Kaganski1-1/+2
2021-03-09SetCurItemId takes an ItemId not a PositionCaolán McNamara1-1/+1
2021-03-09Simplify CWinClipboard mutexesMike Kaganski3-32/+26
2021-03-09loplugin:redundantstatic (clang-cl)Stephan Bergmann1-1/+1
2021-03-09loplugin:staticmethods (clang-cl)Stephan Bergmann1-1/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-08loplugin:makeshared (clang-cl)Stephan Bergmann2-8/+8
2021-03-08Remove spurious empty lines againStephan Bergmann2-2/+0
2021-03-08[API CHANGE] Remove unused XSystemTransferable interface from CDOTransferableMike Kaganski2-25/+1