summaryrefslogtreecommitdiff
path: root/vcl/source/window/event.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-08fix for tdf#94827 - ToolBox events aren't deliveredNoel Grandin1-3/+4
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-5/+5
2015-09-21convert Link<> to typedNoel Grandin1-7/+22
2015-09-20convert Link<> to typedNoel Grandin1-5/+19
2015-09-15tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks1-1/+9
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin1-3/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-07-16tdf#92706 - avoid dbaccess wizard crash.Michael Meeks1-2/+4
2015-07-14Revert "Avoid loplugin:staticmethods in non-debug build"Stephan Bergmann1-1/+0
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-1/+1
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-3/+3
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-5/+4
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-08loplugin:redundantcastStephan Bergmann1-3/+3
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks1-1/+10
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-6/+6
2015-04-10Fix NotifyEvent and IntroWindow bits.Michael Meeks1-2/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+20
2015-04-09vcl: don't emit events on disposed objects & handle some method calls.Michael Meeks1-0/+3
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks1-0/+3
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-24/+13
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-16/+16
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-15/+20
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-23vcl: split window.cxx into event and settings functionsChris Sherlock1-0/+578