summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
AgeCommit message (Expand)Author
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-04-27Related: tdf#117178 rollover is always done in visually released button modeCaolán McNamara
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-08Make Color a forward declarationChris Sherlock
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-04-28move builder attributes from OString to OUStringCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-07Revert "Related tdf#105566 Update Infobar when signature status changes"Michael Stahl
2017-04-07Related tdf#105566 Update Infobar when signature status changesSamuel Mehrbrodt
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-09tdf#105672 framework managed menu buttonMaxim Monastirsky
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin
2016-10-28only draw menubutton separator when two sides do something differentCaolán McNamara
2016-10-25no PushButton loaded from .src nowCaolán McNamara
2016-10-24no ImageButton loaded from .src nowCaolán McNamara
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-10-08no radiobuttons or checkboxes loaded from src files anymoreCaolán McNamara
2016-10-07no CheckBox loaded from src files anymoreCaolán McNamara
2016-10-07loplugin:staticmethods: vclStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-24Define functions as deletedStephan Bergmann
2016-06-23GSoC tdf#87697 START CENTER: Indicate selected thumbnailviewAkshay Deep
2016-06-18uitest: add wrapper for radio buttonMarkus Mohrhard
2016-06-18uitest: add missing overrideMarkus Mohrhard
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard
2016-06-18remove excessive whitespaceMarkus Mohrhard
2016-04-01loplugin:constantparam in vclNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2015-12-08These should still be virtual.Jan Holesovsky
2015-12-07Make buttonstatuslistener a generic listener for any widgetsSamuel Mehrbrodt
2015-11-12Vcl: Set PushButtons pressed if the uno slot is activeSamuel Mehrbrodt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14convert Link<> to typedNoel Grandin