summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-02-01ofz#20422 reversed conditionCaolán McNamara
2020-02-01no direct users of slider.hxx outside vcl anymoreCaolán McNamara
2020-02-01weld MediaPlaybackPanelCaolán McNamara
2020-02-01sal_uLong to size_t for sizeof related typesMuhammet Kara
2020-02-01support arbitrary widgets in toolbars via children of GtkToolItemCaolán McNamara
2020-02-01tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin
2020-01-31loplugin:singlevalfieldsNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-31fix uninitialized memory in SkiaLuboš Luňák
2020-01-31tdf#83248 Print using the right color for other components too.Arnaud Versini
2020-01-30loplugin:unusedfieldsNoel Grandin
2020-01-30again finally(?) fix Skia Windows widget drawing (tdf#130051)Luboš Luňák
2020-01-30mpLinkedField is never setCaolán McNamara
2020-01-30vcl: fix UB in vcl::Cursor::ImplDoShow()Miklos Vajna
2020-01-29Resolves: tdf#130130 Insert menu, multiple hotkey never reaches 3rd itemCaolán McNamara
2020-01-28the only VclComboBoxNumeric left has a patternCaolán McNamara
2020-01-28Use better types for PPDContext::countValuesModified/getModifiedKeyStephan Bergmann
2020-01-28loplugin:makeshared (macOS)Stephan Bergmann
2020-01-28loplugin:unsignedcompare (macOS)Stephan Bergmann
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBurak Bala
2020-01-27vcl: ignore floating window set-focus eventsCaolán McNamara
2020-01-27Revert "avoid needless 32bpp->24+8bpp conversion in png writer" (tdf#130128)Luboš Luňák
2020-01-27Use more appropriate variable types, spare explicit castsStephan Bergmann
2020-01-27tdf#124176 Use pragma once instead of include guardsEda Nur Var
2020-01-26const parameter for ImplAnimView::matchesAdrien Ollier
2020-01-26remove some unused local varsNoel Grandin
2020-01-26rename some local variablesNoel Grandin
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-25Argument to PPDContext::getModifiedKey is known to never be negativeStephan Bergmann
2020-01-25Avoid explicit cast to smaller sal_uInt16 from larger intStephan Bergmann
2020-01-25Use properly typed var for iterationStephan Bergmann
2020-01-25Fix off-by-one error in PPDContext::getModifiedKeyStephan Bergmann
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-24no need for these to be heap-allocatedNoel Grandin
2020-01-24Prevent deadlock in DeInitVCL() on WindowsMike Kaganski
2020-01-24Rewrite of ImplAnimView::matches using a boolean expressionAdrien Ollier
2020-01-23tdf#129845: Better solution using already existing infoArmin Le Grand
2020-01-23Avoid explicit casts to smaller unsigned int from larger longStephan Bergmann
2020-01-23Use properly typed vars to iterate over BitmapInfoAccess::Height/Width()Stephan Bergmann
2020-01-23Avoid explicit cast to smaller sal_uInt32 from larger longStephan Bergmann
2020-01-23Avoid explicit casts to smaller sal_uInt16 from larger long resp. intStephan Bergmann
2020-01-23Related tdf#126459: fix crash in presenter console using gen vclplugKatarina Behrens
2020-01-22flush out unused MapModesCaolán McNamara
2020-01-22rework line style to be a wide toolbar buttonCaolán McNamara
2020-01-22fix crash in popdown of popovers that contain a user-managed scrolling windowCaolán McNamara
2020-01-22inline some construction methodsNoel Grandin
2020-01-22rework of painting and removal of ImplAnimView using the STLAdrien Ollier