summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-04-07tdf#136918 restrict symbol size to button widthJan-Marek Glogowski1-0/+2
2021-04-06Fix --disable-pch build: missing includeMike Kaganski3-0/+3
2021-04-06remove newly unused mpWindow member of UserDrawEventCaolán McNamara3-4/+3
2021-04-06no need to check mxSalBmp hereNoel Grandin1-10/+7
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos1-0/+9
2021-04-06be more explicit in setting the parent of the buttons in the style dropdownCaolán McNamara1-15/+20
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl2-3/+3
2021-04-05VCL drop Scheduler::ProcessTaskSchedulingJan-Marek Glogowski2-12/+4
2021-04-03ofz#32843 Invalid-bool-valueCaolán McNamara1-2/+2
2021-04-02tdf#141318 Dialog::GetOptimalSize not including border if called before ShowCaolán McNamara1-1/+4
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl1-4/+4
2021-04-02vcl: move MapMode reading and writing to TypeSerializerTomaž Vajngerl5-40/+43
2021-04-02ofz#32796: no pdfium during wmf fuzzingCaolán McNamara1-0/+2
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl21-105/+104
2021-04-01Resolves: tdf#141258 turn scrollbars on/off once per layout loopCaolán McNamara1-11/+16
2021-04-01cid#1222237 Untrusted loop boundCaolán McNamara1-1/+1
2021-04-01Introduce Fontwork contextSzymon Kłos1-0/+1
2021-04-01vcl pdfread: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna3-89/+81
2021-03-31ensure background color is used when layout widgets bg is overriddenCaolán McNamara1-3/+10
2021-03-31remove internal 4bit scanline formatsNoel8-166/+1
2021-03-31drop 4bpp image formatsNoel7-49/+15
2021-03-30short circuit image creation if dest size is zeroNoel Grandin1-1/+1
2021-03-30cid#1222237 Untrusted loop boundCaolán McNamara1-3/+21
2021-03-30ImplGetWinChildClipRegion never returns nullCaolán McNamara2-17/+15
2021-03-30tdf#133350 vcl focus loss: fix unwanted cancel of non-menu popupMiklos Vajna1-1/+3
2021-03-29cid#1474054 Uninitialized scalar variableCaolán McNamara1-15/+5
2021-03-29cid#1209863 rearrange Untrusted loop boundCaolán McNamara1-1/+1
2021-03-29UseBitmap32 isn't active in the headless backendCaolán McNamara1-9/+10
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel21-70/+70
2021-03-27cid#1473755 Untrusted loop boundCaolán McNamara1-2/+0
2021-03-27tdf#141141 sync SalFrame::GetFrameWeld and weld::GetPopupParentCaolán McNamara2-5/+4
2021-03-27cid#1209863 silence Untrusted loop bound, it *is* tested hereCaolán McNamara1-0/+2
2021-03-26improve scopingCaolán McNamara1-5/+3
2021-03-26cid#1474074 silence bogus Dereference before null checkCaolán McNamara1-0/+1
2021-03-26ofz#32111 TimeoutCaolán McNamara1-3/+8
2021-03-26create operator bool for BitmapNoel3-22/+22
2021-03-26flatten BitmapEx::GetAlphaNoel1-32/+32
2021-03-26vcl: remove use of 4-bit bitmap in BitmapSimpleColorQuantizationFilterTomaž Vajngerl1-2/+0
2021-03-26vcl: remove use of 4-bit bitmap in BitmapColorQuantizationFilterTomaž Vajngerl1-7/+1
2021-03-26vcl: remove writing and reading 4-bit bitmaps for BMP formatTomaž Vajngerl1-36/+4
2021-03-26vcl: Create 8-bit palette bitmap instead of 4-bit in ImplBmpMonoFncTomaž Vajngerl1-2/+1
2021-03-26vcl: remove creating 4-bit palette bitmap when reading XPM formatTomaž Vajngerl1-3/+1
2021-03-25loplugin:unusedvarsglobalNoel2-8/+0
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-15/+14
2021-03-25vcl: lok: don't use window impl after destroyAshod Nakashian1-2/+2
2021-03-24convert m_pFileName to std::stringNoel1-6/+6
2021-03-24loplugin:unusedmethodsNoel2-16/+0
2021-03-24Related: ofz#32152Caolán McNamara1-10/+9
2021-03-24ofz#32152 OOM in pngfuzzerCaolán McNamara1-25/+2