summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2021-03-23use unique_ptr in AbstractTrueTypeFontNoel Grandin
2021-03-22tdf#141166 widget with id "tabcontrol" might not be a TabControlCaolán McNamara
2021-03-22cid#1474278 Untrusted divisorCaolán McNamara
2021-03-22cid#1473807 Untrusted divisorCaolán McNamara
2021-03-22cid#1474183 Untrusted allocation sizeCaolán McNamara
2021-03-22convert calloc/free into std::vectorCaolán McNamara
2021-03-22cid#707834 silence Uninitialized scalar fieldCaolán McNamara
2021-03-22cid#1473771 silence Dereference after null checkCaolán McNamara
2021-03-21cid#1473858 silence bogus Dereference after null checkCaolán McNamara
2021-03-21fix SalLayoutGlyphs caching with MultiSalLayoutLuboš Luňák
2021-03-21reuse also font from cached SalLayoutGlyphsLuboš Luňák
2021-03-20crashtesting: crash on reexport of tdf118346-1.odg to odgCaolán McNamara
2021-03-19cid#1474156 Logically dead codeCaolán McNamara
2021-03-19Fix typoAndrea Gelmini
2021-03-18fix incorrect palette color indexesLuboš Luňák
2021-03-18tdf#140590 Writer crash in Tools>Chapter NumberingNoel Grandin
2021-03-18vcl: test for reading the XPM formatTomaž Vajngerl
2021-03-17optimize SalLayoutGlyphs for the common caseLuboš Luňák
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2021-03-17sw reqif-xhtml export: make sure OLE1 preview is WMF-onlyMiklos Vajna
2021-03-17throw exception for errors in uitest actionsNoel Grandin
2021-03-17use noexcept lambda in DispatchUserEvents to improve debuggingNoel Grandin
2021-03-16enable grabbing focus to an unspecified container childCaolán McNamara
2021-03-16add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara
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-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
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#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-10Don't unselect an existing selection on (long) press on iOS and AndroidTor Lillqvist
2021-03-10read png preferred physical size in PngImageReaderLuboš Luňák
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski