summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-27Resolves: tdf#117178 distinguish between pressed vs unpressed rolloverCaolán McNamara1-2/+12
2018-04-27Related: tdf#117178 rollover is always done in visually released button modeCaolán McNamara1-7/+19
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-03-07use more Color in vclNoel Grandin1-12/+12
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-13/+13
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-6/+3
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-199/+199
2018-01-28Modernize a bit vcl (part1)Julien Nabet1-5/+5
2018-01-20WB_NOPOINTERFOCUS can be added after the button is createdMaxim Monastirsky1-0/+8
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin1-1/+1
2017-11-23tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialogG??bor Koruhely1-0/+5
2017-11-15loplugin:flatten in vclNoel Grandin1-22/+23
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-32/+32
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M1-2/+2
2017-09-06Use o3tl::make_unique when var is unique_ptrJulien Nabet1-1/+2
2017-08-21WB_CBLINESTYLE is deadNoel Grandin1-20/+0
2017-07-27Resolves: tdf#109289 add SvxColorListBox::IsValueChangedFromSavedCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-37/+23
2017-07-20loplugin:unusedfields in vclNoel Grandin1-17/+3
2017-07-18loplugin:constparams in vclNoel Grandin1-3/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-2/+1
2017-06-28loplugin:oncevar in vclNoel Grandin1-15/+13
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-5/+5
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-4/+4
2017-04-25remove bitmaps from .src filesCaolán McNamara1-27/+47
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-24/+21
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-04-07Revert "Related tdf#105566 Update Infobar when signature status changes"Michael Stahl1-5/+3
2017-04-07Related tdf#105566 Update Infobar when signature status changesSamuel Mehrbrodt1-3/+5
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-78/+78
2017-02-21VclStatusListener: Listener needs to be acquire'd firstMaxim Monastirsky1-0/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-35/+35
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-3/+0
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-5/+0
2017-01-18Resolves: tdf#98593 buttons in writer show different text at different zoomsCaolán McNamara1-2/+3
2017-01-18change DrawControlText to return new rect rather than change old oneCaolán McNamara1-4/+4
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-3/+3
2017-01-05unwind radio and check img listsCaolán McNamara1-41/+56
2017-01-04last bitmaps that pMaskColor arg was used on converted to true transparencyCaolán McNamara1-2/+1