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 c9d9461d3e Add Spacer class derived from AutoSizedWidget
Using a normal widget as a spacer with HStretch/VStretch may not work properly because for widgets not derived from AutoSizedWidget, the HBox/VBox treat the widget's current size as the requested minimum size. This leads the layout to break when resized more than once.

The new class sets HStretch and VStretch to true by default to save some typing.
8 years ago
..
box.cpp Add Spacer class derived from AutoSizedWidget 8 years ago
box.hpp Add Spacer class derived from AutoSizedWidget 8 years ago
imagebutton.cpp Don't attempt to create quest log buttons if textures are unavailable (Fixes #3063) 9 years ago
imagebutton.hpp Don't attempt to create quest log buttons if textures are unavailable (Fixes #3063) 9 years ago
list.cpp Fix -Woverloaded-virtual clang warnings 10 years ago
list.hpp Fix -Woverloaded-virtual clang warnings 10 years ago
numericeditbox.cpp be explicit about what we are trying to catch instead of catching everything and fixed up formatting 8 years ago
numericeditbox.hpp fix usage of numeric_limits static functions min() and max() 10 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 Split window caption bars so that the caption can be transparent (Fixes #531) 10 years ago