summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
AgeCommit message (Expand)Author
2018-11-26remove unused DrawFlags enum valuesNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-09vcl: mark stock buttons and transfer this to NWF on drawingTomaž Vajngerl
2018-11-06convert some macros to local functionsNoel Grandin
2018-11-05tdf#108687 vcl: always enable tabstop on radio buttonsJustin Luth
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-09-05weld SvxBorderTabPageCaolán McNamara
2018-09-04loplugin:useuniqueptr in vcl/svdataNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-07-09Try to move adjusting focus rect down to gtk3 codeKatarina Behrens
2018-06-22Resolves: tdf#115816 simpler fix for masterCaolán McNamara
2018-06-21Resolves: tdf#115816 second 'Insert' menu is pasteCaolán McNamara
2018-06-18weld SfxSecurityPageCaolán McNamara
2018-04-27Resolves: tdf#117178 distinguish between pressed vs unpressed rolloverCaolán McNamara
2018-04-27Related: tdf#117178 rollover is always done in visually released button modeCaolán McNamara
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-07use more Color in vclNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-28Modernize a bit vcl (part1)Julien Nabet
2018-01-20WB_NOPOINTERFOCUS can be added after the button is createdMaxim Monastirsky
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin
2017-11-23tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialogG??bor Koruhely
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-09-06Use o3tl::make_unique when var is unique_ptrJulien Nabet
2017-08-21WB_CBLINESTYLE is deadNoel Grandin
2017-07-27Resolves: tdf#109289 add SvxColorListBox::IsValueChangedFromSavedCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke