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
Thoronador 4d62541b62 fix usage of numeric_limits static functions min() and max()
Functions min() and max() of std::numeric_limits<T> are static
and can therefore be accessed via class name and :: operator.
10 years ago
..
box.cpp Attempt to fix Clang warnings 10 years ago
box.hpp Fix wrong default ExpandDirection for AutoSizedButton 10 years ago
imagebutton.cpp ImageButton: get texture size from MyGUI, rather than from Ogre 10 years ago
imagebutton.hpp Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
list.cpp Fix cppcheck issues 10 years ago
list.hpp Fix cppcheck issues 10 years ago
numericeditbox.cpp Add NumericEditBox widget 10 years ago
numericeditbox.hpp fix usage of numeric_limits static functions min() and max() 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 NumericEditBox widget 10 years ago
widgets.hpp Add NumericEditBox widget 10 years ago