summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Resolves: tdf#97465 like wheel ignore swipe for sc input handler inputchangedCaolán McNamara1-0/+4
2015-06-28tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens1-0/+4
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-29convert POINTER constants to scoped enumNoel Grandin1-3/+3
2015-05-15move Resize code to Paint for ScTextWndTomaž Vajngerl1-8/+5
2015-05-15refactor ScTextWnd to use RenderContextTomaž Vajngerl1-84/+84
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-10/+10
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-8/+8
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-71/+104
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-20sc: convert new to ::CreateNoel Grandin1-8/+8
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-7/+7
2015-04-10more lifecycle cleanup & fixing.Michael Meeks1-3/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-4/+4
2015-04-09calc: double dispose issue.Michael Meeks1-0/+3
2015-04-09more double dispose protection.Michael Meeks1-0/+3
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-67/+95
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-4/+4
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-4/+4
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-03-23loplugin:constantfunction: scNoel Grandin1-1/+1
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-3/+3
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-3/+3
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-5/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-4/+4
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-9/+9
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-3/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-3/+3
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-12/+12
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-4/+5
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-20/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-41/+41