summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
AgeCommit message (Expand)Author
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
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky
2014-12-22callcatcher: update unused codeCaolán McNamara
2014-10-29ref-counting vcl::Window subclassesNoel Grandin
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-09-28vcl: cleanup headers - remove comments, tabifyChris Sherlock
2014-09-24vcl button: Allow automatic handling of UNO commands (like .uno:Something).Jan Holesovsky
2014-09-23fdo#82577: Handle WindowNoel Grandin