summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-01-30loplugin:unusedfieldsNoel Grandin1-30/+9
2020-01-30again finally(?) fix Skia Windows widget drawing (tdf#130051)Luboš Luňák2-17/+59
2020-01-30mpLinkedField is never setCaolán McNamara1-17/+0
2020-01-30vcl: fix UB in vcl::Cursor::ImplDoShow()Miklos Vajna2-2/+2
2020-01-29Resolves: tdf#130130 Insert menu, multiple hotkey never reaches 3rd itemCaolán McNamara1-6/+30
2020-01-28the only VclComboBoxNumeric left has a patternCaolán McNamara1-23/+11
2020-01-28Use better types for PPDContext::countValuesModified/getModifiedKeyStephan Bergmann5-16/+24
2020-01-28loplugin:makeshared (macOS)Stephan Bergmann2-2/+2
2020-01-28loplugin:unsignedcompare (macOS)Stephan Bergmann1-5/+6
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara3-3/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann22-51/+81
2020-01-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBurak Bala1-4/+2
2020-01-27vcl: ignore floating window set-focus eventsCaolán McNamara1-0/+3
2020-01-27Revert "avoid needless 32bpp->24+8bpp conversion in png writer" (tdf#130128)Luboš Luňák1-45/+23
2020-01-27Use more appropriate variable types, spare explicit castsStephan Bergmann1-5/+5
2020-01-27tdf#124176 Use pragma once instead of include guardsEda Nur Var1-4/+1
2020-01-26const parameter for ImplAnimView::matchesAdrien Ollier2-2/+2
2020-01-26remove some unused local varsNoel Grandin6-19/+0
2020-01-26rename some local variablesNoel Grandin5-5/+5
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN3-3/+3
2020-01-25Argument to PPDContext::getModifiedKey is known to never be negativeStephan Bergmann1-0/+4
2020-01-25Avoid explicit cast to smaller sal_uInt16 from larger intStephan Bergmann1-1/+2
2020-01-25Use properly typed var for iterationStephan Bergmann1-1/+1
2020-01-25Fix off-by-one error in PPDContext::getModifiedKeyStephan Bergmann1-1/+1
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin26-54/+53
2020-01-24no need for these to be heap-allocatedNoel Grandin2-12/+12
2020-01-24Prevent deadlock in DeInitVCL() on WindowsMike Kaganski1-1/+2
2020-01-24Rewrite of ImplAnimView::matches using a boolean expressionAdrien Ollier1-12/+2
2020-01-23tdf#129845: Better solution using already existing infoArmin Le Grand2-75/+77
2020-01-23Avoid explicit casts to smaller unsigned int from larger longStephan Bergmann1-4/+5
2020-01-23Use properly typed vars to iterate over BitmapInfoAccess::Height/Width()Stephan Bergmann1-6/+6
2020-01-23Avoid explicit cast to smaller sal_uInt32 from larger longStephan Bergmann1-1/+2
2020-01-23Avoid explicit casts to smaller sal_uInt16 from larger long resp. intStephan Bergmann1-2/+3
2020-01-23Related tdf#126459: fix crash in presenter console using gen vclplugKatarina Behrens2-0/+4
2020-01-22flush out unused MapModesCaolán McNamara1-1/+0
2020-01-22rework line style to be a wide toolbar buttonCaolán McNamara1-1/+2
2020-01-22fix crash in popdown of popovers that contain a user-managed scrolling windowCaolán McNamara1-4/+20
2020-01-22inline some construction methodsNoel Grandin3-33/+20
2020-01-22rework of painting and removal of ImplAnimView using the STLAdrien Ollier1-16/+11
2020-01-21rework ImplAnimView cleanup using STL algorithmsAdrien Ollier1-21/+14
2020-01-21PDF export: don't ignore FilterData specified by UNO clientsMiklos Vajna2-0/+90
2020-01-21avoid needless 32bpp->24+8bpp conversion in png writerLuboš Luňák1-23/+45
2020-01-21implement bit depth data conversion for SkiaSalBitmap, just in caseLuboš Luňák1-20/+22
2020-01-21weld gallery panelCaolán McNamara4-103/+218
2020-01-21vcl: close UNO streams with closeInput.Michael Meeks1-0/+1
2020-01-20PDF export: skip pointless downsampling for very small imagesMiklos Vajna3-2/+66
2020-01-20add get_row_area for TreeViewCaolán McNamara2-0/+26
2020-01-20Use properly typed var to iterate over FPDF_GetPageCountStephan Bergmann1-1/+1
2020-01-20Use properly typed vars to iterate over Size::Height(), Size::Width()Stephan Bergmann1-2/+2
2020-01-20bEnable for UseSkia is reversedTomoyuki Kubota1-1/+1