summaryrefslogtreecommitdiff
path: root/vcl/source/control/spinfld.cxx
AgeCommit message (Expand)Author
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-20cleanup codeTomaž Vajngerl
2015-05-20fixes for changes in "edit"Tomaž Vajngerl
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-07Refactor "SpinField" & "SpinButton" - use RenderContextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27gtk3: semi-sane height for spinboxesCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-25coverity#441000 Logically dead codeCaolán McNamara
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist
2013-05-18Keep the functions localTakeshi Abe
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-26fdo#39468 Translate German comments - vcl/source/control/Christian M. Heller
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
2012-12-04remove ability to auto-replace .res widgets with .ui versionsCaolán McNamara