summaryrefslogtreecommitdiff
path: root/vcl/source/window/debugevent.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: vclStephan Bergmann1-2/+2
2017-10-02Give name to debug event injectorPranav Kant1-1/+2
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin1-6/+0
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann1-5/+6
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-3/+2
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-3/+3
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-16/+16
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-6/+0
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin1-3/+3
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-1/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-7/+7
2014-07-01New loplugin:stringconcatStephan Bergmann1-3/+3
2014-05-22trunc is C99 only (thus not C++03)Stephan Bergmann1-1/+1
2014-05-22WaE: unused variable 'bHandled'Tor Lillqvist1-10/+16
2014-05-22Make the inserted text more European and sensible for now.Michael Meeks1-15/+38
2014-05-22quit after emitting all the events to allow valgrinding.Michael Meeks1-5/+8
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks1-0/+255