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
elsid dba79f4d4d
Fix warnings: catching polymorphic type by value
openmw/apps/openmw/mwworld/worldimp.cpp: In member function ‘virtual bool MWWorld::World::findExteriorPosition(const string&, ESM::Position&)’:
openmw/apps/openmw/mwworld/worldimp.cpp:2650:25: warning: catching polymorphic type ‘class std::invalid_argument’ by value [-Wcatch-value=]
             catch (std::invalid_argument)
                         ^~~~~~~~~~~~~~~~
openmw/apps/openmw/mwworld/worldimp.cpp:2654:25: warning: catching polymorphic type ‘class std::out_of_range’ by value [-Wcatch-value=]
             catch (std::out_of_range)
                         ^~~~~~~~~~~~

openmw/components/widgets/numericeditbox.cpp: In member function ‘void Gui::NumericEditBox::onEditTextChange(MyGUI::EditBox*)’:
openmw/components/widgets/numericeditbox.cpp:41:21: warning: catching polymorphic type ‘class std::invalid_argument’ by value [-Wcatch-value=]
         catch (std::invalid_argument)
                     ^~~~~~~~~~~~~~~~
openmw/components/widgets/numericeditbox.cpp:45:21: warning: catching polymorphic type ‘class std::out_of_range’ by value [-Wcatch-value=]
         catch (std::out_of_range)
                     ^~~~~~~~~~~~
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 Add an option to disable GUI keyboard navigation (Bug #4333) 7 years ago
imagebutton.hpp Add an option to disable GUI keyboard navigation (Bug #4333) 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 warnings: catching polymorphic type by value 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