summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
AgeCommit message (Expand)Author
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
2015-09-10remove unused Link<> fieldNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-14gtk3: shiny native focus rectangles for radiobuttonsCaolán McNamara
2015-05-14gtk3: shiny native focus rectangles for checkboxesCaolán McNamara
2015-05-14gtk3: provide a scheme where NWF can render the focus rects itselfCaolán McNamara
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-07convert PUSHBUTTON_DROPDOWN constants to scoped enumNoel Grandin
2015-05-07Refactor Buttons to use RenderContext when paintingTomaž Vajngerl
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29vcl button: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10loplugin:vclwidgets workaroundNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks