summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2020-03-24Fix acim#910: tdf#83248: Use the right text color when printing fieldsArnaud Versini1-2/+1
2019-06-25tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara1-0/+4
2019-06-10Revert "tdf#108687 vcl: always enable tabstop on radio buttons"Justin Luth1-1/+6
2019-04-23tdf#124032 fix Edit background drawingTomaž Vajngerl1-1/+2
2019-03-29Resolves: tdf#123291 set hex input to overwrite by defaultCaolán McNamara1-2/+12
2018-12-01weld OfaAutoCompleteTabPageCaolán McNamara1-1/+2
2018-11-30weld OfaAutocorrReplacePageCaolán McNamara2-3/+2
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen5-0/+5
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen5-0/+5
2018-11-17loplugin:unusedmethodsNoel Grandin1-5/+0
2018-11-16Resolves: tdf#121246 crash in chart dialogsCaolán McNamara1-2/+0
2018-11-15bind SalInstanceSpinButton to FormattedFieldCaolán McNamara2-66/+105
2018-11-15loplugin:staticmethods in vclNoel Grandin3-8/+8
2018-11-14don't select all new text if there was no old textCaolán McNamara1-9/+7
2018-11-14move fmtfieldCaolán McNamara1-0/+1186
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-11-12loplugin:singlevalfields in vclNoel Grandin1-5/+0
2018-11-10tdf#120703 PVS: make ImplGet(Cleaned)FieldUnits return referenceMike Kaganski1-17/+9
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-1/+1
2018-11-10Fix typosAndrea Gelmini1-1/+1
2018-11-09lok: custom widgets: render editbox bordersAshod Nakashian1-2/+13
2018-11-09vcl: mark stock buttons and transfer this to NWF on drawingTomaž Vajngerl1-1/+5
2018-11-09vcl: make slider ask if native drawing is supportedTomaž Vajngerl1-20/+24
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-58/+59
2018-11-08clarify that edit doesn't change during FormatterBase lifetimeCaolán McNamara3-59/+66
2018-11-08mbDefaultLocale is always trueCaolán McNamara2-38/+18
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin2-13/+7
2018-11-07map GtkTreeView to SvTreeViewBox now it is in vclCaolán McNamara2-20/+0
2018-11-06convert some macros to local functionsNoel Grandin2-29/+29
2018-11-05tdf#108687 vcl: always enable tabstop on radio buttonsJustin Luth1-6/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+0
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski1-1/+1
2018-11-01drop LISTBOX_ERRORNoel Grandin1-14/+4
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-0/+1
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-2/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin2-3/+2
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-10/+4
2018-10-21pvs-studio: silence bogus V656Caolán McNamara1-3/+4
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin3-4/+4
2018-10-18tdf#119847 - Can now autoselect font size on first clickNickson1-2/+6
2018-10-16loplugin:singlevalfields in vclNoel Grandin2-24/+19
2018-10-14MoreButton is solely used by toolkitCaolán McNamara1-124/+0
2018-10-14split out vcl stuff used solely by toolkit moduleCaolán McNamara1-268/+0
2018-10-14weld SwFrameAddPageCaolán McNamara1-0/+5
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-5/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-2/+2
2018-10-03loplugin:unusedmethodsNoel Grandin1-33/+2
2018-10-01pass menuitem ident around directly, instead of deriving from itemidCaolán McNamara1-7/+4
2018-09-29tdf#120169 handle [combo|list]box can-focus speciallyCaolán McNamara2-0/+24