summaryrefslogtreecommitdiff
path: root/vcl/source/window/event.cxx
AgeCommit message (Expand)AuthorFilesLines
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