dxx-rebirth/common/ui
Kp ec1cf005b6 Enable -Wformat-truncation
Add macro cf_assert ("control flow" assert) to hint to gcc that certain
conditions are impossible.  Use it to avoid generating range checks for
situations that never happen.  If the event did happen, the only
consequence would be truncated UI text, rather than a correctness
problem.
2018-08-26 18:10:36 +00:00
..
button.cpp
checkbox.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
dialog.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
file.cpp
gadget.cpp Set d_event type at construction 2018-05-12 18:24:19 +00:00
icon.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
inputbox.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
keypad.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
keypress.cpp
listbox.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
menu.cpp
menubar.cpp Enable -Wformat-truncation 2018-08-26 18:10:36 +00:00
message.cpp Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00
radio.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
scroll.cpp
ui.cpp
uidraw.cpp Pass font to gr_string,gr_printf 2018-05-19 23:21:42 +00:00
userbox.cpp