dxx-rebirth/common/ui
Kp b0cb681ae7 Add gcc-7 /*-fallthrough*/ comments for obvious cases
For switch cases where existing comments or code flow logic obviously
intended to fall through, add a gcc-7 /*-fallthrough*/ comment to
silence warnings about this.  Some cases which are less obvious are not
converted, so the code does not yet compile clean with
-Wimplicit-fallthrough.

Reported-by: parkerlreed <https://github.com/dxx-rebirth/dxx-rebirth/issues/338>
2017-06-07 02:44:54 +00:00
..
button.cpp Cache canvas in ui_draw_button 2017-02-11 21:42:46 +00:00
checkbox.cpp Cache canvas in ui_draw_checkbox 2017-02-11 21:42:46 +00:00
dialog.cpp Add gcc-7 /*-fallthrough*/ comments for obvious cases 2017-06-07 02:44:54 +00:00
file.cpp Merge pull #266 into master 2016-11-19 18:09:26 +00:00
gadget.cpp Shorten ui_dialog_do_gadgets 2017-03-10 01:22:24 +00:00
icon.cpp Cache canvas in icon.cpp 2017-03-10 01:22:24 +00:00
inputbox.cpp Cache canvas in inputbox.cpp 2017-03-10 01:22:24 +00:00
keypad.cpp Cache canvas in keypad.cpp 2017-03-10 01:22:25 +00:00
keypress.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
listbox.cpp Cache canvas in listbox.cpp 2017-03-10 01:22:25 +00:00
menu.cpp Pass font to ui_get_button_size 2017-02-11 21:42:34 +00:00
menubar.cpp Cache canvas in menubar.cpp 2017-03-10 01:22:25 +00:00
message.cpp Cache canvas in message.cpp 2017-03-10 01:22:25 +00:00
radio.cpp Cache canvas in radio.cpp 2017-03-10 01:22:25 +00:00
scroll.cpp Cache canvas in ui_draw_scrollbar 2017-02-11 21:42:37 +00:00
ui.cpp Pass canvas to gr_init_font 2017-03-11 19:56:22 +00:00
uidraw.cpp Pass canvas to ui_string_centered 2017-02-11 21:42:36 +00:00
userbox.cpp Pass canvas to gr_ubox 2017-01-01 00:45:44 +00:00