summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-02-04tdf#129634 ignore floating toolbarsCaolán McNamara
2020-02-04tdf#129976 PDF export of PDF images: adapt transparency to renderingMiklos Vajna
2020-02-04Place button text in tooltip if it doesn't fit into the buttonSamuel Mehrbrodt
2020-02-03Avoid loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-02-03loplugin:makeshared (clang-cl)Stephan Bergmann
2020-02-03Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2020-02-03loplugin:duplicatedefines (clang-cl)Stephan Bergmann
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-02-03make some headers privateCaolán McNamara
2020-02-03Related: tdf#129933 assert on pasting over selection in editCaolán McNamara
2020-02-03Resolves: tdf#130347 we always need the drag-begin signal in GtkTreeViewCaolán McNamara
2020-02-03loplugin:unusedmethodsNoel Grandin
2020-02-03fix incorrect Skia scanline test in vcl_bitmap_testLuboš Luňák
2020-02-03loplugin:constantparamNoel Grandin
2020-02-03tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer typesEda Nur Var
2020-02-02don't include vcl/button.hxx from vcl/layout.hxxCaolán McNamara
2020-02-02no difference between ImageRadioButton and RadioButtonCaolán McNamara
2020-02-02remove some newly unused codeCaolán McNamara
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
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