1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-26 03:33:17 +00:00
openmw/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.
2014-10-12 23:28:16 +02:00
..
box.cpp Attempt to fix Clang warnings 2014-09-28 12:44:47 +02:00
box.hpp
imagebutton.cpp ImageButton: get texture size from MyGUI, rather than from Ogre 2014-09-12 05:17:45 +02:00
imagebutton.hpp
list.cpp Fix cppcheck issues 2014-09-26 17:48:14 +02:00
list.hpp Fix cppcheck issues 2014-09-26 17:48:14 +02:00
numericeditbox.cpp Add NumericEditBox widget 2014-09-25 21:04:51 +02:00
numericeditbox.hpp fix usage of numeric_limits static functions min() and max() 2014-10-12 23:28:16 +02:00
tags.cpp
tags.hpp
widgets.cpp Add NumericEditBox widget 2014-09-25 21:04:51 +02:00
widgets.hpp