summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-03-20crashtesting: crash on reexport of tdf118346-1.odg to odgCaolán McNamara2-0/+9
2021-03-19cid#1474327 silence Use after freeCaolán McNamara1-0/+1
2021-03-19cid#1474020 silence Use after freeCaolán McNamara1-0/+1
2021-03-19cid#1473912 silence Use after freeCaolán McNamara1-0/+1
2021-03-19cid#1474156 Logically dead codeCaolán McNamara1-1/+0
2021-03-19cid#1474031 silence Double freeCaolán McNamara1-0/+1
2021-03-19cid#1473818 Use after freeCaolán McNamara1-24/+25
2021-03-19tdf#131031 take MenuBar into account on size changeArmin Le Grand (Allotropia)1-1/+6
2021-03-19vcl: add interlaced test case for PngImageReaderTomaž Vajngerl2-2/+8
2021-03-19Fix typoAndrea Gelmini2-2/+2
2021-03-18fix incorrect palette color indexesLuboš Luňák1-2/+2
2021-03-18tdf#140590 Writer crash in Tools>Chapter NumberingNoel Grandin1-0/+1
2021-03-18vcl: test for reading the XPM formatTomaž Vajngerl10-4/+383
2021-03-17optimize SalLayoutGlyphs for the common caseLuboš Luňák1-11/+50
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák11-122/+123
2021-03-17sw reqif-xhtml export: make sure OLE1 preview is WMF-onlyMiklos Vajna1-0/+8
2021-03-17round polygon points before merging them for Skia drawing (tdf#140848)Luboš Luňák2-2/+48
2021-03-17Fix CPPUNIT_ASSERT_EQUAL argument type mismatch (Windows, 64-bit)Stephan Bergmann1-22/+22
2021-03-17throw exception for errors in uitest actionsNoel Grandin1-25/+25
2021-03-17use noexcept lambda in DispatchUserEvents to improve debuggingNoel Grandin1-22/+8
2021-03-16enable grabbing focus to an unspecified container childCaolán McNamara3-4/+40
2021-03-16add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara3-0/+12
2021-03-16fixes for SkiaSalBitmap delayed scaling (tdf#140930)Luboš Luňák3-34/+85
2021-03-16with mEraseColorSet, there should be no pixel bufferLuboš Luňák1-8/+3
2021-03-16don't repeatedly create (alpha)SkImage on mEraseColorSetLuboš Luňák2-0/+12
2021-03-16vcl: add BmpReader{Writer} and many BMP format testTomaž Vajngerl19-25/+344
2021-03-14ofz#32026 null-derefCaolán McNamara2-1/+20
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