summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-4/+11
2020-02-01ofz#20422 reversed conditionCaolán McNamara1-1/+1
2020-02-01no direct users of slider.hxx outside vcl anymoreCaolán McNamara4-3/+112
2020-02-01weld MediaPlaybackPanelCaolán McNamara2-0/+36
2020-02-01sal_uLong to size_t for sizeof related typesMuhammet Kara1-2/+2
2020-02-01support arbitrary widgets in toolbars via children of GtkToolItemCaolán McNamara1-3/+11
2020-02-01tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran1-1/+1
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin3-11/+6
2020-01-31loplugin:singlevalfieldsNoel Grandin11-200/+59
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin28-101/+48
2020-01-31fix uninitialized memory in SkiaLuboš Luňák1-2/+7
2020-01-31tdf#83248 Print using the right color for other components too.Arnaud Versini3-16/+3
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