dxx-rebirth/common/ui
Kp 65f68877aa Rewrite simple integer casts from C style to static_cast<>
This pass only targets commonly used standard types.

s/(\(\s*\(\(un\)\?signed\|int\|char\|short\|long\|float\|double\|s\?size_t\|\(u\?int[[:digit:]]\+_t\)\)\)\s*)\s*(/static_cast<\1>(/g
2016-06-16 03:56:44 +00:00
..
button.cpp Remove cv_color 2016-02-12 04:02:28 +00:00
checkbox.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
dialog.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
file.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
gadget.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
icon.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-16 03:56:44 +00:00
inputbox.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
keypad.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
keypress.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
listbox.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
menu.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
menubar.cpp Remove UserError on unknown MED function 2016-04-03 17:50:42 +00:00
message.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
radio.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
scroll.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
ui.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
uidraw.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
userbox.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00