dxx-rebirth/common/ui
Kp adcf02e454 Expand tt:: indirection to std::
All supported compilers have an acceptable <type_traits>.  Commit
4cb3d46148 ("Move <type_traits> test to Cxx11RequiredFeature") made
<type_traits> support mandatory in August and no one has objected.
Remove the indirection and use namespace std directly for type_traits
members.
2017-06-25 20:46:03 +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
gadget.cpp Expand tt:: indirection to std:: 2017-06-25 20:46:03 +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
listbox.cpp Cache canvas in listbox.cpp 2017-03-10 01:22:25 +00:00
menu.cpp
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
userbox.cpp