You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components/widgets
scrawl 9fda3b6db4 Fix NumericEditBox behavior broken by switch to std::stoi
For some reason stoi doesn't throw an error for '1foo' while 'foo1' does.

Now the edit box flat out rejects any non-digit key events.
7 years ago
..
box.cpp Set AutoSizedEditBox as Static by default 7 years ago
box.hpp Set AutoSizedEditBox as Static by default 7 years ago
imagebutton.cpp Adjust ImageButton to accept key focus and use the 'highlighted' texture 7 years ago
imagebutton.hpp Adjust ImageButton to accept key focus and use the 'highlighted' texture 7 years ago
list.cpp Allow MWList items to retain key focus 7 years ago
list.hpp Fix -Woverloaded-virtual clang warnings 10 years ago
numericeditbox.cpp Fix NumericEditBox behavior broken by switch to std::stoi 7 years ago
numericeditbox.hpp Support Up/DownArrow keys to change NumericEditBox value 7 years ago
sharedstatebutton.cpp Add SharedStateButton, used in spell window and controls box to apply mouseover effect to all buttons within one row (Fixes #1986) 10 years ago
sharedstatebutton.hpp Add SharedStateButton, used in spell window and controls box to apply mouseover effect to all buttons within one row (Fixes #1986) 10 years ago
tags.cpp Add imported font colors from openmw.cfg to MyGUI plugin 10 years ago
tags.hpp Add imported font colors from openmw.cfg to MyGUI plugin 10 years ago
widgets.cpp Add Spacer class derived from AutoSizedWidget 8 years ago
widgets.hpp Add NumericEditBox widget 10 years ago
windowcaption.cpp Split window caption bars so that the caption can be transparent (Fixes #531) 10 years ago
windowcaption.hpp Declare mClient variable 7 years ago